hg: jdk-updates/jdk10u: 2 new changesets
ashipile at redhat.com
ashipile at redhat.com
Wed May 2 09:36:03 UTC 2018
Changeset: 802de89653c8
Author: mcimadamore
Date: 2018-03-23 16:53 +0000
URL: http://hg.openjdk.java.net/jdk-updates/jdk10u/rev/802de89653c8
8199910: Compiler crashes with -g option and variables of intersection type inferred by `var`
Summary: Javac should skip non-denotable types in the LocalVariableTypeTable attribute
Reviewed-by: jlahoda
Contributed-by: bitterfoxc at gmail.com
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+ test/langtools/tools/javac/T8199910.java
! test/langtools/tools/javac/lvti/harness/LocalVariableInferenceTester.java
Changeset: e4530ef14c08
Author: mcimadamore
Date: 2018-03-28 14:24 +0100
URL: http://hg.openjdk.java.net/jdk-updates/jdk10u/rev/e4530ef14c08
8200355: local variable inference regression test generates classfile in test folder
Summary: LVTI harness should generate files in jtreg scratch dir
Reviewed-by: vromero
! test/langtools/tools/javac/lvti/harness/LocalVariableInferenceTester.java
More information about the jdk-updates-changes
mailing list