hg: valhalla/valhalla: 8206112: [lworld] TestLWorld fails with 'bci must not shift' with -Xcomp

Tobias Hartmann tobias.hartmann at oracle.com
Fri Jul 13 15:37:34 UTC 2018


Trivial fix: We need to restore the parse bci before returning from merge_common when emitting an
uncommon trap (usually the parse bci is reset right after at line 1747). We don't need to reset the
jvms because _map is dead.

Thanks,
Tobias

On 13.07.2018 17:34, tobias.hartmann at oracle.com wrote:
> Changeset: e6cdfa8b91dc
> Author:    thartmann
> Date:      2018-07-13 17:34 +0200
> URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e6cdfa8b91dc
> 
> 8206112: [lworld] TestLWorld fails with 'bci must not shift' with -Xcomp
> 
> ! src/hotspot/share/opto/parse1.cpp
> 



More information about the valhalla-dev mailing list