hotspot/src/share/vm/opto/compile.cpp
changeset 46796 ec791efbdecf
parent 46630 75aa3e39d02c
--- a/hotspot/src/share/vm/opto/compile.cpp	Thu Aug 10 18:09:19 2017 -0700
+++ b/hotspot/src/share/vm/opto/compile.cpp	Fri Aug 11 16:29:00 2017 -0400
@@ -993,7 +993,8 @@
     _print_inlining_output(NULL),
     _allowed_reasons(0),
     _interpreter_frame_size(0),
-    _max_node_limit(MaxNodeLimit) {
+    _max_node_limit(MaxNodeLimit),
+    _has_reserved_stack_access(false) {
   C = this;
 
   TraceTime t1(NULL, &_t_totalCompilation, CITime, false);