mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-23 12:29:56 +00:00
8235685: Shenandoah: Enable leak profiler
Reviewed-by: rkennke
This commit is contained in:
parent
4627488e74
commit
dd758e2a84
@ -49,11 +49,6 @@ bool LeakProfiler::start(int sample_count) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (UseShenandoahGC) {
|
|
||||||
log_warning(jfr)("LeakProfiler is currently not supported in combination with Shenandoah GC");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
assert(!is_running(), "invariant");
|
assert(!is_running(), "invariant");
|
||||||
assert(sample_count > 0, "invariant");
|
assert(sample_count > 0, "invariant");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user