< prev index next >

test/hotspot/gtest/metaspace/test_internstats.cpp

Print this page
rev 60811 : imported patch jep387-all.patch
rev 60812 : [mq]: diff1

*** 1,8 **** /* ! * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2018, 2020 SAP SE. 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,8 ---- /* ! * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2020 SAP SE. 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.
*** 23,36 **** * */ #include "precompiled.hpp" ! //#define LOG_PLEASE ! #include "metaspaceTestsCommon.hpp" ! #include "memory/metaspace/internStat.hpp" // Very simple test, since the VM is fired up we should see a little // Metaspace activity already which should show up in the stats. TEST_VM(metaspace, internstats) { --- 23,36 ---- * */ #include "precompiled.hpp" ! #include "memory/metaspace/msInternalStats.hpp" ! //#define LOG_PLEASE ! #include "metaspaceGtestCommon.hpp" // Very simple test, since the VM is fired up we should see a little // Metaspace activity already which should show up in the stats. TEST_VM(metaspace, internstats) {
< prev index next >