8313421: [JVMCI] avoid locking class loader in CompilerToVM.lookupType

Reviewed-by: never, thartmann
This commit is contained in:
Doug Simon 2023-08-10 08:17:03 +00:00
parent 35b60f925a
commit 83adaf5477
8 changed files with 74 additions and 52 deletions

View file

@ -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