mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
8372586: Crashes on ppc64(le) after JDK-8371368
Reviewed-by: mbaesken
This commit is contained in:
parent
de546d0e03
commit
141aebca38
@ -217,7 +217,8 @@ static bool compute_top_frame(const JfrSampleRequest& request, frame& top_frame,
|
||||
const PcDesc* const pc_desc = get_pc_desc(sampled_nm, sampled_pc);
|
||||
if (is_valid(pc_desc)) {
|
||||
intptr_t* const synthetic_sp = sender_sp - sampled_nm->frame_size();
|
||||
top_frame = frame(synthetic_sp, synthetic_sp, sender_sp - 2, pc_desc->real_pc(sampled_nm), sampled_nm);
|
||||
intptr_t* const synthetic_fp = sender_sp AARCH64_ONLY( - frame::sender_sp_offset);
|
||||
top_frame = frame(synthetic_sp, synthetic_sp, synthetic_fp, pc_desc->real_pc(sampled_nm), sampled_nm);
|
||||
in_continuation = is_in_continuation(top_frame, jt);
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user