[lilliput-jdk17u:lilliput] RFR: 8314894: [Lilliput/JDK17] Revert changes in zRelocate, prevent ZGC with Lilliput

Roman Kennke rkennke at openjdk.org
Wed Aug 23 14:35:01 UTC 2023


The additions of SuspendibleThreadSet in [zRelocate.cpp](https://builds.shipilev.net/patch-openjdk-lilliput/src/hotspot/share/gc/z/zRelocate.cpp.udiff.html) can cause deadlocks. This problem can not easily be solved without major work in Lilliput. Let's revert those changes and prevent usage of ZGC together with Lilliput.

Testing:
 - [x] hotspot_gc +UCOH
 - [x] hotspot_gc -UCOH (default)

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

Commit messages:
 - 8314894: [Lilliput/JDK17] Revert changes in zRelocate, prevent ZGC with Lilliput

Changes: https://git.openjdk.org/lilliput-jdk17u/pull/56/files
 Webrev: https://webrevs.openjdk.org/?repo=lilliput-jdk17u&pr=56&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8314894
  Stats: 11 lines in 2 files changed: 5 ins; 6 del; 0 mod
  Patch: https://git.openjdk.org/lilliput-jdk17u/pull/56.diff
  Fetch: git fetch https://git.openjdk.org/lilliput-jdk17u.git pull/56/head:pull/56

PR: https://git.openjdk.org/lilliput-jdk17u/pull/56


More information about the lilliput-dev mailing list