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

Roman Kennke rkennke at openjdk.java.net
Mon Feb 22 19:03:06 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 another compilation failure

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2653/files
  - new: https://git.openjdk.java.net/jdk/pull/2653/files/51f2d695..44f99b86

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

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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