hg: jdk9/sandbox/langtools: 2 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Mon May 2 04:46:03 UTC 2016
Changeset: 411703ce5b42
Author: sadayapalam
Date: 2016-05-02 10:11 +0530
URL: http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/411703ce5b42
8155028: javac crashes in silly do-while loop
Summary: Compiler should short circuit code generation for unreachable code.
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
+ test/tools/javac/UnreachableLoopCond.java
Changeset: 09e7096943d4
Author: jlahoda
Date: 2016-05-02 06:43 +0200
URL: http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/09e7096943d4
8050993: There is no record for condition in ternary operator in LineNumberTable.
Summary: Make sure there is an entry in the LineNumberTable for the condition of the ternary operator
Reviewed-by: jjg
Contributed-by: andrey.x.nazarov at oracle.com, jan.lahoda at oracle.com
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
! test/tools/javac/classfiles/attributes/LineNumberTable/LineNumberTestBase.java
+ test/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java
More information about the jdk9-sandbox-changes
mailing list