changeset 17374 | a0b5154f6f6f |
parent 17322 | 35c488005999 |
child 17375 | e9554fd82263 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Mon May 13 15:37:08 2013 -0400 +++ b/hotspot/src/share/vm/runtime/globals.hpp Tue May 14 11:34:30 2013 +0400 @@ -1159,9 +1159,6 @@ product(bool, CompactFields, true, \ "Allocate nonstatic fields in gaps between previous fields") \ \ - notproduct(bool, PrintCompactFieldsSavings, false, \ - "Print how many words were saved with CompactFields") \ - \ notproduct(bool, PrintFieldLayout, false, \ "Print field layout for each class") \ \