--- old/src/share/vm/prims/forte.cpp 2016-10-25 10:40:08.467777058 +0200 +++ new/src/share/vm/prims/forte.cpp 2016-10-25 10:40:08.420777026 +0200 @@ -198,7 +198,7 @@ // This PcDesc is useful however we must adjust the frame's pc // so that the vframeStream lookups will use this same pc - fr->set_pc(pc_desc->real_pc(nm)); + fr->set_pc(thread, pc_desc->real_pc(nm)); return true; }