RFR (XS): 7102300: performance warnings cause results diff failure in Test6890943

David Chase david.r.chase at oracle.com
Fri Feb 15 10:51:47 PST 2013


http://cr.openjdk.java.net/~drchase/7102300/webrev.00/

bug:
compiler/5091921/Test6890943.java sometimes tickles a hashtable
performance warning, unrelated to what it is supposed to be testing.
This warning causes a diff against golden results, which is classified as a failure.

fix:
(1) Strip lines matching the performance warning from the output before diff.
(2) Add -XX+IgnoreUnrecognizedVMOptions to avoid other failure-generating warnings.

testing: 
JTreg, JPRT.



More information about the hotspot-compiler-dev mailing list