hg: valhalla/valhalla: 8206112: [lworld] TestLWorld fails with 'bci must not shift' with -Xcomp (original) (raw)
Tobias Hartmann tobias.hartmann at oracle.com
Fri Jul 13 15:37:34 UTC 2018
- Previous message (by thread): hg: valhalla/valhalla: 8206112: [lworld] TestLWorld fails with 'bci must not shift' with -Xcomp
- Next message (by thread): [lworld] VerifyError: Bad type on operand stack, limitation in javac for value type constructors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): hg: valhalla/valhalla: 8206112: [lworld] TestLWorld fails with 'bci must not shift' with -Xcomp
- Next message (by thread): [lworld] VerifyError: Bad type on operand stack, limitation in javac for value type constructors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]