hotspot/src/share/vm/compiler/compilerDirectives.hpp
changeset 35129 8b93709bf4e5
parent 34174 4db2fb26dc49
child 35130 223598d44a8b
--- a/hotspot/src/share/vm/compiler/compilerDirectives.hpp	Wed Dec 16 18:38:02 2015 +0300
+++ b/hotspot/src/share/vm/compiler/compilerDirectives.hpp	Wed Dec 16 15:38:28 2015 +0100
@@ -89,6 +89,7 @@
   static DirectiveSet* getDefaultDirective(AbstractCompiler* comp);
   static void push(CompilerDirectives* directive);
   static void pop();
+  static bool check_capacity(int request_size, outputStream* st);
   static void clear();
   static void print(outputStream* st);
   static void release(DirectiveSet* set);