RFR(S) : 8148136 : compile control tests have incorrect @build directives
Igor Ignatyev
igor.ignatyev at oracle.com
Mon Jan 25 17:17:29 UTC 2016
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