RFR(S)[12] : 8067250 : [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression

Igor Ignatyev igor.ignatyev at oracle.com
Fri Jan 25 05:22:15 UTC 2019


http://cr.openjdk.java.net/~iignatyev//8067250/webrev.00/index.html
> 21 lines changed: 0 ins; 17 del; 4 mod;

Hi all,

could you please review this small fix for b6969574 test? 

the tests compares performance of different invocation modes, long time ago it started to report that MH.invokeWithArguments() is slower than Method.invoke(). 8078511[1] was filed to consider possible improvement for invokeWithArguments. however, since MH.invokeWithArguments performance isn't expected to  be better thanMethod.invoke, it was decided to remove it from the test.

webrev: http://cr.openjdk.java.net/~iignatyev//8067250/webrev.00/index.html
JBS: https://bugs.openjdk.java.net/browse/JDK-8067250
testing: the affected tests in the configurations known to provoke failures 

Thanks,
-- Igor


More information about the hotspot-compiler-dev mailing list