We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715beae commit e662465Copy full SHA for e662465
modules/jre/25/tests/features/openjdk.feature
@@ -0,0 +1,15 @@
1
+Feature: Tests around compact object headers
2
+
3
+ @ubi10/openjdk-25
4
+ @ubi10/openjdk-25-runtime
5
+ Scenario: UseCompactObjectHeaders is on by default
6
+ When container is ready
7
+ Then available container log should contain -XX:+UseCompactObjectHeaders
8
9
10
11
+ Scenario: UseCompactObjectHeaders can be disabled
12
+ Given container is started with env
13
+ | variable | value |
14
+ | JAVA_COMPACT_OBJECT_HEADERS | false |
15
+ Then available container log should not contain -XX:+UseCompactObjectHeaders
0 commit comments