diff src/share/vm/runtime/globals.hpp @ 1366:b9d85fcdf743

6940733: allocate non static oop fields in super and sub classes together Summary: Use FieldsAllocationStyle=2 to allocate non static oop fields in super and sub classes together Reviewed-by: twisti
author kvn
date Wed, 07 Apr 2010 10:35:56 -0700
parents 6476042f815c
children 9e321dcfa5b7
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Apr 07 09:37:47 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Apr 07 10:35:56 2010 -0700
@@ -1052,7 +1052,8 @@
           "Use SSE2 MOVDQU instruction for Arraycopy")                      \
                                                                             \
   product(intx, FieldsAllocationStyle, 1,                                   \
-          "0 - type based with oops first, 1 - with oops last")             \
+          "0 - type based with oops first, 1 - with oops last, "            \
+          "2 - oops in super and sub classes are together")                 \
                                                                             \
   product(bool, CompactFields, true,                                        \
           "Allocate nonstatic fields in gaps between previous fields")      \