RFR: 8261413: Shenandoah: Disable class-unloading in I-U mode [v3]

Roman Kennke rkennke at openjdk.java.net
Mon Feb 15 21:12:53 UTC 2021


> JDK-8261341 describes a serious problem with I-U mode and class-unloading. Let's disable class-unloading in I-U for now as a workaround.
> 
> Testing:
>  - [ ] hotspot_gc_shenandoah
>  - [ ] tier1 (+UseShenandoahGC +IU)
>  - [x] runtime/CreateMirror/ArraysNewInstanceBug.java (+UseShenandoahGC +IU +aggressive) many times in a row w/o failure

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

  Don't disable all class-unloading with I-U, disabling concurrent class-unloading is sufficient

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2477/files
  - new: https://git.openjdk.java.net/jdk/pull/2477/files/e3c1b459..6e99cc98

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

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

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


More information about the shenandoah-dev mailing list