--- old/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCCause.java 2018-02-20 14:00:00.097684225 +0100 +++ new/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCCause.java 2018-02-20 13:59:59.789672153 +0100 @@ -38,8 +38,6 @@ _wb_young_gc ("WhiteBox Initiated Young GC"), _wb_conc_mark ("WhiteBox Initiated Concurrent Mark"), _wb_full_gc ("WhiteBox Initiated Full GC"), - _update_allocation_context_stats_inc ("Update Allocation Context Stats"), - _update_allocation_context_stats_full ("Update Allocation Context Stats"), _no_gc ("No GC"), _no_cause_specified ("Unknown GCCause"),