Details
-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b84
-
Not verified
Description
Code in ClassLoader.c will attempt to unload a library even if it is a builtin library. Code needs to check isBuiltin flag before calling JVM_Unloadlibrary.