Tue, 14 May 2013 14:09:18 -0700 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time
sherman [Tue, 14 May 2013 14:09:18 -0700] rev 17470
8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time Summary: removed the race condition risk from ExtendedCahrset access code Reviewed-by: mchung, alanb
Tue, 14 May 2013 12:01:38 -0700 6328537: Improve javadocs for Socket class by adding references to SocketOptions
khazra [Tue, 14 May 2013 12:01:38 -0700] rev 17469
6328537: Improve javadocs for Socket class by adding references to SocketOptions Summary: Insert references to SocketOptions.java where applicable Reviewed-by: alanb, chegar
Tue, 14 May 2013 22:36:52 +0530 8014519: scriptpad sample does not work with nashorn
sundar [Tue, 14 May 2013 22:36:52 +0530] rev 17468
8014519: scriptpad sample does not work with nashorn Reviewed-by: attila, jlaskey Contributed-by: rieberandreas@gmail.com
Tue, 14 May 2013 20:16:21 +0400 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]
uta [Tue, 14 May 2013 20:16:21 +0400] rev 17467
8012453: (process) Runtime.exec(String) fails if command contains spaces [win] Reviewed-by: alanb
Tue, 14 May 2013 14:32:15 +0100 8014500: bootcycle-images fails after upgrade to JAXP 1.5
alanb [Tue, 14 May 2013 14:32:15 +0100] rev 17466
8014500: bootcycle-images fails after upgrade to JAXP 1.5 Reviewed-by: lancea
Mon, 13 May 2013 22:16:55 -0700 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
darcy [Mon, 13 May 2013 22:16:55 -0700] rev 17465
8014365: Restore Objects.requireNonNull(T, Supplier<String>) Reviewed-by: mduigou
Mon, 13 May 2013 20:35:36 -0700 8013386: (tz) Support tzdata2013c
sherman [Mon, 13 May 2013 20:35:36 -0700] rev 17464
8013386: (tz) Support tzdata2013c Summary: updated tz data to version 2013c Reviewed-by: peytoia, okutsu
Mon, 13 May 2013 13:48:58 -0700 8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive
khazra [Mon, 13 May 2013 13:48:58 -0700] rev 17463
8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive Summary: Rearrange event-handling code to remove bottle-neck. Also reviewed by mhall@mhcomputing.net. Reviewed-by: chegar, alanb
Mon, 13 May 2013 13:15:20 -0700 Merge
mduigou [Mon, 13 May 2013 13:15:20 -0700] rev 17462
Merge
Mon, 13 May 2013 12:26:28 -0700 8008687: MethodHandle code: allow static and invokespecial calls to interface methods
bharadwaj [Mon, 13 May 2013 12:26:28 -0700] rev 17461
8008687: MethodHandle code: allow static and invokespecial calls to interface methods Summary: Changes to support invocation of lambda methods compiled either as static interface methods and or private instance methods. Reviewed-by: jrose, twisti
Mon, 13 May 2013 22:23:17 +0530 8012975: Remove rhino from jdk8
sundar [Mon, 13 May 2013 22:23:17 +0530] rev 17460
8012975: Remove rhino from jdk8 Reviewed-by: alanb, tbell
Mon, 13 May 2013 06:05:32 -0700 8005598: (reopened) Need to clone array of input/output parameters
xuelei [Mon, 13 May 2013 06:05:32 -0700] rev 17459
8005598: (reopened) Need to clone array of input/output parameters Reviewed-by: weijun
Mon, 13 May 2013 05:41:51 -0700 8005535: SSLSessionImpl should have protected finalize()
xuelei [Mon, 13 May 2013 05:41:51 -0700] rev 17458
8005535: SSLSessionImpl should have protected finalize() Reviewed-by: weijun, wetmore
Fri, 10 May 2013 23:56:24 +0400 7021870: GzipInputStream closes underlying stream during reading
dmeetry [Fri, 10 May 2013 23:56:24 +0400] rev 17457
7021870: GzipInputStream closes underlying stream during reading Reviewed-by: mduigou Contributed-by: ivan.gerasimov@oracle.com
Fri, 10 May 2013 12:25:16 -0700 8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.*
darcy [Fri, 10 May 2013 12:25:16 -0700] rev 17456
8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.* Reviewed-by: mchung
Fri, 10 May 2013 10:12:58 -0700 Merge
mduigou [Fri, 10 May 2013 10:12:58 -0700] rev 17455
Merge
Fri, 10 May 2013 09:51:14 -0700 8014316: Use Method Refs in j.u.stream.MatchOps
mduigou [Fri, 10 May 2013 09:51:14 -0700] rev 17454
8014316: Use Method Refs in j.u.stream.MatchOps Reviewed-by: dholmes
Fri, 10 May 2013 09:06:21 -0700 8014296: DivModTests should not compare pointers
rriggs [Fri, 10 May 2013 09:06:21 -0700] rev 17453
8014296: DivModTests should not compare pointers Reviewed-by: darcy
Fri, 10 May 2013 08:53:38 -0700 8014249: Add Modifer.parameterModifiers()
darcy [Fri, 10 May 2013 08:53:38 -0700] rev 17452
8014249: Add Modifer.parameterModifiers() Reviewed-by: mduigou, mchung
Fri, 10 May 2013 14:53:33 +0100 8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
alanb [Fri, 10 May 2013 14:53:33 +0100] rev 17451
8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long Reviewed-by: khazra, chegar
Fri, 10 May 2013 10:20:13 +0200 8007073: Implement Core Reflection for Type Annotations on parameters
jfranck [Fri, 10 May 2013 10:20:13 +0200] rev 17450
8007073: Implement Core Reflection for Type Annotations on parameters Reviewed-by: darcy, abuckley
Thu, 09 May 2013 14:23:49 -0700 Merge
lana [Thu, 09 May 2013 14:23:49 -0700] rev 17449
Merge
Wed, 08 May 2013 23:53:35 -0700 Merge
lana [Wed, 08 May 2013 23:53:35 -0700] rev 17448
Merge
Wed, 01 May 2013 18:40:31 +0200 8012646: Pattern.splitAsStream
psandoz [Wed, 01 May 2013 18:40:31 +0200] rev 17447
8012646: Pattern.splitAsStream Reviewed-by: forax, plevart, alanb Contributed-by: Ben Evans <benjamin.john.evans@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
Thu, 09 May 2013 12:00:46 -0700 8007699: Move some tests from test/sun/security/provider/certpath/X509CertPath to closed repo
juh [Thu, 09 May 2013 12:00:46 -0700] rev 17446
8007699: Move some tests from test/sun/security/provider/certpath/X509CertPath to closed repo Reviewed-by: mullan
Tue, 07 May 2013 13:15:28 -0700 8013736: [launcher] cleanup code for correctness
ksrini [Tue, 07 May 2013 13:15:28 -0700] rev 17445
8013736: [launcher] cleanup code for correctness 8005735: [parfait] False positive integer overflow in jdk/src/solaris/bin/jexec.c 8009873: [parfait] Memory leak at jdk/src/share/bin/wildcard.c 8005807: [parfait] Undefined return value at jdk/src/share/bin/java.c Reviewed-by: alanb, martin
Wed, 08 May 2013 18:00:10 +0100 8013652: (profiles) Add javax.script to compact1
alanb [Wed, 08 May 2013 18:00:10 +0100] rev 17444
8013652: (profiles) Add javax.script to compact1 Reviewed-by: mchung, dholmes
Wed, 08 May 2013 08:25:34 +0800 8012679: Let allow_weak_crypto default to false
weijun [Wed, 08 May 2013 08:25:34 +0800] rev 17443
8012679: Let allow_weak_crypto default to false Reviewed-by: valeriep
Mon, 06 May 2013 11:43:51 -0400 8012664: Add tests for java.util.stream and lambda translation
briangoetz [Mon, 06 May 2013 11:43:51 -0400] rev 17442
8012664: Add tests for java.util.stream and lambda translation Reviewed-by: mduigou, briangoetz Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Robert Field <robert.field@oracle.com>, Jim Gish <jim.gish@oracle.com>
Tue, 07 May 2013 12:05:52 -0700 4802647: Throw required NPEs from removeAll()/retainAll()
mduigou [Tue, 07 May 2013 12:05:52 -0700] rev 17441
4802647: Throw required NPEs from removeAll()/retainAll() Reviewed-by: mduigou, chegar, dholmes Contributed-by: Brandon Passanisi <brandon.passanisi@oracle.com>
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip