diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon May 13 15:37:08 2013 -0400
+++ b/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")                              \
                                                                             \