hotspot/src/share/vm/runtime/globals.hpp
changeset 17374 a0b5154f6f6f
parent 17322 35c488005999
child 17375 e9554fd82263
equal deleted inserted replaced
17373:7d8bb2a8787e 17374:a0b5154f6f6f
  1157           "2 - oops in super and sub classes are together")                 \
  1157           "2 - oops in super and sub classes are together")                 \
  1158                                                                             \
  1158                                                                             \
  1159   product(bool, CompactFields, true,                                        \
  1159   product(bool, CompactFields, true,                                        \
  1160           "Allocate nonstatic fields in gaps between previous fields")      \
  1160           "Allocate nonstatic fields in gaps between previous fields")      \
  1161                                                                             \
  1161                                                                             \
  1162   notproduct(bool, PrintCompactFieldsSavings, false,                        \
       
  1163           "Print how many words were saved with CompactFields")             \
       
  1164                                                                             \
       
  1165   notproduct(bool, PrintFieldLayout, false,                                 \
  1162   notproduct(bool, PrintFieldLayout, false,                                 \
  1166           "Print field layout for each class")                              \
  1163           "Print field layout for each class")                              \
  1167                                                                             \
  1164                                                                             \
  1168   product(intx, ContendedPaddingWidth, 128,                                 \
  1165   product(intx, ContendedPaddingWidth, 128,                                 \
  1169           "How many bytes to pad the fields/classes marked @Contended with")\
  1166           "How many bytes to pad the fields/classes marked @Contended with")\