hotspot/src/share/vm/oops/methodData.cpp
changeset 26586 992efa57514f
parent 26440 0c9e5ee0083a
child 27680 8ecc0871c18e
child 27643 fe8f95a2d9bc
--- a/hotspot/src/share/vm/oops/methodData.cpp	Wed Sep 10 19:08:17 2014 -0700
+++ b/hotspot/src/share/vm/oops/methodData.cpp	Thu Sep 11 00:04:50 2014 -0700
@@ -1134,8 +1134,6 @@
   _tenure_traps = 0;
   _num_loops = 0;
   _num_blocks = 0;
-  _highest_comp_level = 0;
-  _highest_osr_comp_level = 0;
   _would_profile = true;
 
 #if INCLUDE_RTM_OPT