diff -r 9046db64ca39 -r cddef3bde924 src/hotspot/share/gc/g1/g1RemSetSummary.cpp --- a/src/hotspot/share/gc/g1/g1RemSetSummary.cpp Wed Sep 11 14:16:27 2019 +0200 +++ b/src/hotspot/share/gc/g1/g1RemSetSummary.cpp Wed Sep 11 14:16:30 2019 +0200 @@ -107,9 +107,7 @@ } G1RemSetSummary::~G1RemSetSummary() { - if (_rs_threads_vtimes) { - FREE_C_HEAP_ARRAY(double, _rs_threads_vtimes); - } + FREE_C_HEAP_ARRAY(double, _rs_threads_vtimes); } void G1RemSetSummary::set(G1RemSetSummary* other) {