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

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Feb 16 21:45:24 UTC 2016


Looks good.

Thanks,
Vladimir

On 2/16/16 12:25 PM, Tom Rodriguez wrote:
> 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


More information about the hotspot-compiler-dev mailing list