-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 14
-
Component/s: hotspot
-
b07
Many MutexLocker calls have THREAD present but don't pass the thread, instead they call Thread::current().
We should fix as many as we can.
Also the arguments to MutexLocker(lock, thread, safepoint_check) should be changed to MutexLocker(thread, lock, safepoint_check) to match other APIs that pass THREAD first.
We should fix as many as we can.
Also the arguments to MutexLocker(lock, thread, safepoint_check) should be changed to MutexLocker(thread, lock, safepoint_check) to match other APIs that pass THREAD first.
- relates to
-
JDK-8235629 Remove unnecessary calls to Thread::current
-
- Resolved
-