On 02/09/2013 15:57, Alan Bateman wrote:
On 02/09/2013 15:21, Daniel Fuchs wrote:
Hi Alan,
This field was introduced recently by changeset d1668eca22bf,
and should have been declared transient from the start.
<http://hg.openjdk.java.net/jdk8/tl/jdk/diff/d1668eca22bf/src/share/classes/java/util/logging/Level.java>
Mandy asked me to correct it here.
-- daniel
I just checked jdk7u and it appears to have this field in its
serialized form. Was it removed or re-added at some point?
Okay, I see what happened, this was added to jdk7u too and the docs must
have been re-generated. I've looked through the code and I think it's
harmless (in the sense that I don't think it will cause any interop issues).
Anyway, the changes in the webrev looks fine.
-Alan.