Rickard Bäckman
f159608a01
7026304: Fork-Join sample
...
Implement a merge-sort sample using Fork-Join
Reviewed-by: hosterda, chegar, dholmes
2011-04-12 13:14:05 +02:00
Rickard Bäckman
3382d83790
7026287: Asynchronous API sample
...
Implement a chat server using the new asynchronous networking API
Reviewed-by: hosterda, alanb
2011-04-12 09:04:57 +02:00
Joe Darcy
6848dc8c89
7035834: Bad @param tags in LayerUI.java
...
Reviewed-by: rupashka
2011-04-11 23:20:41 -07:00
Alan Bateman
4eb37f220f
Merge
2011-04-11 12:52:39 +01:00
Xueming Shen
e27e4cb99b
7033561: Missing Unicode Script aliases
...
Added 6.0 aliases
Reviewed-by: okutsu, peytoia, alanb
2011-04-10 23:33:14 -07:00
Weijun Wang
6f7b1ef68a
7030180: AES 128/256 decrypt exception
...
Reviewed-by: valeriep
2011-04-11 10:22:39 +08:00
Weijun Wang
65df911e4a
7012160: read SF file in signed jar in streaming mode
...
Reviewed-by: mullan
2011-04-11 10:22:17 +08:00
Alan Bateman
19317c2c45
7034532: (fs) AssertionError when working directory is UNC
...
Reviewed-by: forax, mduigou
2011-04-10 19:45:28 +01:00
Doug Lea
e93ee5deba
7035020: ForkJoinPool.invoke may deadlock if parallelism = 1
...
Reviewed-by: chegar
2011-04-08 10:33:14 +01:00
Xue-Lei Andrew Fan
2a48e38d0f
6976117: SSLContext.getInstance("TLSv1.1") returns SSLEngines/SSLSockets without TLSv1.1 enabled
...
Reorg the SSLContext implementation
Reviewed-by: weijun
2011-04-08 02:00:09 -07:00
Kumar Srinivasan
bc945571e4
7034700: (unpack200) build fails with fastdebug builds
...
Reviewed-by: ohair
2011-04-07 17:08:16 -07:00
Kumar Srinivasan
aa39508b83
7029048: (launcher) fence the launcher against LD_LIBRARY_PATH
...
Reviewed-by: mchung, ohair
2011-04-07 12:06:32 -07:00
Lance Andersen
15e098d884
7034656: Address lint warnings for DriverManager
...
Reviewed-by: alanb, forax, ohair
2011-04-07 11:25:09 -04:00
Doug Lea
1693ab3b69
7034657: Update Creative Commons license URL in legal notices
...
Reviewed-by: chegar
2011-04-07 15:06:32 +01:00
Kumar Srinivasan
8725555c40
7033954: (launcher) Launchers not built with mapfiles
...
Reviewed-by: ohair
2011-04-06 19:31:30 -07:00
Weijun Wang
2c02243de9
7032354: no-addresses should not be used on acceptor side
...
Reviewed-by: valeriep
2011-04-07 08:51:33 +08:00
Lance Andersen
56352663f5
7034471: Wrap registeredDrivers in DriverManager
...
Reviewed-by: alanb, briangoetz
2011-04-06 17:37:36 -04:00
Alan Bateman
ddc9107b92
Merge
2011-04-06 20:54:12 +01:00
Alan Bateman
4926951ba8
7034155: (ch) NullPointerException in sun.io.ch.IOUtil when OOM is thrown
...
Reviewed-by: forax
2011-04-06 20:51:55 +01:00
Naoto Sato
81221f1be0
7031546: test/java/util/ResourceBundle/Bug4168625Test.java fails on solaris10u9 sparc
...
Reviewed-by: okutsu
2011-04-06 10:53:13 -07:00
Neil Richards
7f998c2049
6312706: Map entrySet iterators should return different entries on each call to next()
...
Reviewed-by: mduigou, alanb
2011-04-06 09:31:13 -07:00
Mike Duigou
fad93836a2
6565585: Remove critical section in Method.invoke, Constructor.newInstance, Field.getFieldAccessor improving performance
...
Reviewed-by: alanb, dholmes, briangoetz
2011-04-04 11:55:05 -07:00
Alan Bateman
679dfe21f6
Merge
2011-04-04 19:32:56 +01:00
Xueming Shen
a13f428c35
Merge
2011-04-04 11:36:22 -07:00
Xueming Shen
363df8be6a
6751338: ZIP inflater/deflater performance
...
To use GetPrimitiveArrayCritical for bye array access
Reviewed-by: bristor, alanb
2011-04-04 11:30:55 -07:00
Joe Darcy
434827d86e
6543593: (reflect) Clarify private final field mutability
...
Reviewed-by: dholmes, alanb, mduigou
2011-04-04 11:22:45 -07:00
Alan Bateman
e1a6f9cdea
7030249: Eliminate use of LoadLibrary and other clean-ups
...
Reviewed-by: ohair, chegar, mchung
2011-04-04 18:35:16 +01:00
Alan Bateman
a50069aa79
7033568: (file) Miscellaneous typos
...
Reviewed-by: michaelm, mduigou
2011-04-04 18:12:46 +01:00
Alan Bateman
fba270080e
7029979: (fs) Path.toRealPath(boolean) should be toRealPath(LinkOption...)
...
Reviewed-by: sherman
2011-04-04 18:09:53 +01:00
Lana Steuck
24ab596494
Merge
2011-03-31 22:07:32 -07:00
Joe Darcy
92c64a56ae
7005628: Clarify NPE behavior of Throwable.addSuppressed(null)
...
Reviewed-by: dholmes, mchung, jjb
2011-03-31 19:09:02 -07:00
Suchen Chien
712b47a7e0
Added tag jdk7-b136 for changeset fb3ae88d8e8d
2011-03-31 18:14:17 -07:00
Michael McMahon
5faf628164
7032866: Problem with fix for 7030256
...
Reviewed-by: alanb
2011-03-31 17:37:11 +01:00
Daniel D. Daugherty
9b466ebe89
7030400: 3/4 PrivateTransportTest.sh needs adjustment to work with 7003964
...
Fix typo in GetModuleHandle() function lookup.
Reviewed-by: dholmes, alanb, acorn, zgu
2011-03-30 21:10:02 -07:00
David Holmes
b396e66f2b
7032364: Add jvm.cfg file for ARM and PPC architectures
...
Reviewed-by: darcy, bdelsart, alanb, mduigou
2011-03-30 22:20:40 -04:00
Kelly O'Hair
bd3a9c0f0a
Merge
2011-03-29 20:19:55 -07:00
Kelly O'Hair
795a86752a
Merge
2011-03-29 18:30:32 -07:00
Kelly O'Hair
16dfe8ab5c
7032327: Fix overview-core.html file, refers to version 6
...
Reviewed-by: wetmore
2011-03-29 18:24:27 -07:00
Alan Bateman
7f286040e6
Merge
2011-03-30 01:00:23 +01:00
Alan Bateman
f24980f896
7026507: Bidi initialization fails if AWT not present
...
Reviewed-by: okutsu
2011-03-30 00:59:07 +01:00
Mandy Chung
47a20b7526
6381464: SimpleFormatter should use one single line format
...
Define a new logging properties to support custom output format
Reviewed-by: alanb
2011-03-29 15:58:18 -07:00
Mandy Chung
793f1078b6
7024172: Move BufferPoolMXBean and PlatformLoggingMXBean java.lang.management
...
Reviewed-by: alanb
2011-03-29 15:50:55 -07:00
Erik Trimble
344dad5b73
Merge
2011-03-29 13:28:10 -07:00
Kelly O'Hair
00fdfda12a
7011718: VS2010, remove makefile logic with regards to use of VC6, VS2003, VS2005, VS2008
...
Reviewed-by: prr, weijun
2011-03-29 11:29:01 -07:00
Sean Mullan
58cc210582
Merge
2011-03-29 11:37:48 -04:00
Sean Mullan
493fdf3e24
7019937: Translatability bug - Remove Unused String - String ID , read end of file
...
7019938: Translatability bug - Remove Unused String - String ID can not specify Principal with a
7019940: Translatability bug - Remove unused string - String ID: provided null name
7019942: Translatability bug - String ID: trustedCertEntry,
7019945: Translatability bug - Translatability issue - String ID: * has NOT been verified! In order to veri
7019947: Translatability bug - Translatability issue - String ID: * The integrity of the information stored i
7019949: Translatability bug - Translatability issue - String ID: * you must provide your keystore password
Reviewed-by: weijun, wetmore
2011-03-29 10:39:00 -04:00
David Holmes
828d6c87c0
7031929: Variable names typos in Release-embedded.gmk
...
Reviewed-by: alanb
2011-03-29 08:15:16 -04:00
Kumar Srinivasan
a1a5907f79
7031166: (pack200) tools/pack200/CommandLineTests.java fail with testsdk on RO filesystem
...
Reviewed-by: alanb
2011-03-28 13:50:01 -07:00
Weijun Wang
680370af5b
7031536: test/sun/security/krb5/auto/HttpNegotiateServer.java should not use static ports
...
Reviewed-by: xuelei
2011-03-28 18:04:17 +08:00
Weijun Wang
1ce7eeaa52
7019384: Realm.getRealmsList returns realms list in wrong (reverse) order
...
Reviewed-by: xuelei
2011-03-28 18:04:10 +08:00