RFR 8038418 New tests development for type profiling and speculation
Pavel Punegov
pavel.punegov at oracle.com
Fri Apr 11 10:22:15 UTC 2014
Yes, it's not inlined. I've checked it, and decided to change it again.
Renamed methodToCompile to methodNotToCompile and changed CompileCommand to -XX:CompileCommand=exclude,execution/*::methodNotToCompile.
See http://cr.openjdk.java.net/~iignatyev/ppunegov/8038418/webrev.07/
Pavel
----- Original Message -----
From: roland.westrelin at oracle.com
To: pavel.punegov at oracle.com
Cc: hotspot-compiler-dev at openjdk.java.net, igor.ignatyev at oracle.com, Ilya.Dergalin at oracle.com
Sent: Friday, April 11, 2014 1:25:29 PM GMT +04:00 Abu Dhabi / Muscat
Subject: Re: RFR 8038418 New tests development for type profiling and speculation
> 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