Re: JDK 9 RFR of JDK-8031210 Remove serial warning from java.lang.Enum

2014-01-06 Thread Lance Andersen - Oracle
+1 On Jan 6, 2014, at 4:41 PM, Joe Darcy wrote: > Hello, > > Please review the patch below to add a @SuppressWarning("serial") to > java.lang.Enum to resolve a lint warning in the core libraries. > > Thanks, > > -Joe > > --- a/src/share/classes/java/lang/Enum.javaMon Jan 06 11:48:32 2014

Re: JDK 9 RFR of JDK-8031210 Remove serial warning from java.lang.Enum

2014-01-06 Thread Mike Duigou
Entirely reasonable. Approved. Mike On Jan 6 2014, at 13:41 , Joe Darcy wrote: > Hello, > > Please review the patch below to add a @SuppressWarning("serial") to > java.lang.Enum to resolve a lint warning in the core libraries. > > Thanks, > > -Joe > > --- a/src/share/classes/java/lang/Enum

JDK 9 RFR of JDK-8031210 Remove serial warning from java.lang.Enum

2014-01-06 Thread Joe Darcy
Hello, Please review the patch below to add a @SuppressWarning("serial") to java.lang.Enum to resolve a lint warning in the core libraries. Thanks, -Joe --- a/src/share/classes/java/lang/Enum.javaMon Jan 06 11:48:32 2014 -0800 +++ b/src/share/classes/java/lang/Enum.javaMon Jan 06 13