Re: [12] 8194899: Remove unused sun.net classes

2018-07-02 Thread Brian Burkhalter

On Jul 2, 2018, at 10:23 AM, Alan Bateman  wrote:

> On 02/07/2018 18:21, Brian Burkhalter wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8194899
>> 
>> The proposed change is to remove these classes which are unused in the JDK:
>> 
>> sun.net.NetworkServer
>> sun.net.URLCanonicalizer
>> 
> Should be okay, assuming the JDK builds and there aren't any tests using it.

It was fine before the 12 fork but I am going to rebuild and re-run the tests 
again to be sure.

Thanks,

Brian

Re: [12] 8194899: Remove unused sun.net classes

2018-07-02 Thread Alan Bateman




On 02/07/2018 18:21, Brian Burkhalter wrote:

https://bugs.openjdk.java.net/browse/JDK-8194899

The proposed change is to remove these classes which are unused in the JDK:

sun.net.NetworkServer
sun.net.URLCanonicalizer


Should be okay, assuming the JDK builds and there aren't any tests using it.

-Alan


[12] 8194899: Remove unused sun.net classes

2018-07-02 Thread Brian Burkhalter
https://bugs.openjdk.java.net/browse/JDK-8194899

The proposed change is to remove these classes which are unused in the JDK:

sun.net.NetworkServer
sun.net.URLCanonicalizer

Thanks,

Brian