RFR(XS) : 8158182 : remove shell script from compiler/c2/6894807/IsInstanceTest.java
Igor Ignatyev
igor.ignatyev at oracle.com
Mon May 30 23:39:03 UTC 2016
http://cr.openjdk.java.net/~iignatyev/8158182/webrev.00/
> 57 lines changed: 0 ins; 55 del; 2 mod;
Hi all,
could you please review this fix which removes shell script from compiler/c2/6894807/IsInstanceTest.java test?
the test used shell script to check that output of IsInstanceTest doesn’t contain 'Failed at index:’ string. pretty much the same can be achieved by throwing an exception in IsInstanceTest class.
webrev: http://cr.openjdk.java.net/~iignatyev/8158182/webrev.00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8158182
testing: the modified test locally
Thanks,
— Igor
More information about the hotspot-compiler-dev
mailing list