RFR(S) : 8148136 : compile control tests have incorrect @build directives

Vladimir Kozlov vladimir.kozlov at oracle.com
Mon Jan 25 17:53:49 UTC 2016


Good.

Thanks,
Vladimir

On 1/25/16 9:17 AM, Igor Ignatyev wrote:
> http://cr.openjdk.java.net/~iignatyev/8148136/webrev.00/
>> 49 lines changed: 24 ins; 0 del; 25 mod
>
> Hi all,
>
> could you please review the patch which fixes build directives for compile control tests?
>
> Compile control tests intermittently fail in concurrent jtreg execution w/ NoClassDefFoundError or ClassNotFoundException for different classes. The tests have @build directives which refers to classname w/o package, but they should refer to FQN. So there are no @build/compile actions which guarantees that all needed classes would be compiled. The patch replaces classname w/ fully qualified name.
>
> testing: run all hotspot/test/compiler
> jbs: https://bugs.openjdk.java.net/browse/JDK-8148136
>
> Thanks,
> — Igor
>


More information about the hotspot-compiler-dev mailing list