src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCCause.java
changeset 49054 fa4c8865a4ff
parent 47216 71c04702a3d5
child 50525 767cdb97f103
equal deleted inserted replaced
49053:0b61efd5a439 49054:fa4c8865a4ff
    36   _heap_inspection ("Heap Inspection Initiated GC"),
    36   _heap_inspection ("Heap Inspection Initiated GC"),
    37   _heap_dump ("Heap Dump Initiated GC"),
    37   _heap_dump ("Heap Dump Initiated GC"),
    38   _wb_young_gc ("WhiteBox Initiated Young GC"),
    38   _wb_young_gc ("WhiteBox Initiated Young GC"),
    39   _wb_conc_mark ("WhiteBox Initiated Concurrent Mark"),
    39   _wb_conc_mark ("WhiteBox Initiated Concurrent Mark"),
    40   _wb_full_gc ("WhiteBox Initiated Full GC"),
    40   _wb_full_gc ("WhiteBox Initiated Full GC"),
    41   _update_allocation_context_stats_inc ("Update Allocation Context Stats"),
       
    42   _update_allocation_context_stats_full ("Update Allocation Context Stats"),
       
    43 
    41 
    44   _no_gc ("No GC"),
    42   _no_gc ("No GC"),
    45   _no_cause_specified ("Unknown GCCause"),
    43   _no_cause_specified ("Unknown GCCause"),
    46   _allocation_failure ("Allocation Failure"),
    44   _allocation_failure ("Allocation Failure"),
    47 
    45