hotspot/src/share/vm/runtime/globals.hpp
changeset 35463 b32e362563bb
parent 35219 b9ef87beb87c
child 35492 c8c0273e6b91
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jan 07 16:25:53 2016 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Jan 07 13:53:20 2016 -0500
@@ -741,9 +741,6 @@
   product(bool, ForceTimeHighResolution, false,                             \
           "Using high time resolution (for Win32 only)")                    \
                                                                             \
-  develop(bool, TraceItables, false,                                        \
-          "Trace initialization and use of itables")                        \
-                                                                            \
   develop(bool, TracePcPatching, false,                                     \
           "Trace usage of frame::patch_pc")                                 \
                                                                             \
@@ -2699,9 +2696,6 @@
   develop(bool, DebugVtables, false,                                        \
           "add debugging code to vtable dispatch")                          \
                                                                             \
-  develop(bool, PrintVtables, false,                                        \
-          "print vtables when printing klass")                              \
-                                                                            \
   notproduct(bool, PrintVtableStats, false,                                 \
           "print vtables stats at end of run")                              \
                                                                             \