RFR (XS) 8022675: Redundant class init check

Christian Thalinger christian.thalinger at oracle.com
Tue Aug 20 10:35:06 PDT 2013


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