RFR (XS): 8035887: VM crashes trying to force inlining the recursive call

David Chase david.r.chase at oracle.com
Fri Feb 28 08:22:40 PST 2014


On 2014-02-27, at 1:01 PM, Christian Thalinger <christian.thalinger at oracle.com> wrote:

> !     const char* msg;
> +     if (callee->force_inline())  msg = "force inline by annotation";
> +     if (callee->should_inline()) msg = "force inline by CompileOracle";
> +     print_inlining(callee, msg);
> 
> We shouldn’t leave msg uninitialized.  I know that it is not a problem with the code as it is now but it might be in the future.

And Parfait will complain right now.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140228/83e9b4c6/signature-0001.asc 


More information about the hotspot-compiler-dev mailing list