< prev index next >

src/hotspot/share/gc/shared/gcCause.cpp

Print this page
rev 48959 : 8198420: Remove unused extension point AllocationContextStats
Reviewed-by:


  43       return "JvmtiEnv ForceGarbageCollection";
  44 
  45     case _gc_locker:
  46       return "GCLocker Initiated GC";
  47 
  48     case _heap_inspection:
  49       return "Heap Inspection Initiated GC";
  50 
  51     case _heap_dump:
  52       return "Heap Dump Initiated GC";
  53 
  54     case _wb_young_gc:
  55       return "WhiteBox Initiated Young GC";
  56 
  57     case _wb_conc_mark:
  58       return "WhiteBox Initiated Concurrent Mark";
  59 
  60     case _wb_full_gc:
  61       return "WhiteBox Initiated Full GC";
  62 
  63     case _update_allocation_context_stats_inc:
  64     case _update_allocation_context_stats_full:
  65       return "Update Allocation Context Stats";
  66 
  67     case _no_gc:
  68       return "No GC";
  69 
  70     case _allocation_failure:
  71       return "Allocation Failure";
  72 
  73     case _tenured_generation_full:
  74       return "Tenured Generation Full";
  75 
  76     case _metadata_GC_threshold:
  77       return "Metadata GC Threshold";
  78 
  79     case _metadata_GC_clear_soft_refs:
  80       return "Metadata GC Clear Soft References";
  81 
  82     case _cms_generation_full:
  83       return "CMS Generation Full";
  84 
  85     case _cms_initial_mark:
  86       return "CMS Initial Mark";




  43       return "JvmtiEnv ForceGarbageCollection";
  44 
  45     case _gc_locker:
  46       return "GCLocker Initiated GC";
  47 
  48     case _heap_inspection:
  49       return "Heap Inspection Initiated GC";
  50 
  51     case _heap_dump:
  52       return "Heap Dump Initiated GC";
  53 
  54     case _wb_young_gc:
  55       return "WhiteBox Initiated Young GC";
  56 
  57     case _wb_conc_mark:
  58       return "WhiteBox Initiated Concurrent Mark";
  59 
  60     case _wb_full_gc:
  61       return "WhiteBox Initiated Full GC";
  62 




  63     case _no_gc:
  64       return "No GC";
  65 
  66     case _allocation_failure:
  67       return "Allocation Failure";
  68 
  69     case _tenured_generation_full:
  70       return "Tenured Generation Full";
  71 
  72     case _metadata_GC_threshold:
  73       return "Metadata GC Threshold";
  74 
  75     case _metadata_GC_clear_soft_refs:
  76       return "Metadata GC Clear Soft References";
  77 
  78     case _cms_generation_full:
  79       return "CMS Generation Full";
  80 
  81     case _cms_initial_mark:
  82       return "CMS Initial Mark";


< prev index next >