File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/hotspot/share/compiler Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -272,10 +272,6 @@ class CompileBroker: AllStatic {
272272 static void shutdown_compiler_runtime (AbstractCompiler* comp, CompilerThread* thread);
273273
274274public:
275-
276- static DirectivesStack* dirstack ();
277- static void set_dirstack (DirectivesStack* stack);
278-
279275 enum {
280276 // The entry bci used for non-OSR compilations.
281277 standard_entry_bci = InvocationEntryBci
@@ -290,7 +286,6 @@ class CompileBroker: AllStatic {
290286 static bool compilation_is_complete (const methodHandle& method, int osr_bci, int comp_level);
291287 static bool compilation_is_in_queue (const methodHandle& method);
292288 static void print_compile_queues (outputStream* st);
293- static void print_directives (outputStream* st);
294289 static int queue_size (int comp_level) {
295290 CompileQueue *q = compile_queue (comp_level);
296291 return q != NULL ? q->size () : 0 ;
You can’t perform that action at this time.
0 commit comments