mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7196681: NPG: Some JSR 292 tests crash in Windows exception handler
There was a rogue os::breakpoint() call in log_dependency left over from the jsr292 merge. Also changed verify_oop() calls for metadata to verify_{method,klass}_ptr. Reviewed-by: kvn, twisti
This commit is contained in:
parent
08757b8a99
commit
6f1b52ab16
9 changed files with 35 additions and 24 deletions
|
@ -3018,7 +3018,7 @@ void TemplateTable::invokevirtual(int byte_no) {
|
|||
// get receiver klass
|
||||
__ null_check(O0_recv, oopDesc::klass_offset_in_bytes());
|
||||
__ load_klass(O0_recv, O0_recv);
|
||||
__ verify_oop(O0_recv);
|
||||
__ verify_klass_ptr(O0_recv);
|
||||
|
||||
__ profile_virtual_call(O0_recv, O4);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue