RFR (XS): 8010222: 8007439 disabled inlining of cold accessor methods

John Rose john.r.rose at oracle.com
Mon Mar 18 21:14:14 PDT 2013


On Mar 18, 2013, at 3:40 PM, Christian Thalinger <christian.thalinger at oracle.com> wrote:

> The main problem is there are some people who write code like:
> 
>   if (foo)
>     return false;
> 
> without curly braces.  You know who you are ;-)

That would be me for one.  And "main problem" is overstating it.

The main problem is breaking code.  Debatable practices which make breaks more or less likely are not the main problem!

— John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20130318/46f18d66/attachment.html 


More information about the hotspot-compiler-dev mailing list