hotspot/src/share/vm/opto/library_call.cpp
changeset 31228 8e427370cdd1
parent 31129 02ee7609f0e1
child 31404 63e8fcd70bfc
child 31583 eb5bea7b4835
--- a/hotspot/src/share/vm/opto/library_call.cpp	Tue May 12 14:26:31 2015 +0200
+++ b/hotspot/src/share/vm/opto/library_call.cpp	Thu Jun 11 14:19:40 2015 +0300
@@ -6125,8 +6125,6 @@
     jint false_cnt = aobj->element_value(0).as_int();
     jint  true_cnt = aobj->element_value(1).as_int();
 
-    method()->set_injected_profile(true);
-
     if (C->log() != NULL) {
       C->log()->elem("observe source='profileBoolean' false='%d' true='%d'",
                      false_cnt, true_cnt);