< prev index next >

src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp

Print this page
rev 57328 : 8235685: Shenandoah: Enable leak profiler

@@ -47,15 +47,10 @@
   // Allows user to disable leak profiler on command line by setting queue size to zero.
   if (sample_count == 0) {
     return false;
   }
 
-  if (UseShenandoahGC) {
-    log_warning(jfr)("LeakProfiler is currently not supported in combination with Shenandoah GC");
-    return false;
-  }
-
   assert(!is_running(), "invariant");
   assert(sample_count > 0, "invariant");
 
   // schedule the safepoint operation for installing the object sampler
   StartOperation op(sample_count);
< prev index next >