< prev index next >

src/hotspot/share/memory/metaspaceCounters.hpp

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

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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.

@@ -27,10 +27,11 @@
 
 #include "memory/allocation.hpp"
 
 class MetaspacePerfCounters;
 
+// Todo: clean up after jep387, see JDK-8251392
 class MetaspaceCounters: public AllStatic {
   static MetaspacePerfCounters* _perf_counters;
   static size_t used();
   static size_t capacity();
   static size_t max_capacity();
< prev index next >