-
Bug
-
Resolution: Fixed
-
P4
-
None
-
repo-shenandoah
The whitebox test method `jdk.test.whitebox.Whitebox.isObjectInOldGen` was not correctly implemented for GenShen. It reports only whether the object is in the heap, not whether it's in the old gen, which is its specification.
Upon fixing the implementation for GenShen, a regression test was found to be too tight in insisting that a full GC should promote objects into the old generation. The test was fixed, for the case of GenShen, such that it would not insist on this behavior.
Upon fixing the implementation for GenShen, a regression test was found to be too tight in insisting that a full GC should promote objects into the old generation. The test was fixed, for the case of GenShen, such that it would not insist on this behavior.
- relates to
-
JDK-8262122 [TESTBUG] Shenandoah-specific variant of TestReferenceRefersTo
- Resolved
- links to
-
Commit(master) openjdk/shenandoah-jdk21u/c3957e67
-
Commit(master) openjdk/shenandoah/44f5995b
-
Review(master) openjdk/shenandoah-jdk21u/79
-
Review(master) openjdk/shenandoah/466