src/hotspot/share/jfr/utilities/jfrTypes.hpp
changeset 54603 cb8e16d6ff1e
parent 53244 9807daeb47c4
child 57360 5d043a159d5c
child 58132 caa25ab47aca
--- a/src/hotspot/share/jfr/utilities/jfrTypes.hpp	Tue Apr 23 14:56:39 2019 -0700
+++ b/src/hotspot/share/jfr/utilities/jfrTypes.hpp	Wed Apr 24 17:09:24 2019 +0900
@@ -33,6 +33,9 @@
 typedef int fio_fd;
 const int invalid_fd = -1;
 const jlong invalid_offset = -1;
+const u4 STACK_DEPTH_DEFAULT = 64;
+const u4 MIN_STACK_DEPTH = 1;
+const u4 MAX_STACK_DEPTH = 2048;
 
 enum EventStartTime {
   UNTIMED,