hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 35129 8b93709bf4e5
parent 35114 3d49d37ab9c4
child 35135 dd2ce9021031
equal deleted inserted replaced
35128:bb8baf284c67 35129:8b93709bf4e5
   213   // init directives stack, adding default directive
   213   // init directives stack, adding default directive
   214   DirectivesStack::init();
   214   DirectivesStack::init();
   215 
   215 
   216   if (DirectivesParser::has_file()) {
   216   if (DirectivesParser::has_file()) {
   217     return DirectivesParser::parse_from_flag();
   217     return DirectivesParser::parse_from_flag();
   218   } else if (PrintCompilerDirectives) {
   218   } else if (CompilerDirectivesPrint) {
   219     // Print default directive even when no other was added
   219     // Print default directive even when no other was added
   220     DirectivesStack::print(tty);
   220     DirectivesStack::print(tty);
   221   }
   221   }
   222 
   222 
   223   return true;
   223   return true;