File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jvm/artifacts/opt/jboss/container/java/jvm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : JBOSS_CONTAINER_OPENJDK_JRE_MODULE
23
23
value : /opt/jboss/container/openjdk/jre
24
24
- name : JAVA_COMPACT_OBJECT_HEADERS
25
- description : Whether to enable compact object headers (JEP519) for JDK24 and newer. Enabled by default.
25
+ description : Whether to enable compact object headers (JEP519) for JDK25 and newer. Enabled by default.
26
26
example : " false"
27
27
28
28
packages :
Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ error_handling() {
84
84
echo " $( max_memory) $( gc_config) $( diagnostics) $( error_handling) \
85
85
$( jvm_specific_options)
86
86
87
- " | awk ' $1=$1' # trim leading/trailing spaces and squash multi
87
+ " | awk ' $1=$1' # trim leading/trailing spaces and squash multiple spaces
You can’t perform that action at this time.
0 commit comments