orb icon indicating copy to clipboard operation
orb copied to clipboard

De/serialization of ConcurrentHashMap fails

Open pzygielo opened this issue 3 years ago • 1 comments

  • 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).

pzygielo avatar Nov 19 '22 08:11 pzygielo

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

pzygielo avatar Nov 24 '22 10:11 pzygielo