hotspot/src/share/vm/compiler/directivesParser.cpp
changeset 35130 223598d44a8b
parent 35129 8b93709bf4e5
child 35529 39376b4613b5
--- a/hotspot/src/share/vm/compiler/directivesParser.cpp	Wed Dec 16 15:38:28 2015 +0100
+++ b/hotspot/src/share/vm/compiler/directivesParser.cpp	Wed Dec 16 15:39:11 2015 +0100
@@ -542,7 +542,7 @@
           error(INTERNAL_ERROR, "Directive missing required match.");
           return false;
         }
-        current_directive->finalize();
+        current_directive->finalize(_st);
         push_tmp(current_directive);
         current_directive = NULL;
         break;