hotspot/src/share/vm/compiler/directivesParser.cpp
changeset 35130 223598d44a8b
parent 35129 8b93709bf4e5
child 35529 39376b4613b5
equal deleted inserted replaced
35129:8b93709bf4e5 35130:223598d44a8b
   540         // Check, finish and push to stack!
   540         // Check, finish and push to stack!
   541         if (current_directive->match() == NULL) {
   541         if (current_directive->match() == NULL) {
   542           error(INTERNAL_ERROR, "Directive missing required match.");
   542           error(INTERNAL_ERROR, "Directive missing required match.");
   543           return false;
   543           return false;
   544         }
   544         }
   545         current_directive->finalize();
   545         current_directive->finalize(_st);
   546         push_tmp(current_directive);
   546         push_tmp(current_directive);
   547         current_directive = NULL;
   547         current_directive = NULL;
   548         break;
   548         break;
   549 
   549 
   550       default:
   550       default: