Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBMAR-160] : SimpleMarshallerTests.testConcurrentHashMap fails on Java 8 #29

Conversation

panossot
Copy link

The ConcurrentHashMap class has been changed in JDK8.
The fields segments, segmentMask and segmentShift are part of serialPersistentFields.
Solution : Consumption of empty-field stream data in the SerialUnmarshalling, the same way it is done with the RiverUnmarshaller.

[BZ 1074546] : https://bugzilla.redhat.com/show_bug.cgi?id=1074546

@wolfc
Copy link
Contributor

wolfc commented Oct 31, 2014

Superseded by #30

@ropalka
Copy link
Member

ropalka commented May 3, 2016

Obsoleted by #43

@dmlloyd dmlloyd closed this May 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants