--- old/src/hotspot/share/c1/c1_GraphBuilder.cpp 2019-01-08 13:50:05.707301129 -0500 +++ new/src/hotspot/share/c1/c1_GraphBuilder.cpp 2019-01-08 13:50:05.447299840 -0500 @@ -1451,9 +1451,6 @@ } if (needs_check) { - // Not a trivial method because C2 can do better with inlined check. - compilation()->set_would_profile(true); - // Perform the registration of finalizable objects. ValueStack* state_before = copy_state_for_exception(); load_local(objectType, 0); @@ -3569,9 +3566,6 @@ } bool GraphBuilder::try_inline_intrinsics(ciMethod* callee, bool ignore_return) { - // Not a trivial method because C2 may do intrinsics better. - compilation()->set_would_profile(true); - // For calling is_intrinsic_available we need to transition to // the '_thread_in_vm' state because is_intrinsic_available() // accesses critical VM-internal data.