hotspot/src/share/vm/runtime/simpleThresholdPolicy.cpp
changeset 38218 f5ba1dea04eb
parent 38133 78b95467b9f1
child 38666 5ff19807abd5
--- a/hotspot/src/share/vm/runtime/simpleThresholdPolicy.cpp	Mon Apr 18 11:30:10 2016 +0200
+++ b/hotspot/src/share/vm/runtime/simpleThresholdPolicy.cpp	Wed Apr 13 14:48:22 2016 +0200
@@ -265,7 +265,7 @@
 // Tell the broker to compile the method
 void SimpleThresholdPolicy::submit_compile(const methodHandle& mh, int bci, CompLevel level, JavaThread* thread) {
   int hot_count = (bci == InvocationEntryBci) ? mh->invocation_count() : mh->backedge_count();
-  CompileBroker::compile_method(mh, bci, level, mh, hot_count, "tiered", thread);
+  CompileBroker::compile_method(mh, bci, level, mh, hot_count, CompileTask::Reason_Tiered, thread);
 }
 
 // Call and loop predicates determine whether a transition to a higher