vromero [Mon, 22 Feb 2016 16:17:25 -0800] rev 36153
8149600: javac, remove unused options, step 2
Reviewed-by: jjg, mcimadamore
lana [Thu, 25 Feb 2016 09:41:51 -0800] rev 36152
Added tag jdk-9+107 for changeset 9643bffe2105
duke [Wed, 05 Jul 2017 21:23:59 +0200] rev 36151
Merge
lana [Thu, 25 Feb 2016 09:41:44 -0800] rev 36150
Added tag jdk-9+107 for changeset c464fa9657f3
duke [Wed, 05 Jul 2017 21:23:54 +0200] rev 36149
Merge
lana [Thu, 25 Feb 2016 11:27:49 -0800] rev 36148
Merge
clanger [Wed, 24 Feb 2016 19:25:16 +0300] rev 36147
8150470: JCK: api/xsl/conf/copy/copy19 test failure
Reviewed-by: joehw, aefimov
joehw [Mon, 22 Feb 2016 11:00:06 -0800] rev 36146
8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
Reviewed-by: joehw
Contributed-by: christoph.langer@sap.com
lana [Thu, 25 Feb 2016 09:41:44 -0800] rev 36145
Added tag jdk-9+107 for changeset 1632bf7a3665
duke [Wed, 05 Jul 2017 21:23:47 +0200] rev 36144
Merge
mhaupt [Mon, 29 Feb 2016 09:49:46 +0100] rev 36143
8150814: correct package declaration in Nashorn test
Reviewed-by: sundar
lana [Thu, 25 Feb 2016 11:28:35 -0800] rev 36142
Merge
sundar [Thu, 25 Feb 2016 13:56:23 +0530] rev 36141
8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
Reviewed-by: hannesw, mhaupt
lana [Thu, 25 Feb 2016 09:41:52 -0800] rev 36140
Added tag jdk-9+107 for changeset ad5ff5d5459b
duke [Wed, 05 Jul 2017 21:23:38 +0200] rev 36139
Merge
lana [Thu, 25 Feb 2016 09:41:40 -0800] rev 36138
Added tag jdk-9+107 for changeset 5924078ce428
duke [Wed, 05 Jul 2017 21:23:32 +0200] rev 36137
Merge
mhaupt [Mon, 29 Feb 2016 14:16:20 +0100] rev 36136
8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
Reviewed-by: redestad
dfuchs [Fri, 26 Feb 2016 12:11:28 +0100] rev 36135
8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently.
Summary: This is a test bug caused by a Logger being garbage collected too early.
Reviewed-by: darcy
erikj [Fri, 26 Feb 2016 06:03:12 +0100] rev 36134
8150497: 32 jshell tests failed on Windows 32 bit
Reviewed-by: darcy, tbell
amlu [Fri, 26 Feb 2016 09:55:14 +0800] rev 36133
8150608: Mark BashStreams.java as intermittently failing and put to ProblemList
Reviewed-by: bpb, rriggs
jnimeh [Thu, 25 Feb 2016 16:10:15 -0800] rev 36132
8145854: SSLContextImpl.statusResponseManager should be generated if required
Summary: Implement server-side lazy initialization of StatusResponseManagers in the SSLContextImpl class.
Reviewed-by: xuelei
michaelm [Thu, 25 Feb 2016 23:14:22 +0000] rev 36131
8087112: HTTP API and HTTP/1.1 implementation
Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
lana [Thu, 25 Feb 2016 11:27:30 -0800] rev 36130
Merge
sdrach [Mon, 15 Feb 2016 17:47:53 -0800] rev 36129
8132734: JDK 9 runtime changes to support multi-release jar files
Summary: JEP 238 Multi-Release JAR Files runtime support
Reviewed-by: alanb, psandoz, sherman
bpb [Mon, 15 Feb 2016 16:59:56 -0800] rev 36128
8150204: (fs) Enhance java/nio/file/Files/probeContentType/Basic.java debugging output
Summary: Add debugging information to the test.
Reviewed-by: alanb
amurillo [Tue, 23 Feb 2016 18:57:08 -0800] rev 36127
Merge
amurillo [Thu, 18 Feb 2016 15:19:41 -0800] rev 36126
Merge
jwilhelm [Thu, 18 Feb 2016 18:07:47 +0100] rev 36125
Merge
dcubed [Tue, 16 Feb 2016 12:09:11 -0800] rev 36124
Merge
mikael [Wed, 10 Feb 2016 19:55:57 -0800] rev 36123
8149611: Add tests for Unsafe.copySwapMemory
Reviewed-by: dholmes
mikael [Wed, 10 Feb 2016 15:20:41 -0800] rev 36122
8141491: Unaligned memory access in Bits.c
Summary: Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory
Reviewed-by: jrose, dholmes, psandoz