-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b57
-
generic
-
generic
Allowing AddToBootstrapClassLoaderSearch to be set after other class loaders
have loaded classes means that the same class could be loaded by the bootstrap
loader and the (say) application loader, in violation of classloader semantics.
have loaded classes means that the same class could be loaded by the bootstrap
loader and the (say) application loader, in violation of classloader semantics.
- relates to
-
JDK-5055293 java.lang.instrument: can't change classloader search after init
- Resolved
-
JDK-5053831 IllegalAccessError after Instrumentation.appendToBootstrapClassLoaderSearch
- Closed
-
JDK-5053975 static initializer invoked again after appendToBootstrapClassLoaderSearch
- Closed