# HG changeset patch # User zgu # Date 1576006710 18000 # Tue Dec 10 14:38:30 2019 -0500 # Node ID 3fd6ae25e1efc4fbd89736a8919cef03ad2e2262 # Parent 05b8844819246319ce22a13ef261e3b0c46315b1 8235685: Shenandoah: Enable leak profiler diff --git a/src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp b/src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp --- a/src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp +++ b/src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp @@ -49,11 +49,6 @@ 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");