mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread
Revert changes in JDK-8008962 Reviewed-by: coleenp, sspitsyn
This commit is contained in:
parent
9fca48316e
commit
0e4eda601c
7 changed files with 42 additions and 53 deletions
|
@ -1023,6 +1023,7 @@ public:
|
|||
// It has to be an object not a Mutex because it's held through java calls.
|
||||
oop init_lock() const;
|
||||
private:
|
||||
void fence_and_clear_init_lock();
|
||||
|
||||
// Static methods that are used to implement member methods where an exposed this pointer
|
||||
// is needed due to possible GCs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue