src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VMOps.java
changeset 50525 767cdb97f103
parent 50113 caf115bb98ad
child 52874 c45a5b46461b
equal deleted inserted replaced
50524:04f4e983c2f7 50525:767cdb97f103
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 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.
    52   ParallelGCSystemGC,
    52   ParallelGCSystemGC,
    53   CGC_Operation,
    53   CGC_Operation,
    54   CMS_Initial_Mark,
    54   CMS_Initial_Mark,
    55   CMS_Final_Remark,
    55   CMS_Final_Remark,
    56   G1CollectFull,
    56   G1CollectFull,
       
    57   ZOperation,
    57   G1CollectForAllocation,
    58   G1CollectForAllocation,
    58   G1IncCollectionPause,
    59   G1IncCollectionPause,
    59   EnableBiasedLocking,
    60   EnableBiasedLocking,
    60   RevokeBias,
    61   RevokeBias,
    61   BulkRevokeBias,
    62   BulkRevokeBias,