duke [Wed, 05 Jul 2017 22:24:43 +0200] rev 41868
Added tag jdk-9+143 for changeset d62173b931bf
duke [Wed, 05 Jul 2017 22:24:41 +0200] rev 41867
Merge
duke [Wed, 05 Jul 2017 22:24:34 +0200] rev 41866
Merge
jlahoda [Wed, 02 Nov 2016 07:38:37 +0100] rev 41865
8131019: jshell tool: access javadoc from tool
Summary: Adding internal support to resolve {@inheritDoc} and format javadoc to plain text for use by jdk.jshell and jdk.scripting.nashorn.shell, enhancing Shift-<tab> documentation in JShell with ability to show javadoc.
Reviewed-by: jjg, rfield
darcy [Tue, 01 Nov 2016 14:47:07 -0700] rev 41864
8169025: Problem list ClassPathWithDoubleQuotesTest.java until JDK-8169005 is fixed
Reviewed-by: ksrini
smarks [Tue, 01 Nov 2016 11:28:16 -0700] rev 41863
8165646: (jdeprscan) adjust tool output to improve clarity
Reviewed-by: jjg, psandoz
vromero [Tue, 01 Nov 2016 10:51:53 -0400] rev 41862
8167431: javac takes too long time to resolve interface dependency
Reviewed-by: mcimadamore
vromero [Tue, 01 Nov 2016 10:14:42 -0400] rev 41861
8132562: javac fails with CLASSPATH with double-quotes as an environment variable
Reviewed-by: jjg
mchung [Mon, 31 Oct 2016 18:06:03 -0700] rev 41860
8167057: jdeps option to list modules and internal APIs for @modules for test dev
Reviewed-by: dfuchs
alanb [Fri, 28 Oct 2016 10:17:56 +0100] rev 41859
8168789: ModuleReader.list and ModuleFinder.of update
Reviewed-by: mchung
rfield [Thu, 27 Oct 2016 17:11:16 -0700] rev 41858
8167643: JShell: silently ignore access modifiers (as semantically irrelevant)
Reviewed-by: jlahoda
lana [Thu, 27 Oct 2016 21:22:12 +0000] rev 41857
Merge
mcimadamore [Wed, 26 Oct 2016 15:41:25 +0100] rev 41856
8168774: Polymorhic signature method check crashes javac
Summary: Check for polysig method assumes arity is greater than zero
Reviewed-by: vromero
mcimadamore [Wed, 26 Oct 2016 12:27:51 +0100] rev 41855
8168134: Inference: javac incorrectly propagating inner constraint with primitive target
Summary: Check for propagation doesn't take into account primitive type constraints
Reviewed-by: vromero
sadayapalam [Wed, 26 Oct 2016 11:22:50 +0530] rev 41854
8166367: Missing ExceptionTable attribute in anonymous class constructors
Reviewed-by: vromero
tbell [Tue, 25 Oct 2016 08:39:12 -0700] rev 41853
8168369: fix for langtools intermittent failures needs to check PRODUCT_HOME
Reviewed-by: erikj
rfield [Mon, 24 Oct 2016 19:59:35 -0700] rev 41852
8166649: jshell tool: missing --add-modules and --module-path
8167462: jshell tool: /help /reload is wrong about re-executing commands
Reviewed-by: jlahoda
lana [Thu, 27 Oct 2016 16:29:02 +0000] rev 41851
Added tag jdk-9+142 for changeset a628785b9dd9
duke [Wed, 05 Jul 2017 22:24:23 +0200] rev 41850
Merge
lana [Thu, 27 Oct 2016 16:29:00 +0000] rev 41849
Added tag jdk-9+142 for changeset 65fab2e83c63
duke [Wed, 05 Jul 2017 22:24:15 +0200] rev 41848
Merge
fyuan [Wed, 02 Nov 2016 14:16:13 +0800] rev 41847
8168968: Two jaxp tests failing after JDK-8167646
Reviewed-by: joehw, weijun
joehw [Mon, 31 Oct 2016 09:29:05 -0700] rev 41846
8069098: StAX produces the wrong event stream
Reviewed-by: lancea
lana [Thu, 27 Oct 2016 16:29:00 +0000] rev 41845
Added tag jdk-9+142 for changeset d32a755d06d1
duke [Wed, 05 Jul 2017 22:24:06 +0200] rev 41844
Merge
sundar [Wed, 02 Nov 2016 18:36:26 +0530] rev 41843
8169050: underscore_linker.js sample fails after dynalink changes for JDK-8168005
Reviewed-by: jlaskey, hannesw
attila [Tue, 01 Nov 2016 15:31:44 +0100] rev 41842
8168005: Introduce namespaces for GET, SET Dynalink operations
Reviewed-by: hannesw, sundar
hannesw [Fri, 28 Oct 2016 16:52:20 +0200] rev 41841
8148924: Inconsistent "this" context in JSAdapter adaptee function calls
Reviewed-by: jlaskey