Skip to content

Commit c00a72f

Browse files
committed
8253631: Remove unimplemented CompileBroker methods after JEP-165
Backport-of: dc1ef58
1 parent 21345ef commit c00a72f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/hotspot/share/compiler/compileBroker.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,6 @@ class CompileBroker: AllStatic {
272272
static void shutdown_compiler_runtime(AbstractCompiler* comp, CompilerThread* thread);
273273

274274
public:
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;

0 commit comments

Comments
 (0)