src/hotspot/share/gc/z/zStat.hpp
changeset 50812 0d813fbd94ed
parent 50525 767cdb97f103
child 50875 2217b2fc29ea
equal deleted inserted replaced
50811:f533eb5e7430 50812:0d813fbd94ed
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   405 public:
   405 public:
   406   static void print();
   406   static void print();
   407 };
   407 };
   408 
   408 
   409 //
   409 //
       
   410 // Stat metaspace
       
   411 //
       
   412 class ZStatMetaspace : public AllStatic {
       
   413 public:
       
   414   static void print();
       
   415 };
       
   416 
       
   417 //
   410 // Stat references
   418 // Stat references
   411 //
   419 //
   412 class ZStatReferences : public AllStatic {
   420 class ZStatReferences : public AllStatic {
   413 private:
   421 private:
   414   static struct ZCount {
   422   static struct ZCount {