-
Bug
-
Resolution: Fixed
-
P4
-
16
-
b24
-
generic
-
generic
The test gc/TestReferenceRefersTo.java fails with Shenandoah because of a missing implementation in WB_isObjectInOldGen:
# Internal Error (/home/rkennke/src/openjdk/jdk/src/hotspot/share/gc/shared/collectedHeap.hpp:207), pid=511307, tid=511422
# assert(kind == heap->kind()) failed: Heap kind 6 should be 1
This is introduced byJDK-8188055.
# Internal Error (/home/rkennke/src/openjdk/jdk/src/hotspot/share/gc/shared/collectedHeap.hpp:207), pid=511307, tid=511422
# assert(kind == heap->kind()) failed: Heap kind 6 should be 1
This is introduced by
- relates to
-
JDK-8188055 (ref) Add Reference::refersTo predicate
- Resolved