src/share/vm/runtime/globals.hpp

changeset 5101
a9270d9ecb13
parent 5073
d17700c82d7d
child 5102
f944ba972151
equal deleted inserted replaced
5100:43083e670adf 5101:a9270d9ecb13
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")\

mercurial