src/hotspot/share/gc/shared/vmGCOperations.hpp
changeset 49377 ecd91135d645
parent 47216 71c04702a3d5
child 51343 da5b0111c93c
--- a/src/hotspot/share/gc/shared/vmGCOperations.hpp	Mon Mar 12 12:02:20 2018 +0100
+++ b/src/hotspot/share/gc/shared/vmGCOperations.hpp	Fri Mar 09 23:13:37 2018 +0900
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2018, 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
@@ -227,7 +227,7 @@
  private:
   JvmtiGCMarker _jgcm;
  public:
-  typedef enum { MINOR, FULL, OTHER } reason_type;
+  typedef enum { MINOR, FULL, CONCURRENT, OTHER } reason_type;
 
   SvcGCMarker(reason_type reason ) {
     VM_GC_Operation::notify_gc_begin(reason == FULL);