diff src/share/vm/runtime/advancedThresholdPolicy.cpp @ 19943:5119e7f07d93

Log dequeue of methods from CompileQueue
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 17 Mar 2015 19:21:22 -0700
parents 52b4284cb496
children f2bdbfe9201b
line wrap: on
line diff
--- a/src/share/vm/runtime/advancedThresholdPolicy.cpp	Wed Mar 18 02:15:37 2015 +0100
+++ b/src/share/vm/runtime/advancedThresholdPolicy.cpp	Tue Mar 17 19:21:22 2015 -0700
@@ -175,6 +175,7 @@
         if (PrintTieredEvents) {
           print_event(REMOVE_FROM_QUEUE, method, method, task->osr_bci(), (CompLevel)task->comp_level());
         }
+        task->log_task_dequeued("stale");
         CompileTaskWrapper ctw(task); // Frees the task
         compile_queue->remove(task);
         method->clear_queued_for_compilation();