Looks good!
Regards,
Sean.
On 22/12/2015 15:00, Chris Hegarty wrote:
On 22 Dec 2015, at 14:58, Aleksey Shipilev wrote:
On 12/22/2015 05:57 PM, Chris Hegarty wrote:
http://cr.openjdk.java.net/~chegar/8146000/
Looks good.
Thanks.
Thanks,
-Aleksey
P.S. Nice bug ID, pity to waste it on a
On 22 Dec 2015, at 14:58, Aleksey Shipilev wrote:
> On 12/22/2015 05:57 PM, Chris Hegarty wrote:
>> http://cr.openjdk.java.net/~chegar/8146000/
>
> Looks good.
Thanks.
> Thanks,
> -Aleksey
>
> P.S. Nice bug ID, pity to waste it on a trivial thing :D
Right. I’m willing to give it up it if yo
On 22 Dec 2015, at 14:53, Aleksey Shipilev wrote:
> On 12/22/2015 05:41 PM, Chris Hegarty wrote:
>> sun.misc.CompoundEnumeration is a utility class that supports enumerating
>> over an array of enumerations. It is used in just a single place in the JDK,
>> in
>> ClassLoader.getResources(String)
On 12/22/2015 05:57 PM, Chris Hegarty wrote:
> http://cr.openjdk.java.net/~chegar/8146000/
Looks good.
Thanks,
-Aleksey
P.S. Nice bug ID, pity to waste it on a trivial thing :D
On 12/22/2015 05:41 PM, Chris Hegarty wrote:
> sun.misc.CompoundEnumeration is a utility class that supports enumerating
> over an array of enumerations. It is used in just a single place in the JDK,
> in
> ClassLoader.getResources(String) to support enumerating over the parent’s
> resources as we
sun.misc.CompoundEnumeration is a utility class that supports enumerating
over an array of enumerations. It is used in just a single place in the JDK, in
ClassLoader.getResources(String) to support enumerating over the parent’s
resources as well as the current loaders resources. I can find no usage