RFR (S): 8048882: Some regression tests are not robust with VM output

Pavel Punegov pavel.punegov at oracle.com
Thu Jul 17 17:08:33 UTC 2014


Please review the next change for the test bug
webrev: 
http://cr.openjdk.java.net/~iignatyev/ppunegov/8048882/webrev.00/ 
<http://cr.openjdk.java.net/%7Eiignatyev/ppunegov/8048882/webrev.00/>

Problem:
   The test used shell script that diffs output got form the test. If 
there are warning, test fails.

Fix:
   Remove shell script. Make compare of the test results inside the 
java-file.
   Also, I have fixed indentation and code style to be more Java-style.

Testing:
   Locally and JPRT.
   Verified that it still reproduces the original issue the regression 
test was made for.

Bug: https://bugs.openjdk.java.net/browse/JDK-8048882

-- 
Thanks,
Pavel Punegov



More information about the hotspot-compiler-dev mailing list