mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
7012914: JSR 292 MethodHandlesTest C1: frame::verify_return_pc(return_address) failed: must be a return pc
Reviewed-by: never, bdelsart
This commit is contained in:
parent
a74bc73598
commit
cd6c0b147e
13 changed files with 219 additions and 222 deletions
|
@ -190,15 +190,10 @@ struct nmethod_stats_struct {
|
|||
} nmethod_stats;
|
||||
#endif //PRODUCT
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
|
||||
|
||||
// The _unwind_handler is a special marker address, which says that
|
||||
// for given exception oop and address, the frame should be removed
|
||||
// as the tuple cannot be caught in the nmethod
|
||||
address ExceptionCache::_unwind_handler = (address) -1;
|
||||
|
||||
|
||||
ExceptionCache::ExceptionCache(Handle exception, address pc, address handler) {
|
||||
assert(pc != NULL, "Must be non null");
|
||||
assert(exception.not_null(), "Must be non null");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue