-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
b20
Sometimes it is easier to test JDK by building it with
-XX:+UseCompactObjectHeaders
enabled by default. The option is transparent for all tests and even flagless tests are executed.
Test runtime/CompressedOops/CompressedClassPointersEncodingScheme.java
start failing because expects to be executed with -XX:-UseCompactObjectHeaders
It would be fine to support JDK build with -XX:+UseCompactObjectHeaders
-XX:+UseCompactObjectHeaders
enabled by default. The option is transparent for all tests and even flagless tests are executed.
Test runtime/CompressedOops/CompressedClassPointersEncodingScheme.java
start failing because expects to be executed with -XX:-UseCompactObjectHeaders
It would be fine to support JDK build with -XX:+UseCompactObjectHeaders
- links to
-
Commit(master)
openjdk/jdk/1a72febc
-
Review(master)
openjdk/jdk/24781