-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b20
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8318546 | 21.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
In my original lightweight-locking PR, I had a testcase that exercises unstructured locking, which is permitted by the JVM spec, but not generated by javac, and thus not executed anywhere. JITs don't compile unstructured-locked code, therefore any code which attempts this would be slow anyway.
- backported by
-
JDK-8318546 Add test for unstructured locking
-
- Resolved
-
- relates to
-
JDK-8318528 Rename TestUnstructuredLocking test
-
- Resolved
-
- links to
-
Commit openjdk/jdk21u/dc8603cb
-
Commit openjdk/jdk/bcafec54
-
Review openjdk/jdk21u/263
-
Review openjdk/jdk/15925
(1 links to)