hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 25472 381638db28e6
parent 25069 c937c5e883c5
child 26683 a02753d5a0b2
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Thu Jul 03 09:16:56 2014 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Thu Jul 03 11:07:51 2014 -0700
@@ -516,8 +516,6 @@
   static void trace_ic_miss(address at);
 
  public:
-  static int _monitor_enter_ctr;                 // monitor enter slow
-  static int _monitor_exit_ctr;                  // monitor exit slow
   static int _throw_null_ctr;                    // throwing a null-pointer exception
   static int _ic_miss_ctr;                       // total # of IC misses
   static int _wrong_method_ctr;