OpenJDK / amber / amber
changeset 59266:4a601cb7a903
8235685: Shenandoah: Enable leak profiler
Reviewed-by: rkennke
author | zgu |
---|---|
date | Tue, 10 Dec 2019 20:20:18 -0500 |
parents | 336885e766af |
children | dcf8e70d78d5 |
files | src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp Tue Dec 10 11:56:26 2019 -0800 +++ b/src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp Tue Dec 10 20:20:18 2019 -0500 @@ -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");