src/share/vm/runtime/safepoint.cpp

changeset 7074
833b0f92429a
parent 6911
ce8f6bb717c9
child 7535
7ae4e26cb1e0
child 8199
5d96c022391c
     1.1 --- a/src/share/vm/runtime/safepoint.cpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/share/vm/runtime/safepoint.cpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -50,7 +50,6 @@
     1.4  #include "runtime/sweeper.hpp"
     1.5  #include "runtime/synchronizer.hpp"
     1.6  #include "runtime/thread.inline.hpp"
     1.7 -#include "services/memTracker.hpp"
     1.8  #include "services/runtimeService.hpp"
     1.9  #include "utilities/events.hpp"
    1.10  #include "utilities/macros.hpp"
    1.11 @@ -547,10 +546,6 @@
    1.12      TraceTime t7("purging class loader data graph", TraceSafepointCleanupTime);
    1.13      ClassLoaderDataGraph::purge_if_needed();
    1.14    }
    1.15 -
    1.16 -  if (MemTracker::is_on()) {
    1.17 -    MemTracker::sync();
    1.18 -  }
    1.19  }
    1.20  
    1.21  

mercurial