You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/jvm/module.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,3 +61,6 @@ envs:
61
61
- name: GC_CONTAINER_OPTIONS
62
62
description: specify Java GC to use. The value of this variable should contain the necessary JRE command-line options to specify the required GC, which will override the default of `-:+UseParallelGC`.
63
63
example: -XX:+UseG1GC
64
+
- name: JAVA_COMPACT_OBJECT_HEADERS
65
+
description: Whether to enable compact object headers (JEP519) for JDK24 and newer. Enabled by default.
0 commit comments