-
Bug
-
Resolution: Fixed
-
P2
-
25
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8362927 | 25.0.1 | Tobias Hartmann | P2 | Resolved | Fixed | b03 |
JDK-8362380 | 25 | Tobias Hartmann | P2 | Closed | Fixed | b32 |
In MethodData::extra_data_lock(), the initial read of the lock variable should use load_acquire because otherwise the reader might receive an incorrectly initialized Mutex.
- backported by
-
JDK-8362927 Installation of MethodData::extra_data_lock() misses synchronization on reader side
-
- Resolved
-
-
JDK-8362380 Installation of MethodData::extra_data_lock() misses synchronization on reader side
-
- Closed
-
- caused by
-
JDK-8355003 Implement JEP 515: Ahead-of-Time Method Profiling
-
- Resolved
-
- links to
-
Commit(jdk25) openjdk/jdk/60196a6b
-
Commit(master) openjdk/jdk/272e66d0
-
Review(jdk25) openjdk/jdk/26326
-
Review(master) openjdk/jdk/26262
(2 links to)