src/share/vm/gc_interface/gcCause.cpp

changeset 7236
d3fd73295885
parent 7176
dce3f772de9f
child 7535
7ae4e26cb1e0
child 8194
047a642c9729
     1.1 --- a/src/share/vm/gc_interface/gcCause.cpp	Thu Nov 21 09:57:00 2013 -0800
     1.2 +++ b/src/share/vm/gc_interface/gcCause.cpp	Mon Oct 06 10:11:13 2014 +0200
     1.3 @@ -54,7 +54,8 @@
     1.4      case _wb_young_gc:
     1.5        return "WhiteBox Initiated Young GC";
     1.6  
     1.7 -    case _update_allocation_context_stats:
     1.8 +    case _update_allocation_context_stats_inc:
     1.9 +    case _update_allocation_context_stats_full:
    1.10        return "Update Allocation Context Stats";
    1.11  
    1.12      case _no_gc:

mercurial