Skip to content

Commit 3fbcc59

Browse files
Update on java profiler enablement requirement section (#31336)
* Update java.md * Update content/en/profiler/enabling/java.md --------- Co-authored-by: domalessi <[email protected]>
1 parent 7eab10c commit 3fbcc59

File tree

1 file changed

+3
-1
lines changed
  • content/en/profiler/enabling

1 file changed

+3
-1
lines changed

content/en/profiler/enabling/java.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Supported operating systems:
3434
Minimum JDK versions:
3535
- OpenJDK 8u352+, 11.0.17+, 17.0.5+, 21+ (including builds on top of it: Amazon Corretto, Azul Zulu, and others)
3636
- Oracle JDK 8u351+, 11.0.17+, 17.0.5+, 21+
37-
- OpenJ9 JDK 8u372+, 11.0.18+, 17.0.6+ (used on Eclipse OpenJ9, IBM JDK, IBM Semeru Runtime). The profiler is disabled by default for OpenJ9 due to the possibility of crashing JVM caused by a subtle bug in JVTMI implementation. If you are not experiencing any crashes, you can enable the profiler by adding `-Ddd.profiling.ddprof.enabled=true`.
37+
- OpenJ9 JDK 8u372+, 11.0.18+, 17.0.6+ (used on Eclipse OpenJ9, IBM JDK, IBM Semeru Runtime).
38+
39+
**Note:** The profiler is disabled by default for OpenJ9 due to the possibility of crashing JVM caused by a subtle bug in JVTMI implementation. If you are **not** experiencing any crashes, you can enable the profiler by adding `-Ddd.profiling.ddprof.enabled=true` or `DD_PROFILING_DDPROF_ENABLED=true`.
3840
- Azul Platform Prime 23.05.0.0+ (formerly Azul Zing)
3941

4042

0 commit comments

Comments
 (0)