hotspot/src/share/vm/opto/compile.cpp
changeset 43456 ff64053e7c5f
parent 42078 5ce569f4912c
child 46618 d503911aa948
--- a/hotspot/src/share/vm/opto/compile.cpp	Tue Jan 17 17:00:22 2017 +0100
+++ b/hotspot/src/share/vm/opto/compile.cpp	Wed Jan 18 08:54:29 2017 +0100
@@ -971,7 +971,7 @@
     _java_calls(0),
     _inner_loops(0),
 #ifndef PRODUCT
-    _trace_opto_output(TraceOptoOutput),
+    _trace_opto_output(directive->TraceOptoOutputOption),
     _in_dump_cnt(0),
     _printer(NULL),
 #endif