Skip to content

Commit ba0fca6

Browse files
committed
Incorporate Severin's review suggestions
From #611 Signed-off-by: Jonathan Dowland <[email protected]>
1 parent d257a52 commit ba0fca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/jre/25/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ envs:
2222
- name: JBOSS_CONTAINER_OPENJDK_JRE_MODULE
2323
value: /opt/jboss/container/openjdk/jre
2424
- 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.
2626
example: "false"
2727

2828
packages:

modules/jvm/artifacts/opt/jboss/container/java/jvm/java-default-options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ error_handling() {
8484
echo "$(max_memory) $(gc_config) $(diagnostics) $(error_handling)\
8585
$(jvm_specific_options)
8686
87-
" | awk '$1=$1' # trim leading/trailing spaces and squash multi
87+
" | awk '$1=$1' # trim leading/trailing spaces and squash multiple spaces

0 commit comments

Comments
 (0)