RFR(S) : 8178835: CTW Runner should check that all classes have been compiled
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Apr 18 23:36:33 UTC 2017
Okay.
Vladimir
On 4/18/17 3:49 PM, Igor Ignatyev wrote:
> http://cr.openjdk.java.net/~iignatyev//8178835/webrev.00/index.html
>> 99 lines changed: 88 ins; 1 del; 10 mod
>
> Hi all,
>
> could you please review this small fix for CTW runner which adds verification that CTW was run for all classes?
> currently, CTW runner stops execution when a child process exits w/ zero code, this might lead to missed test cover and/or false negative tests results. This fix adds a check that the index of the last compiled class equals to count of classes in a target.
>
> webrev: http://cr.openjdk.java.net/~iignatyev//8178835/webrev.00/index.html
> JBS: https://bugs.openjdk.java.net/browse/JDK-8178835
> testing: applications/ctw
>
> Thanks,
> -- Igor
>
More information about the hotspot-compiler-dev
mailing list