-
Bug
-
Resolution: Fixed
-
P2
-
25
-
master
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.
- caused by
-
JDK-8355003 Implement JEP 515: Ahead-of-Time Method Profiling
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/272e66d0
-
Review(master) openjdk/jdk/26262