gadams [Tue, 23 Jan 2018 06:52:05 -0500] rev 48662
8167253: com.sun.jdi invokeMethod has duplicated @throws for InvalidTypeException
Reviewed-by: rriggs, sspitsyn, dholmes
mcimadamore [Wed, 24 Jan 2018 17:24:32 +0000] rev 48661
8196074: Remove uses of loose type equality tests
Summary: Drop loose type equality check and replace usages to go throuhg the strict version
Reviewed-by: vromero
Contributed-by: bsrbnd@gmail.com
rgoel [Wed, 24 Jan 2018 14:07:11 +0530] rev 48660
8146656: Wrong Months Array for DateFormatSymbols
Summary: Updated API doc of DateFormatSymbols class.
Reviewed-by: rriggs, naoto
goetz [Tue, 23 Jan 2018 08:26:42 +0100] rev 48659
8195824: tools/launcher/HelpFlagsTest.java fails with java.lang.AssertionError
Summary: Also re-enable test.
Reviewed-by: dholmes, ksrini
pmuthuswamy [Wed, 24 Jan 2018 11:29:01 +0530] rev 48658
8147614: add jjs test for -t option
Reviewed-by: hannesw, jlaskey, sundar
henryjen [Mon, 22 Jan 2018 23:37:23 -0800] rev 48657
8195989: JDK-8186080 merge add back @LastModified removed by JDK-8193586
Reviewed-by: joehw
darcy [Mon, 22 Jan 2018 23:06:29 -0800] rev 48656
8195987: Problem list tools/launcher/HelpFlagsTest.java on windows
Reviewed-by: dholmes
jjg [Mon, 22 Jan 2018 11:28:32 -0800] rev 48655
8195805: Doclet incorrectly updates all attributes in <a> tags when relocating links
Reviewed-by: ksrini
jjg [Mon, 22 Jan 2018 11:15:51 -0800] rev 48654
8195796: Reduce the size of relative URLs in generated docs
Reviewed-by: ksrini
sundar [Mon, 22 Jan 2018 20:31:19 +0530] rev 48653
8195829: Parsing a nameless ES6 class results in a thrown NullPointerException.
Reviewed-by: jlaskey, hannesw