hg: jdk/sandbox: 2 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Wed Mar 28 13:30:23 UTC 2018


Changeset: 0fdb76741c56
Author:    mcimadamore
Date:      2018-03-28 14:08 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/0fdb76741c56

8200199: javac suggests to use var even when var is used
Summary: local var analyzer should use synthetic var type position to decide if analysis is needed
Reviewed-by: jlahoda, vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Analyzer.java
+ test/langtools/tools/javac/lvti/T8200199.java
+ test/langtools/tools/javac/lvti/T8200199.out

Changeset: 9925be430918
Author:    mcimadamore
Date:      2018-03-28 14:24 +0100
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/9925be430918

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-sandbox-changes mailing list