src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp

changeset 3713
720b6a76dd9d
parent 3459
a8a126788ea0
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Wed Apr 11 16:18:45 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Wed Apr 18 07:21:15 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -147,7 +147,7 @@
    1.11    size_t _overall_committed;
    1.12    size_t _overall_used;
    1.13  
    1.14 -  size_t _young_region_num;
    1.15 +  uint   _young_region_num;
    1.16    size_t _young_gen_committed;
    1.17    size_t _eden_committed;
    1.18    size_t _eden_used;

mercurial