Integrated: 8256015: Shenandoah: Add missing Shenandoah implementation in WB_isObjectInOldGen
Roman Kennke
rkennke at openjdk.java.net
Sun Nov 8 20:39:54 UTC 2020
On Sun, 8 Nov 2020 13:57:03 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> 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 by JDK-8188055.
>
> Testing: hotspot_gc_shenandoah, tier1+Shenandoah, TestReferenceRefersTo.java
This pull request has now been integrated.
Changeset: f39a2c89
Author: Roman Kennke <rkennke at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f39a2c89
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8256015: Shenandoah: Add missing Shenandoah implementation in WB_isObjectInOldGen
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/1111
More information about the hotspot-dev
mailing list