mcimadamore [Wed, 20 Jan 2016 10:53:29 +0000] rev 35350
8147546: regression when type-checking generic calls inside nested declarations occurring in method context
Summary: Attr.visitClassDef should set a temporary ArgumentAttr cache when in speculative mode
Reviewed-by: vromero
mcimadamore [Wed, 20 Jan 2016 10:50:28 +0000] rev 35349
8147493: regression when type-checking unchecked method calls
Summary: Shared warner in Attr.checkMethod leads to spurious inference errors
Reviewed-by: vromero
sadayapalam [Tue, 19 Jan 2016 15:46:42 +0530] rev 35348
8144580: java.lang.AssertionError: Missing type variable in where clause: T
Summary: Type variable comparisons should ignore type annotations.
Reviewed-by: mcimadamore
mcimadamore [Mon, 18 Jan 2016 14:25:29 +0000] rev 35347
8147554: InfoOptsTest fails when executed outside make
Summary: Local ant build uses '-' as a build separator instead of '+' for fullversion string
Reviewed-by: jlahoda
jjg [Fri, 15 Jan 2016 15:40:24 -0800] rev 35346
8146208: Add a public DocTreeFactory to the Compiler Tree API
Reviewed-by: ksrini
lana [Thu, 21 Jan 2016 09:46:07 -0800] rev 35345
Added tag jdk-9+102 for changeset cb71f7f18b6f
duke [Wed, 05 Jul 2017 21:15:37 +0200] rev 35344
Merge
lana [Thu, 21 Jan 2016 10:15:38 -0800] rev 35343
Merge
iris [Tue, 19 Jan 2016 20:30:02 -0800] rev 35342
8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea
mkos [Mon, 18 Jan 2016 15:28:46 +0100] rev 35341
8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
Reviewed-by: chegar
Contributed-by: kubota.yuji@gmail.com