-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b16
In some cases, a thread may become stuck in a loop retrying allocations. When stuck like this, the thread may prevent handshake operations from completing. This results in a live-lock between a mutator that cannot allocate and a gc that cannot complete the collection.
- caused by
-
JDK-8349094 GenShen: Race between control and regulator threads may violate assertions
-
- Resolved
-
- relates to
-
JDK-8352914 Shenandoah: Change definition of ShenandoahSharedValue to int32_t to leverage platform atomics
-
- New
-
- links to
-
Commit(master) openjdk/jdk/dbc620fb
-
Review(master) openjdk/jdk/24105