8258751: Improve ExceptionHandlerTable dump

Reviewed-by: thartmann, chagedorn, njian
This commit is contained in:
Hao Sun 2021-01-05 08:29:41 +00:00 committed by Ningsheng Jian
parent dd8996c5f5
commit 17d1645ece
3 changed files with 21 additions and 11 deletions

View file

@ -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() {