mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8313421: [JVMCI] avoid locking class loader in CompilerToVM.lookupType
Reviewed-by: never, thartmann
This commit is contained in:
parent
35b60f925a
commit
83adaf5477
8 changed files with 74 additions and 52 deletions
|
@ -864,7 +864,7 @@ DO_THROW(InvalidInstalledCodeException)
|
|||
DO_THROW(UnsatisfiedLinkError)
|
||||
DO_THROW(UnsupportedOperationException)
|
||||
DO_THROW(OutOfMemoryError)
|
||||
DO_THROW(ClassNotFoundException)
|
||||
DO_THROW(NoClassDefFoundError)
|
||||
|
||||
#undef DO_THROW
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue