mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7047697: MethodHandle.invokeExact call for wrong method causes VM failure if run with -Xcomp
Reviewed-by: never, twisti
This commit is contained in:
parent
18dd7131d0
commit
bb3a527f9a
5 changed files with 78 additions and 10 deletions
|
@ -44,7 +44,7 @@ address PcDesc::real_pc(const nmethod* code) const {
|
|||
void PcDesc::print(nmethod* code) {
|
||||
#ifndef PRODUCT
|
||||
ResourceMark rm;
|
||||
tty->print_cr("PcDesc(pc=0x%lx offset=%x):", real_pc(code), pc_offset());
|
||||
tty->print_cr("PcDesc(pc=0x%lx offset=%x bits=%x):", real_pc(code), pc_offset(), _flags.bits);
|
||||
|
||||
if (scope_decode_offset() == DebugInformationRecorder::serialized_null) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue