diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java @ 1425:98fffb304868

tlab-allocated "new instance", invokespecial, support for static fields in COMPILER_CLASSES_DO
author Lukas Stadler <lukas.stadler@oracle.com>
date Tue, 17 Aug 2010 17:34:25 -0700
parents 760213a60e8b
children 695451afc619
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java	Mon Aug 16 20:00:59 2010 -0700
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java	Tue Aug 17 17:34:25 2010 -0700
@@ -37,11 +37,15 @@
     public int arrayLengthOffset;
     public int[] arrayOffsets;
     public int arrayClassElementOffset;
+    public int threadTlabTopOffset;
+    public int threadTlabEndOffset;
+    public int instanceHeaderPrototypeOffset;
 
     // runtime stubs
     public long instanceofStub;
     public long debugStub;
     public long resolveStaticCallStub;
+    public long newInstanceStub;
 
     public void check() {
         assert vmPageSize >= 16;