jaotc inlining

Yifei Zhang yifei.zhang1992 at outlook.com
Mon Nov 19 08:34:09 UTC 2018


Dear all,

I am currently looking at jaotc and trying to use it to improve the performance of Java programs. I use -J-Dgraal.Log=InliningDecisions to dump inlining info during compilation, such as which methods are inlined and which are not and why. It seems that only the method calls that invoke Java library methods are inlined but method invocations to users' own code are not. I was wondering if this is true and what the purposes of this design are.

Best,
Anthony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20181119/0d588648/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list