Re: RFR JDK-8177723: Suppress lint removal warning in java.se.ee and jdk.unsupported

2017-03-28 Thread Chris Hegarty
> On 28 Mar 2017, at 18:12, joe darcy wrote: > > Hello, > > The java.se.ee module refers to the java.corba module, which is deprecated > for removal. The jdk.unsupported module contains a use of > Reflection.getCallerClass, which is deprecated for removal. The warnings > associated with this

Re: RFR JDK-8177723: Suppress lint removal warning in java.se.ee and jdk.unsupported

2017-03-28 Thread Lance Andersen
+1 > On Mar 28, 2017, at 1:12 PM, joe darcy wrote: > > Hello, > > The java.se.ee module refers to the java.corba module, which is deprecated > for removal. The jdk.unsupported module contains a use of > Reflection.getCallerClass, which is deprecated for removal. The warnings > associated with

RFR JDK-8177723: Suppress lint removal warning in java.se.ee and jdk.unsupported

2017-03-28 Thread joe darcy
Hello, The java.se.ee module refers to the java.corba module, which is deprecated for removal. The jdk.unsupported module contains a use of Reflection.getCallerClass, which is deprecated for removal. The warnings associated with this code should be suppressed. Please review the associated ch