RFR (XS) 8022675: Redundant class init check

Rickard Bäckman rickard.backman at oracle.com
Tue Aug 20 10:42:52 PDT 2013


Thank you for the reviews.

Yes, I'll remove the extra blank line before pushing.

/R

On Aug 20, 2013, at 7:35 PM, Christian Thalinger wrote:

> Looks good.  That extra empty line is odd, though.  -- Chris
> 
> On Aug 19, 2013, at 11:57 PM, Rickard Bäckman <rickard.backman at oracle.com> wrote:
> 
>> http://cr.openjdk.java.net/~rbackman/8022675/
>> http://bugs.sun.com/view_bug.do?bug_id=8022675
>> 
>> C2 always puts a class init check in the intrinsic for Unsafe.allocateInstance. This change removes the init check if the class is constant and already initialized.
>> 
>> Thanks
>> /R
> 



More information about the hotspot-compiler-dev mailing list