comparison 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
comparison
equal deleted inserted replaced
2060:40bcc41390e4 2061:c0b1d6a44a02
228 public int getCustomStackAreaSize() { 228 public int getCustomStackAreaSize() {
229 return 8; 229 return 8;
230 } 230 }
231 231
232 @Override 232 @Override
233 public boolean supportsArrayCopyIntrinsic() { 233 public boolean supportsArrayIntrinsics() {
234 return true; 234 return true;
235 } 235 }
236 } 236 }