hotspot/src/share/vm/ci/ciMethod.cpp
changeset 31228 8e427370cdd1
parent 31019 d05fcdd70109
child 31790 4a08476437e8
--- a/hotspot/src/share/vm/ci/ciMethod.cpp	Tue May 12 14:26:31 2015 +0200
+++ b/hotspot/src/share/vm/ci/ciMethod.cpp	Thu Jun 11 14:19:40 2015 +0300
@@ -71,8 +71,7 @@
 // Loaded method.
 ciMethod::ciMethod(methodHandle h_m, ciInstanceKlass* holder) :
   ciMetadata(h_m()),
-  _holder(holder),
-  _has_injected_profile(false)
+  _holder(holder)
 {
   assert(h_m() != NULL, "no null method");
 
@@ -170,8 +169,7 @@
   _liveness(               NULL),
   _can_be_statically_bound(false),
   _method_blocks(          NULL),
-  _method_data(            NULL),
-  _has_injected_profile(   false)
+  _method_data(            NULL)
 #if defined(COMPILER2) || defined(SHARK)
   ,
   _flow(                   NULL),