< prev index next >

src/hotspot/share/memory/metaspaceTracer.hpp

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

*** 1,7 **** /* ! * Copyright (c) 2014, 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) 2014, 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.
*** 25,35 **** #ifndef SHARE_MEMORY_METASPACETRACER_HPP #define SHARE_MEMORY_METASPACETRACER_HPP #include "memory/allocation.hpp" #include "memory/metaspace.hpp" - #include "memory/metaspaceGCThresholdUpdater.hpp" class ClassLoaderData; class MetaspaceTracer : public CHeapObj<mtTracing> { template <typename E> --- 25,34 ----
< prev index next >