src/hotspot/share/gc/z/zStat.hpp
changeset 50812 0d813fbd94ed
parent 50525 767cdb97f103
child 50875 2217b2fc29ea
--- a/src/hotspot/share/gc/z/zStat.hpp	Wed Jun 27 11:05:01 2018 +0200
+++ b/src/hotspot/share/gc/z/zStat.hpp	Wed Jun 27 11:05:07 2018 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, 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
@@ -407,6 +407,14 @@
 };
 
 //
+// Stat metaspace
+//
+class ZStatMetaspace : public AllStatic {
+public:
+  static void print();
+};
+
+//
 // Stat references
 //
 class ZStatReferences : public AllStatic {