RFR (XS): 7102300: performance warnings cause results diff failure in Test6890943
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Feb 15 11:03:47 PST 2013
Perfect.
Thanks,
Vladimir
On 2/15/13 10:51 AM, David Chase wrote:
>
> 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