mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
Merge
This commit is contained in:
commit
7b82f72ba9
29 changed files with 575 additions and 317 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2012, 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
|
||||
|
@ -375,7 +375,6 @@ IRT_ENTRY(address, InterpreterRuntime::exception_handler_for_exception(JavaThrea
|
|||
Handle h_exception(thread, exception);
|
||||
methodHandle h_method (thread, method(thread));
|
||||
constantPoolHandle h_constants(thread, h_method->constants());
|
||||
typeArrayHandle h_extable (thread, h_method->exception_table());
|
||||
bool should_repeat;
|
||||
int handler_bci;
|
||||
int current_bci = bci(thread);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue