-
Notifications
You must be signed in to change notification settings - Fork 23
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
Do not overwrite putFields field in accessor #134
Conversation
Is there a specific issue this is fixing? |
There it is This is related to but does not resolve it completely. (To be specific, this change does not help with |
I described the issue for myself first, earlier, and it mentions |
It was about
being new, one-element only map, for every new field put to the stream. But due to putFields being overwritten.
|
In SE it is protected on the method level: https://github.com/openjdk/jdk8u/blob/dfa5f14848df6b4b41f839004d6baf37ca2f4f8d/corba/src/share/classes/com/sun/corba/se/impl/io/OutputStreamHook.java#L156-L162 Interesting
|
a8e9ef12aee12dd87b60fd66168e21fcb4d64516
I believe there are two separate issues here. |
May I ask for review, please? |
putFields
field gets overwritten for every field #136