Details
Description
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
Attachments
Issue Links
- relates to
-
JDK-8188055 (ref) Add Reference::refersTo predicate
-
- Resolved
-