orb
orb copied to clipboard
De/serialization of ConcurrentHashMap fails
- https://github.com/eclipse-ee4j/orb/pull/130
- https://github.com/payara/Payara/issues/6015
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).
Fixed in SE with https://github.com/openjdk/jdk8u/commit/a8e9ef12aee12dd87b60fd66168e21fcb4d64516 JDK-8068721