src/hotspot/share/jfr/utilities/jfrTypes.hpp
branchJEP-349-branch
changeset 57886 87f8a814310d
parent 57882 562f598d303c
child 57887 a9cc3698a55c
--- a/src/hotspot/share/jfr/utilities/jfrTypes.hpp	Mon Aug 26 18:10:34 2019 +0200
+++ b/src/hotspot/share/jfr/utilities/jfrTypes.hpp	Tue Aug 27 12:08:01 2019 +0200
@@ -76,8 +76,8 @@
   TIMED
 };
 
-enum JfrCheckpointMode : u1 {
-  NORMAL,
+enum JfrCheckpointType : u1 {
+  GENERIC,
   FLUSH,
   HEADER,
   STATICS = 4,