src/hotspot/share/jfr/periodic/jfrPeriodic.cpp
branchJEP-349-branch
changeset 57871 7d2478b04e95
parent 57870 00860d9caf4d
child 57878 bffba8d6611a
--- a/src/hotspot/share/jfr/periodic/jfrPeriodic.cpp	Sat Aug 24 14:30:27 2019 +0200
+++ b/src/hotspot/share/jfr/periodic/jfrPeriodic.cpp	Sun Aug 25 10:12:57 2019 +0200
@@ -65,9 +65,7 @@
 #include "services/threadService.hpp"
 #include "utilities/exceptions.hpp"
 #include "utilities/globalDefinitions.hpp"
-#if INCLUDE_SHENANDOAHGC
-#include "gc/shenandoah/shenandoahJfrSupport.hpp"
-#endif
+
 /**
  *  JfrPeriodic class
  *  Implementation of declarations in
@@ -631,14 +629,3 @@
   event.set_flushingEnabled(UseCodeCacheFlushing);
   event.commit();
 }
-
-
-TRACE_REQUEST_FUNC(ShenandoahHeapRegionInformation) {
-#if INCLUDE_SHENANDOAHGC
-  if (UseShenandoahGC) {
-    VM_ShenandoahSendHeapRegionInfoEvents op;
-    VMThread::execute(&op);
-  }
-#endif
-}
-