mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8253631: Remove unimplemented CompileBroker methods after JEP-165
Reviewed-by: thartmann
This commit is contained in:
parent
27d0a70b34
commit
dc1ef58351
1 changed files with 0 additions and 5 deletions
|
@ -271,10 +271,6 @@ class CompileBroker: AllStatic {
|
|||
static void shutdown_compiler_runtime(AbstractCompiler* comp, CompilerThread* thread);
|
||||
|
||||
public:
|
||||
|
||||
static DirectivesStack* dirstack();
|
||||
static void set_dirstack(DirectivesStack* stack);
|
||||
|
||||
enum {
|
||||
// The entry bci used for non-OSR compilations.
|
||||
standard_entry_bci = InvocationEntryBci
|
||||
|
@ -289,7 +285,6 @@ public:
|
|||
static bool compilation_is_complete(const methodHandle& method, int osr_bci, int comp_level);
|
||||
static bool compilation_is_in_queue(const methodHandle& method);
|
||||
static void print_compile_queues(outputStream* st);
|
||||
static void print_directives(outputStream* st);
|
||||
static int queue_size(int comp_level) {
|
||||
CompileQueue *q = compile_queue(comp_level);
|
||||
return q != NULL ? q->size() : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue