src/hotspot/share/gc/g1/g1RemSetSummary.hpp
changeset 49392 2956d0ece7a9
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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.
    30 
    30 
    31 class G1RemSet;
    31 class G1RemSet;
    32 
    32 
    33 // A G1RemSetSummary manages statistical information about the G1RemSet
    33 // A G1RemSetSummary manages statistical information about the G1RemSet
    34 
    34 
    35 class G1RemSetSummary VALUE_OBJ_CLASS_SPEC {
    35 class G1RemSetSummary {
    36 private:
    36 private:
    37   friend class GetRSThreadVTimeClosure;
    37   friend class GetRSThreadVTimeClosure;
    38 
    38 
    39   G1RemSet* _rem_set;
    39   G1RemSet* _rem_set;
    40 
    40