hotspot/src/share/vm/gc_interface/gcCause.hpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
child 26183 bbe259d3c8bc
equal deleted inserted replaced
22550:820966182ab9 22551:9bf46d16dcc6
    29 
    29 
    30 //
    30 //
    31 // This class exposes implementation details of the various
    31 // This class exposes implementation details of the various
    32 // collector(s), and we need to be very careful with it. If
    32 // collector(s), and we need to be very careful with it. If
    33 // use of this class grows, we should split it into public
    33 // use of this class grows, we should split it into public
    34 // and implemenation-private "causes".
    34 // and implementation-private "causes".
    35 //
    35 //
    36 
    36 
    37 class GCCause : public AllStatic {
    37 class GCCause : public AllStatic {
    38  public:
    38  public:
    39   enum Cause {
    39   enum Cause {