hotspot/src/share/vm/runtime/thread.cpp
changeset 18687 5a0543c157c9
parent 18432 037577e626b1
child 18928 ac0163dd0a50
child 22821 40a3c34a50a1
--- a/hotspot/src/share/vm/runtime/thread.cpp	Tue Jul 02 16:54:24 2013 +0200
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Wed Jul 03 17:26:59 2013 -0400
@@ -45,7 +45,6 @@
 #include "prims/jvmtiExport.hpp"
 #include "prims/jvmtiThreadState.hpp"
 #include "prims/privilegedStack.hpp"
-#include "runtime/aprofiler.hpp"
 #include "runtime/arguments.hpp"
 #include "runtime/biasedLocking.hpp"
 #include "runtime/deoptimization.hpp"
@@ -3677,7 +3676,6 @@
   }
 
   if (Arguments::has_profile())       FlatProfiler::engage(main_thread, true);
-  if (Arguments::has_alloc_profile()) AllocationProfiler::engage();
   if (MemProfiling)                   MemProfiler::engage();
   StatSampler::engage();
   if (CheckJNICalls)                  JniPeriodicChecker::engage();