-
Bug
-
Resolution: Fixed
-
P4
-
13, 14
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8319093 | 11.0.22 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
The match there is case sensitive, so the test fails expecting "Heap", while the implementation actually returns "heap".
$ CONF=linux-x86_64-server-fastdebug make images run-test TEST=serviceability/sa/TestUniverse.java TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC"
hsdb> Heap Parameters:
Shenandoah heap [0x0000000412400000, 0x0000000800000000] region size 4096 K
hsdb>
'Shenandoah Heap' missing from stdout/stderr
$ CONF=linux-x86_64-server-fastdebug make images run-test TEST=serviceability/sa/TestUniverse.java TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC"
hsdb> Heap Parameters:
Shenandoah heap [0x0000000412400000, 0x0000000800000000] region size 4096 K
hsdb>
'Shenandoah Heap' missing from stdout/stderr
- backported by
-
JDK-8319093 [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah
-
- Resolved
-
- relates to
-
JDK-8221396 Clean up serviceability/sa/TestUniverse.java
-
- Resolved
-