eclipse-ee4j / orb

Eclipse ORB is a CORBA orb for use in Jakarta EE and GlassFish and other projects that still need an ORB.
https://projects.eclipse.org/projects/ee4j.orb
Other
23 stars 23 forks source link

De/serialization of ConcurrentHashMap fails #131

Open pzygielo opened 1 year ago

pzygielo commented 1 year ago

I'm not sure it's related, but j.u.c.CHM uses serialPersistentFields (with no real fields corresponding to elements of that array - this is different than for example j.u.Random (also sPF) which serializes fine).

pzygielo commented 1 year ago

Fixed in SE with https://github.com/openjdk/jdk8u/commit/a8e9ef12aee12dd87b60fd66168e21fcb4d64516 JDK-8068721