> 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.