-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
-
b84
-
Not verified
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.