RFR 8038418 New tests development for type profiling and speculation

Roland Westrelin roland.westrelin at oracle.com
Fri Apr 11 09:25:26 UTC 2014


> Changed compile commands to -XX:CompileCommand=compileonly,scenarios/*::run only, so it doesn't compile executions at all

But then:

  66     private Integer inlinee(T obj) {
  67         return obj.m(); // should be inlined
  68     }

is not inlined?

Roland.


More information about the hotspot-compiler-dev mailing list