Integrated: 8262122: [TESTBUG] Shenandoah-specific variant of TestReferenceRefersTo
Roman Kennke
rkennke at openjdk.java.net
Thu Mar 4 17:07:57 UTC 2021
On Mon, 22 Feb 2021 11:52:25 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
> Before JDK-8262049, the test TestReferenceRefersTo.java has been failing with I-U mode, because it asserted that weak references would not be cleared when accessed during mark. JDK-8262049 split up the test into a generic part that removed the offending test, and a non-Shenandoah part that contains the test.
> I think it would be useful to add the full test with Shenandoah runners under gc/shenandoah to include it in hotspot_gc_shenandoah runs.
>
> Test:
> - [x] TestReferenceRefersToShenandoah.java
> - [ ] hotspot_gc_shenandoah
This pull request has now been integrated.
Changeset: 222a17ef
Author: Roman Kennke <rkennke at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/222a17ef
Stats: 325 lines in 1 file changed: 325 ins; 0 del; 0 mod
8262122: [TESTBUG] Shenandoah-specific variant of TestReferenceRefersTo
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/2674
More information about the hotspot-gc-dev
mailing list