< prev index next >

src/hotspot/share/gc/z/zUnload.cpp

Print this page
rev 60538 : imported patch jep387-misc.patch

*** 1,7 **** /* ! * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 162,168 **** } void ZUnload::finish() { // Resize and verify metaspace MetaspaceGC::compute_new_size(); ! MetaspaceUtils::verify_metrics(); } --- 162,168 ---- } void ZUnload::finish() { // Resize and verify metaspace MetaspaceGC::compute_new_size(); ! DEBUG_ONLY(MetaspaceUtils::verify(false);) }
< prev index next >