JDK 14 RFR of JDK-8231414: Mark various instance fields of javac internal types as transient
Joe Darcy
joe.darcy at oracle.com
Tue Sep 24 17:49:03 UTC 2019
Hello,
As part of the on-going serialization cleanup (JDK-8160675 and related),
please review
JDK-8231414: Mark various instance fields of javac internal types
as transient
http://cr.openjdk.java.net/~darcy/8231414.0/
which marks instance fields of various serializable javac and javadoc
internal types as transient. I got a clean local test run of all the
langtools regression tests with this change applied.
Thanks,
-Joe
More information about the compiler-dev
mailing list