mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8276658: Clean up JNI local handles code
Reviewed-by: dholmes, pchilanomate
This commit is contained in:
parent
aeba653034
commit
3b2585c02b
25 changed files with 123 additions and 350 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue