-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.3.1_10
-
None
-
sparc
-
solaris_8
This bug is very similar though not identical to
4710268 ClassLoader deadlock in OIDMap.java
Introspector.instantiate() does getSystemClassLoader() and tries to load the class with this loader. It rather should use Class.forName(className) instead of getSystemClassLoader()
4710268 ClassLoader deadlock in OIDMap.java
Introspector.instantiate() does getSystemClassLoader() and tries to load the class with this loader. It rather should use Class.forName(className) instead of getSystemClassLoader()
- relates to
-
JDK-4710268 ClassLoader deadlock in OIDMap.java
-
- Resolved
-