RFR 8165793 : Provide an API to query if a ClassLoader is parallel capable
Mandy Chung
mandy.chung at oracle.com
Wed Oct 12 19:24:22 UTC 2016
> On Oct 12, 2016, at 11:31 AM, Brent Christian <brent.christian at oracle.com> wrote:
>
> On 10/11/16 8:25 AM, Alan Bateman wrote:
> >
>> One thing that would be good is to beef up
>> the test to cover more scenarios, esp. loader L1 extends loader L2 where
>> you've got 4 combination of capable/non-capable to test.
>
> I updated the test case to provide better coverage:
>
> http://cr.openjdk.java.net/~bchristi/8165793/webrev.01/
>
+1.
Formatting nit: you could break .forEach to the next line
96 ParaSubCL.class).forEach(IsParallelCapable::testClassLoaderClass);
Mandy
More information about the core-libs-dev
mailing list