mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
7083786: dead various dead chunks of code
Reviewed-by: iveresov, kvn
This commit is contained in:
parent
9c87ea9062
commit
fa7c124af1
24 changed files with 2 additions and 180 deletions
|
@ -949,7 +949,6 @@ void ciEnv::register_method(ciMethod* target,
|
|||
ImplicitExceptionTable* inc_table,
|
||||
AbstractCompiler* compiler,
|
||||
int comp_level,
|
||||
bool has_debug_info,
|
||||
bool has_unsafe_access) {
|
||||
VM_ENTRY_MARK;
|
||||
nmethod* nm = NULL;
|
||||
|
@ -1044,7 +1043,6 @@ void ciEnv::register_method(ciMethod* target,
|
|||
CompileBroker::handle_full_code_cache();
|
||||
}
|
||||
} else {
|
||||
NOT_PRODUCT(nm->set_has_debug_info(has_debug_info); )
|
||||
nm->set_has_unsafe_access(has_unsafe_access);
|
||||
|
||||
// Record successful registration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue