After the push for JDK-8229442 and related jsr166 updates the ReservedStackTest has started to fail:
Java HotSpot(TM) 64-Bit Server VM warning: Potentially dangerous stack overflow in ReservedStackAccess annotated method java.util.concurrent.locks.ReentrantLock$Sync.lock()V [1]
Java HotSpot(TM) 64-Bit Server VM warning: Potentially dangerous stack overflow in ReservedStackAccess annotated method java.util.concurrent.locks.ReentrantLock.lock()V [1]
Java HotSpot(TM) 64-Bit Server VM warning: Potentially dangerous stack overflow in ReservedStackAccess annotated method ReservedStackTest$ReentrantLockTest.lockAndCall(I)V [1]
java.lang.Error: FAILED: ReentrantLock 391 looks corrupted
at ReservedStackTest$RunWithSOEContext.run(ReservedStackTest.java:204)
at java.base/java.lang.Thread.run(Thread.java:830)
STATUS:Failed.`main' threw exception: java.lang.Error: FAILED: ReentrantLock 391 looks corrupted
Java HotSpot(TM) 64-Bit Server VM warning: Potentially dangerous stack overflow in ReservedStackAccess annotated method java.util.concurrent.locks.ReentrantLock$Sync.lock()V [1]
Java HotSpot(TM) 64-Bit Server VM warning: Potentially dangerous stack overflow in ReservedStackAccess annotated method java.util.concurrent.locks.ReentrantLock.lock()V [1]
Java HotSpot(TM) 64-Bit Server VM warning: Potentially dangerous stack overflow in ReservedStackAccess annotated method ReservedStackTest$ReentrantLockTest.lockAndCall(I)V [1]
java.lang.Error: FAILED: ReentrantLock 391 looks corrupted
at ReservedStackTest$RunWithSOEContext.run(ReservedStackTest.java:204)
at java.base/java.lang.Thread.run(Thread.java:830)
STATUS:Failed.`main' threw exception: java.lang.Error: FAILED: ReentrantLock 391 looks corrupted
- duplicates
-
JDK-8259504 runtime/ReservedStack/ReservedStackTest.java crashes with assert(_stack_guard_state == stack_guard_reserved_disabled) failed: inconsistent state
- Closed
- relates to
-
JDK-8259504 runtime/ReservedStack/ReservedStackTest.java crashes with assert(_stack_guard_state == stack_guard_reserved_disabled) failed: inconsistent state
- Closed
-
JDK-8213567 [Graal] ReservedStackAccessTest fails with AssertionError: FAILED: ReentrantLock 419 looks corrupted
- Closed
-
JDK-8229442 AQS and lock classes refresh
- Resolved
(1 links to)
There are no Sub-Tasks for this issue.