hg: jdk/jdk: 8218721: C1's CEE optimization produces safepoint poll with invalid debug information

tobias.hartmann at oracle.com tobias.hartmann at oracle.com
Tue Feb 19 07:59:12 UTC 2019


Changeset: 3bd474c23ee4
Author:    thartmann
Date:      2019-02-19 08:58 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/3bd474c23ee4

8218721: C1's CEE optimization produces safepoint poll with invalid debug information
Summary: Bail out of CEE if one of the gotos is a safepoint but the if is not.
Reviewed-by: vlivanov, mdoerr

! src/hotspot/share/c1/c1_Optimizer.cpp
+ test/hotspot/jtreg/compiler/c1/TestGotoIf.jasm
+ test/hotspot/jtreg/compiler/c1/TestGotoIfMain.java



More information about the jdk-changes mailing list