mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
7088020: SEGV in JNIHandleBlock::release_block
Reviewed-by: kvn, twisti
This commit is contained in:
parent
92b2b44b18
commit
1ebca30d26
8 changed files with 104 additions and 67 deletions
|
@ -51,8 +51,6 @@ address StubRoutines::_catch_exception_entry = NULL;
|
|||
address StubRoutines::_forward_exception_entry = NULL;
|
||||
address StubRoutines::_throw_AbstractMethodError_entry = NULL;
|
||||
address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
|
||||
address StubRoutines::_throw_ArithmeticException_entry = NULL;
|
||||
address StubRoutines::_throw_NullPointerException_entry = NULL;
|
||||
address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
|
||||
address StubRoutines::_throw_StackOverflowError_entry = NULL;
|
||||
address StubRoutines::_throw_WrongMethodTypeException_entry = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue