提交 712beefd 编写于 作者: R roland

7144405: JumbleGC002 assert(m->offset() == pc_offset) failed: oopmap not found

Summary: oop map needs pc stored in frame anchor in StubGenerator::generate_throw_exception()
Reviewed-by: twisti, never, kvn
上级 33e805d1
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册