src/share/vm/gc_interface/gcCause.cpp

changeset 7176
dce3f772de9f
parent 7071
4bfc44ba0d19
child 7236
d3fd73295885
     1.1 --- a/src/share/vm/gc_interface/gcCause.cpp	Thu Sep 11 14:21:24 2014 +0200
     1.2 +++ b/src/share/vm/gc_interface/gcCause.cpp	Thu Sep 11 17:13:30 2014 -0700
     1.3 @@ -54,6 +54,9 @@
     1.4      case _wb_young_gc:
     1.5        return "WhiteBox Initiated Young GC";
     1.6  
     1.7 +    case _update_allocation_context_stats:
     1.8 +      return "Update Allocation Context Stats";
     1.9 +
    1.10      case _no_gc:
    1.11        return "No GC";
    1.12  

mercurial