The RMI and serialization team recently ran into a problem trying to use a ConcurrentHashMap inside of the ObjectStreamClass to speed up serialization. The ConcurrentHashMap was being allocated in the static initializer of ObjectStreamClass; this led to an exception during VM bootstrapping, and no stack trace was printed. The lack of a stack trace is problematic when working on the bootstrapping portions of the core libraries.
###@###.### 2005-05-14 01:19:27 GMT
###@###.### 2005-05-14 01:19:27 GMT
- relates to
-
JDK-6271215 Remove static reference to Random in java.util.Collections
-
- Resolved
-