Mon, 29 Feb 2016 09:49:46 +0100 8150814: correct package declaration in Nashorn test
mhaupt [Mon, 29 Feb 2016 09:49:46 +0100] rev 36143
8150814: correct package declaration in Nashorn test Reviewed-by: sundar
Thu, 25 Feb 2016 11:28:35 -0800 Merge
lana [Thu, 25 Feb 2016 11:28:35 -0800] rev 36142
Merge
Thu, 25 Feb 2016 13:56:23 +0530 8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
sundar [Thu, 25 Feb 2016 13:56:23 +0530] rev 36141
8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications Reviewed-by: hannesw, mhaupt
Thu, 25 Feb 2016 09:41:52 -0800 Added tag jdk-9+107 for changeset ad5ff5d5459b
lana [Thu, 25 Feb 2016 09:41:52 -0800] rev 36140
Added tag jdk-9+107 for changeset ad5ff5d5459b
Wed, 05 Jul 2017 21:23:38 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:38 +0200] rev 36139
Merge
Thu, 25 Feb 2016 09:41:40 -0800 Added tag jdk-9+107 for changeset 5924078ce428
lana [Thu, 25 Feb 2016 09:41:40 -0800] rev 36138
Added tag jdk-9+107 for changeset 5924078ce428
Wed, 05 Jul 2017 21:23:32 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:32 +0200] rev 36137
Merge
Mon, 29 Feb 2016 14:16:20 +0100 8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
mhaupt [Mon, 29 Feb 2016 14:16:20 +0100] rev 36136
8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists Reviewed-by: redestad
Fri, 26 Feb 2016 12:11:28 +0100 8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently.
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
Fri, 26 Feb 2016 06:03:12 +0100 8150497: 32 jshell tests failed on Windows 32 bit
erikj [Fri, 26 Feb 2016 06:03:12 +0100] rev 36134
8150497: 32 jshell tests failed on Windows 32 bit Reviewed-by: darcy, tbell
Fri, 26 Feb 2016 09:55:14 +0800 8150608: Mark BashStreams.java as intermittently failing and put to ProblemList
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
Thu, 25 Feb 2016 16:10:15 -0800 8145854: SSLContextImpl.statusResponseManager should be generated if required
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
Thu, 25 Feb 2016 23:14:22 +0000 8087112: HTTP API and HTTP/1.1 implementation
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
Thu, 25 Feb 2016 11:27:30 -0800 Merge
lana [Thu, 25 Feb 2016 11:27:30 -0800] rev 36130
Merge
Mon, 15 Feb 2016 17:47:53 -0800 8132734: JDK 9 runtime changes to support multi-release jar files
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
Mon, 15 Feb 2016 16:59:56 -0800 8150204: (fs) Enhance java/nio/file/Files/probeContentType/Basic.java debugging output
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
Tue, 23 Feb 2016 18:57:08 -0800 Merge
amurillo [Tue, 23 Feb 2016 18:57:08 -0800] rev 36127
Merge
Thu, 18 Feb 2016 15:19:41 -0800 Merge
amurillo [Thu, 18 Feb 2016 15:19:41 -0800] rev 36126
Merge
Thu, 18 Feb 2016 18:07:47 +0100 Merge
jwilhelm [Thu, 18 Feb 2016 18:07:47 +0100] rev 36125
Merge
Tue, 16 Feb 2016 12:09:11 -0800 Merge
dcubed [Tue, 16 Feb 2016 12:09:11 -0800] rev 36124
Merge
Wed, 10 Feb 2016 19:55:57 -0800 8149611: Add tests for Unsafe.copySwapMemory
mikael [Wed, 10 Feb 2016 19:55:57 -0800] rev 36123
8149611: Add tests for Unsafe.copySwapMemory Reviewed-by: dholmes
Wed, 10 Feb 2016 15:20:41 -0800 8141491: Unaligned memory access in Bits.c
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
Wed, 17 Feb 2016 18:49:38 +0300 8148518: Unsafe.getCharUnaligned() loads aren't folded in case of -XX:-UseUnalignedAccesses
vlivanov [Wed, 17 Feb 2016 18:49:38 +0300] rev 36121
8148518: Unsafe.getCharUnaligned() loads aren't folded in case of -XX:-UseUnalignedAccesses Reviewed-by: kvn, shade
Mon, 15 Feb 2016 20:27:12 +0300 8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
vlivanov [Mon, 15 Feb 2016 20:27:12 +0300] rev 36120
8148994: Replacing MH::invokeBasic with a direct call breaks LF customization Reviewed-by: jrose, redestad
Wed, 24 Feb 2016 02:50:14 +0000 8149417: Use final restricted flag
xuelei [Wed, 24 Feb 2016 02:50:14 +0000] rev 36119
8149417: Use final restricted flag Reviewed-by: mullan, weijun, coffeys
Wed, 24 Feb 2016 00:14:23 +0100 8150456: jdk 9 nightly build fails on Windows 32 bit
erikj [Wed, 24 Feb 2016 00:14:23 +0100] rev 36118
8150456: jdk 9 nightly build fails on Windows 32 bit Reviewed-by: tbell, ihse
Tue, 23 Feb 2016 17:19:28 -0500 8150337: sun/misc/SunMiscSignalTest.java failed intermittently
rriggs [Tue, 23 Feb 2016 17:19:28 -0500] rev 36117
8150337: sun/misc/SunMiscSignalTest.java failed intermittently Summary: Correct test to allow for signals to be ignored Reviewed-by: bpb
Tue, 23 Feb 2016 10:51:37 -0800 8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name
naoto [Tue, 23 Feb 2016 10:51:37 -0800] rev 36116
8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name Reviewed-by: mchung
Tue, 23 Feb 2016 17:41:00 +0000 6432031: Add support for SO_REUSEPORT
alanb [Tue, 23 Feb 2016 17:41:00 +0000] rev 36115
6432031: Add support for SO_REUSEPORT Reviewed-by: alanb, simonis, chegar Contributed-by: yingqi.lu@intel.com
Tue, 23 Feb 2016 09:49:04 +0100 8143410: augment pseudo-code descriptions in MethodHandles API
mhaupt [Tue, 23 Feb 2016 09:49:04 +0100] rev 36114
8143410: augment pseudo-code descriptions in MethodHandles API Reviewed-by: psandoz
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip