< prev index next >

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

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

*** 58,71 **** return "WhiteBox Initiated Concurrent Mark"; case _wb_full_gc: return "WhiteBox Initiated Full GC"; - case _update_allocation_context_stats_inc: - case _update_allocation_context_stats_full: - return "Update Allocation Context Stats"; - case _no_gc: return "No GC"; case _allocation_failure: return "Allocation Failure"; --- 58,67 ----
< prev index next >