diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java @ 2061:c0b1d6a44a02

Implemented fast inline array allocation.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Sat, 22 Jan 2011 14:37:43 +0100
parents 9508a52cbd32
children 360497545e85
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java	Wed Jan 19 16:13:13 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java	Sat Jan 22 14:37:43 2011 +0100
@@ -230,7 +230,7 @@
     }
 
     @Override
-    public boolean supportsArrayCopyIntrinsic() {
+    public boolean supportsArrayIntrinsics() {
         return true;
     }
 }