RFR(S) 8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker

Tom Rodriguez tom.rodriguez at oracle.com
Tue Feb 16 20:25:31 UTC 2016


http://cr.openjdk.java.net/~never/8149969/webrev/index.html <http://cr.openjdk.java.net/~never/8149969/webrev/index.html>

CompilerToVM.installCode can be used without going through the CompileBroker which will bypass the PrintNMethods machinery there so make sure it’s get’s printed in this case.  I factored out the logic slightly to avoid more duplication.  Tested with -XX:+PrintNMethods and print directives.

tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160216/49074827/attachment.html>


More information about the hotspot-compiler-dev mailing list