hotspot/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp
changeset 12381 1438e0fbfa27
parent 11579 6c94c23b3199
child 13195 be27e1b6a4b9
equal deleted inserted replaced
12380:48f69987dbca 12381:1438e0fbfa27
     1 /*
     1 /*
     2  * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2012, 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.
   145 
   145 
   146   size_t _overall_reserved;
   146   size_t _overall_reserved;
   147   size_t _overall_committed;
   147   size_t _overall_committed;
   148   size_t _overall_used;
   148   size_t _overall_used;
   149 
   149 
   150   size_t _young_region_num;
   150   uint   _young_region_num;
   151   size_t _young_gen_committed;
   151   size_t _young_gen_committed;
   152   size_t _eden_committed;
   152   size_t _eden_committed;
   153   size_t _eden_used;
   153   size_t _eden_used;
   154   size_t _survivor_committed;
   154   size_t _survivor_committed;
   155   size_t _survivor_used;
   155   size_t _survivor_used;