RFR(S) : 8156469 : [JITtester] Difference in generated golden output when run with Jigsaw build
Igor Ignatyev
igor.ignatyev at oracle.com
Thu May 26 20:59:36 UTC 2016
http://cr.openjdk.java.net/~iignatyev/8156469/webrev.00/
> 56 lines changed: 23 ins; 13 del; 20 mod;
Hi all,
could you please review this small fix?
since jit-tester tests can be generated by another version of JDK, there is probability that some of exception messages or stack trace have been changed. this can cause lots of false positive test results. in order to avoid that and make tests more robust, I have changed JIT tester to print/compare just only exception class names.
JBS: https://bugs.openjdk.java.net/browse/JDK-8156469
webrev: http://cr.openjdk.java.net/~iignatyev/8156469/webrev.00/
Thanks,
— Igor
More information about the hotspot-compiler-dev
mailing list