7144405: JumbleGC002 assert(m->offset() == pc_offset) failed: oopmap not found
Oop map needs pc stored in frame anchor in StubGenerator::generate_throw_exception() Reviewed-by: twisti, never, kvn
This commit is contained in:
parent
df753a2942
commit
e7ece2a742
@ -2997,7 +2997,7 @@ class StubGenerator: public StubCodeGenerator {
|
||||
// Generate oop map
|
||||
OopMap* map = new OopMap(framesize, 0);
|
||||
|
||||
oop_maps->add_gc_map(__ pc() - start, map);
|
||||
oop_maps->add_gc_map(the_pc - start, map);
|
||||
|
||||
__ reset_last_Java_frame(true, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user