mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8258751: Improve ExceptionHandlerTable dump
Reviewed-by: thartmann, chagedorn, njian
This commit is contained in:
parent
dd8996c5f5
commit
17d1645ece
3 changed files with 21 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -2700,7 +2700,7 @@ void nmethod::print_native_invokers() {
|
|||
}
|
||||
|
||||
void nmethod::print_handler_table() {
|
||||
ExceptionHandlerTable(this).print();
|
||||
ExceptionHandlerTable(this).print(code_begin());
|
||||
}
|
||||
|
||||
void nmethod::print_nul_chk_table() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue