author | mgronlun |
Wed, 04 Jul 2018 18:39:26 +0200 | |
changeset 50986 | b289815d0db3 |
parent 50985 | cd41f34e548c |
child 50987 | e4a92c455d1c |
src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.cpp | file | annotate | diff | comparison | revisions |
--- a/src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.cpp Wed Jul 04 16:16:24 2018 +0100 +++ b/src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.cpp Wed Jul 04 18:39:26 2018 +0200 @@ -74,7 +74,6 @@ CLDClaimContext::~CLDClaimContext() { if (_cld != NULL) { - assert(!_cld->claimed(), "invariant"); _cld->claim(); assert(_cld->claimed(), "invariant"); }