8235685: Shenandoah: Enable leak profiler

Reviewed-by: rkennke
This commit is contained in:
Zhengyu Gu 2019-12-10 20:20:18 -05:00
parent 4627488e74
commit dd758e2a84

View File

@ -49,11 +49,6 @@ bool LeakProfiler::start(int sample_count) {
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");