8276658: Clean up JNI local handles code

Reviewed-by: dholmes, pchilanomate
This commit is contained in:
Coleen Phillimore 2021-11-12 16:17:15 +00:00
parent aeba653034
commit 3b2585c02b
25 changed files with 123 additions and 350 deletions

View file

@ -259,8 +259,6 @@ class CompileBroker: AllStatic {
int compilable, const char* failure_reason);
static void update_compile_perf_data(CompilerThread *thread, const methodHandle& method, bool is_osr);
static void push_jni_handle_block();
static void pop_jni_handle_block();
static void collect_statistics(CompilerThread* thread, elapsedTimer time, CompileTask* task);
static void compile_method_base(const methodHandle& method,