[10] RFR of JDK-8184329: Refactor java/lang/ClassLoader shell tests to java

mandy chung mandy.chung at oracle.com
Thu Sep 21 18:50:44 UTC 2017



On 9/20/17 10:52 PM, Amy Lu wrote:
> test/jdk/java/lang/ClassLoader/getdotresource.sh
>
> Please review this patch to refactor the shell test to java.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8184329
> webrev: http://cr.openjdk.java.net/~amlu/8184329/webrev.00/
I think you can replace line 64-67 with

ProcessTools.executeTestJava("-cp", CP, GetDotResource.class.getName(), 
DOT_FILENAME)

Mandy



More information about the core-libs-dev mailing list