-
Bug
-
Resolution: Fixed
-
P3
-
23
-
b21
The verification added in JDK-8329757 will not work when deoptimization occurs on a monitorenter bytecode. The locking may be in a transitional state. Because the correct solution is still not obvious and this test is currently only causing false positives, remove the verification for now.
Redo this verification in JDK-8331307.
Redo this verification in JDK-8331307.
- relates to
-
JDK-8329757 Crash with fatal error: DEBUG MESSAGE: Fast Unlock lock on stack
- Resolved