mirror of
https://github.com/async-profiler/async-profiler.git
synced 2026-04-28 10:53:49 +00:00
Release 1.8.8
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [1.8.8] - 2022-09-10
|
||||
|
||||
### Bug fixes
|
||||
- Could not find NativeLibrary_load on JDK 11.0.15
|
||||
|
||||
## [1.8.7] - 2021-10-01
|
||||
|
||||
### Bug fixes
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
PROFILER_VERSION=1.8.7
|
||||
PROFILER_VERSION=1.8.8
|
||||
JATTACH_VERSION=1.5
|
||||
JAVAC_RELEASE_VERSION=6
|
||||
|
||||
|
||||
16
README.md
16
README.md
@@ -14,14 +14,14 @@ async-profiler can trace the following kinds of events:
|
||||
|
||||
## Download
|
||||
|
||||
Latest v1 release (1.8.7):
|
||||
Latest v1 release (1.8.8):
|
||||
|
||||
- Linux x64 (glibc): [async-profiler-1.8.7-linux-x64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.7/async-profiler-1.8.7-linux-x64.tar.gz)
|
||||
- Linux x86 (glibc): [async-profiler-1.8.7-linux-x86.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.7/async-profiler-1.8.7-linux-x86.tar.gz)
|
||||
- Linux x64 (musl): [async-profiler-1.8.7-linux-musl-x64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.7/async-profiler-1.8.7-linux-musl-x64.tar.gz)
|
||||
- Linux ARM: [async-profiler-1.8.7-linux-arm.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.7/async-profiler-1.8.7-linux-arm.tar.gz)
|
||||
- Linux AArch64: [async-profiler-1.8.7-linux-aarch64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.7/async-profiler-1.8.7-linux-aarch64.tar.gz)
|
||||
- macOS x64: [async-profiler-1.8.7-macos-x64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.7/async-profiler-1.8.7-macos-x64.tar.gz)
|
||||
- Linux x64 (glibc): [async-profiler-1.8.8-linux-x64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.8/async-profiler-1.8.8-linux-x64.tar.gz)
|
||||
- Linux x86 (glibc): [async-profiler-1.8.8-linux-x86.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.8/async-profiler-1.8.8-linux-x86.tar.gz)
|
||||
- Linux x64 (musl): [async-profiler-1.8.8-linux-musl-x64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.8/async-profiler-1.8.8-linux-musl-x64.tar.gz)
|
||||
- Linux ARM: [async-profiler-1.8.8-linux-arm.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.8/async-profiler-1.8.8-linux-arm.tar.gz)
|
||||
- Linux AArch64: [async-profiler-1.8.8-linux-aarch64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.8/async-profiler-1.8.8-linux-aarch64.tar.gz)
|
||||
- macOS x64: [async-profiler-1.8.8-macos-x64.tar.gz](https://github.com/jvm-profiling-tools/async-profiler/releases/download/v1.8.8/async-profiler-1.8.8-macos-x64.tar.gz)
|
||||
|
||||
[Other releases](https://github.com/jvm-profiling-tools/async-profiler/releases)
|
||||
|
||||
@@ -236,7 +236,7 @@ $ java -agentpath:/path/to/libasyncProfiler.so=start,file=profile.svg ...
|
||||
|
||||
Agent library is configured through the JVMTI argument interface.
|
||||
The format of the arguments string is described
|
||||
[in the source code](https://github.com/jvm-profiling-tools/async-profiler/blob/v1.8.7/src/arguments.cpp#L49).
|
||||
[in the source code](https://github.com/jvm-profiling-tools/async-profiler/blob/v1.8.8/src/arguments.cpp#L49).
|
||||
The `profiler.sh` script actually converts command line arguments to that format.
|
||||
|
||||
For instance, `-e alloc` is converted to `event=alloc`, `-f profile.svg`
|
||||
|
||||
Reference in New Issue
Block a user