src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCName.java
changeset 59053 ba6c248cae19
parent 52925 9c18c9d839d3
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2019, 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   ParallelOld ("ParallelOld"),
    30   ParallelOld ("ParallelOld"),
    31   SerialOld ("SerialOld"),
    31   SerialOld ("SerialOld"),
    32   PSMarkSweep ("PSMarkSweep"),
    32   PSMarkSweep ("PSMarkSweep"),
    33   ParallelScavenge ("ParallelScavenge"),
    33   ParallelScavenge ("ParallelScavenge"),
    34   DefNew ("DefNew"),
    34   DefNew ("DefNew"),
    35   ParNew ("ParNew"),
       
    36   G1New ("G1New"),
    35   G1New ("G1New"),
    37   ConcurrentMarkSweep ("ConcurrentMarkSweep"),
       
    38   G1Old ("G1Old"),
    36   G1Old ("G1Old"),
    39   G1Full ("G1Full"),
    37   G1Full ("G1Full"),
    40   Z ("Z"),
    38   Z ("Z"),
    41   Shenandoah ("Shenandoah"),
    39   Shenandoah ("Shenandoah"),
    42   NA ("N/A"),
    40   NA ("N/A"),