mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
f1bd82ba8f
6 changed files with 18 additions and 12 deletions
|
@ -351,7 +351,7 @@ class Method : public Metadata {
|
|||
// exception handler which caused the exception to be thrown, which
|
||||
// is needed for proper retries. See, for example,
|
||||
// InterpreterRuntime::exception_handler_for_exception.
|
||||
int fast_exception_handler_bci_for(KlassHandle ex_klass, int throw_bci, TRAPS);
|
||||
static int fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS);
|
||||
|
||||
// method data access
|
||||
MethodData* method_data() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue