mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8365378: Redundant code in Deoptimization::print_statistics
Reviewed-by: jsjolen, coleenp
This commit is contained in:
parent
02fe095d29
commit
1548ac4f54
@ -2926,8 +2926,6 @@ void Deoptimization::print_statistics() {
|
||||
if (counter != 0) {
|
||||
char name[1*K];
|
||||
Bytecodes::Code bc = (Bytecodes::Code)(counter & LSB_MASK);
|
||||
if (bc_case == BC_CASE_LIMIT && (int)bc == 0)
|
||||
bc = Bytecodes::_illegal;
|
||||
os::snprintf_checked(name, sizeof(name), "%s/%s/%s",
|
||||
trap_reason_name(reason),
|
||||
trap_action_name(action),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user