hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 35129 8b93709bf4e5
parent 35114 3d49d37ab9c4
child 35135 dd2ce9021031
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Wed Dec 16 18:38:02 2015 +0300
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Wed Dec 16 15:38:28 2015 +0100
@@ -215,7 +215,7 @@
 
   if (DirectivesParser::has_file()) {
     return DirectivesParser::parse_from_flag();
-  } else if (PrintCompilerDirectives) {
+  } else if (CompilerDirectivesPrint) {
     // Print default directive even when no other was added
     DirectivesStack::print(tty);
   }