hotspot/src/share/vm/gc/shared/gcTraceSend.cpp
changeset 46795 623a5e42deb6
parent 41076 8c6aa0873dd1
--- a/hotspot/src/share/vm/gc/shared/gcTraceSend.cpp	Thu Aug 10 12:16:35 2017 -0700
+++ b/hotspot/src/share/vm/gc/shared/gcTraceSend.cpp	Thu Aug 10 18:09:19 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -428,6 +428,7 @@
       case 1: send_phase<EventGCPhasePauseLevel1>(phase); break;
       case 2: send_phase<EventGCPhasePauseLevel2>(phase); break;
       case 3: send_phase<EventGCPhasePauseLevel3>(phase); break;
+      case 4: send_phase<EventGCPhasePauseLevel4>(phase); break;
       default: /* Ignore sending this phase */ break;
     }
   }