mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
40c4fe8573
192 changed files with 4253 additions and 2003 deletions
|
@ -763,7 +763,7 @@ void InterpreterRuntime::resolve_invoke(JavaThread* thread, Bytecodes::Code byte
|
|||
if (cp_cache_entry->is_resolved(bytecode)) return;
|
||||
|
||||
if (bytecode == Bytecodes::_invokeinterface) {
|
||||
if (develop_log_is_enabled(Trace, itables)) {
|
||||
if (log_develop_is_enabled(Trace, itables)) {
|
||||
ResourceMark rm(thread);
|
||||
log_develop_trace(itables)("Resolving: klass: %s to method: %s",
|
||||
info.resolved_klass()->name()->as_C_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue