mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7045513: JSR 292 inlining causes crashes in methodHandleWalk.cpp
Reviewed-by: jrose
This commit is contained in:
parent
4b893d695b
commit
c2f2cb75fc
15 changed files with 331 additions and 61 deletions
|
@ -389,7 +389,7 @@ void MethodHandles::load_stack_move(MacroAssembler* _masm,
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef PRODUCT
|
||||
#ifdef ASSERT
|
||||
void MethodHandles::RicochetFrame::verify_offsets() {
|
||||
// Check compatibility of this struct with the more generally used offsets of class frame:
|
||||
int ebp_off = sender_link_offset_in_bytes(); // offset from struct base to local rbp value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue