mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8064458: OopMap class could be more compact
Reviewed-by: kvn, bdelsart
This commit is contained in:
parent
6d705e6978
commit
41e1772251
20 changed files with 549 additions and 230 deletions
|
@ -1018,7 +1018,7 @@ JRT_ENTRY(void, Runtime1::patch_code(JavaThread* thread, Runtime1::StubID stub_i
|
|||
// NOTE we use pc() not original_pc() because we already know they are
|
||||
// identical otherwise we'd have never entered this block of code
|
||||
|
||||
OopMap* map = caller_code->oop_map_for_return_address(caller_frame.pc());
|
||||
const ImmutableOopMap* map = caller_code->oop_map_for_return_address(caller_frame.pc());
|
||||
assert(map != NULL, "null check");
|
||||
map->print();
|
||||
tty->cr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue