RFR: 8262049: [TESTBUG] Fix TestReferenceRefersTo.java for Shenandoah IU mode [v3]

Roman Kennke rkennke at openjdk.java.net
Mon Feb 22 15:12:03 UTC 2021


> Shenandoah's IU mode allows referents to be cleared even when accessed during concurrent marking. The test TestReferenceRefersTo.java needs to be adjusted to allow for that.
> 
> Test:
>  - [x] TestReferenceRefersTo.java + Shenandoah/IU
>  - [x] TestReferenceRefersTo.java + Shenandoah/SATB
>  - [x] TestReferenceRefersTo.java + G1

Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:

  Fix compilation failures after renames

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2653/files
  - new: https://git.openjdk.java.net/jdk/pull/2653/files/9746bc85..54a027c9

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2653&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2653&range=01-02

  Stats: 8 lines in 1 file changed: 0 ins; 0 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2653.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2653/head:pull/2653

PR: https://git.openjdk.java.net/jdk/pull/2653



More information about the hotspot-gc-dev mailing list