comparison src/share/vm/runtime/globals.hpp @ 10269:a9270d9ecb13

8014448: Purge PrintCompactFieldsSavings Summary: Remove obsolete debugging code. Reviewed-by: dholmes, kvn Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
author shade
date Tue, 14 May 2013 11:34:30 +0400
parents d17700c82d7d
children f944ba972151
comparison
equal deleted inserted replaced
10268:43083e670adf 10269: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")\