mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8048190: NoClassDefFoundError omits original ExceptionInInitializerError
Reviewed-by: dholmes, iklam
This commit is contained in:
parent
7e14c3cc11
commit
464e874a5c
9 changed files with 255 additions and 13 deletions
|
@ -35,6 +35,7 @@ extern Mutex* Patching_lock; // a lock used to guard code pa
|
|||
extern Mutex* CompiledMethod_lock; // a lock used to guard a compiled method and OSR queues
|
||||
extern Monitor* SystemDictionary_lock; // a lock on the system dictionary
|
||||
extern Mutex* SharedDictionary_lock; // a lock on the CDS shared dictionary
|
||||
extern Monitor* ClassInitError_lock; // a lock on the class initialization error table
|
||||
extern Mutex* Module_lock; // a lock on module and package related data structures
|
||||
extern Mutex* CompiledIC_lock; // a lock used to guard compiled IC patching and access
|
||||
extern Mutex* InlineCacheBuffer_lock; // a lock used to guard the InlineCacheBuffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue