src/hotspot/share/jfr/utilities/jfrTypes.hpp
branchJEP-349-branch
changeset 57360 5d043a159d5c
parent 54603 cb8e16d6ff1e
child 57870 00860d9caf4d
--- a/src/hotspot/share/jfr/utilities/jfrTypes.hpp	Fri May 17 15:53:21 2019 +0200
+++ b/src/hotspot/share/jfr/utilities/jfrTypes.hpp	Fri May 17 16:02:27 2019 +0200
@@ -33,6 +33,7 @@
 typedef int fio_fd;
 const int invalid_fd = -1;
 const jlong invalid_offset = -1;
+const int64_t invalid_time = -1;
 const u4 STACK_DEPTH_DEFAULT = 64;
 const u4 MIN_STACK_DEPTH = 1;
 const u4 MAX_STACK_DEPTH = 2048;