Skip to content

Commit 0defc16

Browse files
committed
Address review comments
Signed-off-by: Vaishali Thakkar <[email protected]>
1 parent 9a1f857 commit 0defc16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/java-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Support
22

3-
In order for Parca Agent to be able to make sense of the just-in-time compiled code by the Java VM, the Java process needs to comply to the [linux kernel perf jit-interface](https://github.com/torvalds/linux/blob/master/tools/perf/Documentation/jit-interface.txt). To do this, currently users need to start their java process with two flags -XX:+PreserveFramePointer and -agentpath:/your/path/to/libperfmap.so where the libperfmap.so agent can be downloaded [here](https://github.com/parca-dev/perf-map-agent/releases/tag/v0.0.1).
3+
In order for Parca Agent to be able to make sense of the just-in-time compiled code by the Java VM, the Java process needs to comply to the [linux kernel perf jit-interface](https://github.com/torvalds/linux/blob/master/tools/perf/Documentation/jit-interface.txt). To do this, currently users need to start their java process with two flags `-XX:+PreserveFramePointer` and `-agentpath:/your/path/to/libperfmap.so` where the `libperfmap.so` agent can be downloaded [here](https://github.com/parca-dev/perf-map-agent/releases/tag/v0.0.1).
44

55
Checkout the [demo example](https://github.com/parca-dev/parca-demo/tree/main/java) for more details.
66

docs/parca-agent-language-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ All JIT compiled languages with frame pointer, and [Perf map](https://github.com
1919
* [.NET](https://github.com/parca-dev/parca-demo/tree/main/dotnet)
2020
* [Deno](https://github.com/parca-dev/parca-demo/tree/main/deno)
2121
* [Erlang](https://github.com/parca-dev/parca-demo/tree/main/erlang)
22+
* [Java](docs/java-support)
2223
* [Julia](https://github.com/parca-dev/parca-demo/tree/main/julia)
2324
* [Node.js](https://github.com/parca-dev/parca-demo/tree/main/nodejs)
2425
* [PHP 8 and above](https://github.com/parca-dev/parca-demo/tree/main/php)

0 commit comments

Comments
 (0)