Skip to content

Commit a185be0

Browse files
author
Doug Simon
committed
8317139: [JVMCI] oop handles clearing message pollutes event log
Reviewed-by: never, thartmann
1 parent 179792b commit a185be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/jvmci/jvmciRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ int JVMCIRuntime::release_cleared_oop_handles() {
975975
object_handles()->release(_oop_handles.adr_at(num_alive), to_release);
976976

977977
// Truncate oop handles to only those with a non-null referent
978-
JVMCI_event_1("compacted oop handles in JVMCI runtime %d from %d to %d", _id, _oop_handles.length(), num_alive);
978+
JVMCI_event_2("compacted oop handles in JVMCI runtime %d from %d to %d", _id, _oop_handles.length(), num_alive);
979979
_oop_handles.trunc_to(num_alive);
980980
// Example: HHH
981981

0 commit comments

Comments
 (0)