Lance Andersen
|
55b5651b11
|
6737212: Fixed javadoc warning messages in RowSet classes
Reviewed-by: darcy
|
2009-09-09 20:15:22 -04:00 |
|
Sean Mullan
|
0ae473ed4b
|
Merge
|
2009-09-09 09:59:48 -04:00 |
|
Sean Mullan
|
106b2d9f64
|
6745437: Add option to only check revocation of end-entity certificate in a chain of certificates
6869739: Cannot check revocation of single certificate without validating the entire chain
Reviewed-by: xuelei
|
2009-09-09 09:54:13 -04:00 |
|
Mandy Chung
|
5625b33736
|
Merge
|
2009-09-08 12:59:03 -07:00 |
|
Alan Bateman
|
575542b7a4
|
Merge
|
2009-09-05 15:57:25 +01:00 |
|
Mandy Chung
|
4097a41ef0
|
Merge
|
2009-09-04 15:44:26 -07:00 |
|
Martin Buchholz
|
86d587f77c
|
6879368: Remove stray quote in Character javadoc
Remove stray quote in Character.valueOf javadoc, using Ulf's \u005CuXXXX technique
Reviewed-by: darcy
|
2009-09-04 13:44:36 -07:00 |
|
Alan Bateman
|
5d15a44868
|
6868627: (spec) Files.walkFileTree doesn't make it clear that uncaught errors and exceptions are propagated
Reviewed-by: sherman
|
2009-09-04 18:17:26 +01:00 |
|
Weijun Wang
|
58285b80f7
|
6871847: AlgorithmId.get("SHA256withECDSA") not available
Reviewed-by: vinnie
|
2009-09-04 14:59:20 +08:00 |
|
Weijun Wang
|
fe71efb327
|
6876328: different names for the same digest algorithms breaks jarsigner
Reviewed-by: mullan
|
2009-09-04 14:58:01 +08:00 |
|
Mandy Chung
|
9bbb1cf383
|
Merge
|
2009-09-03 16:09:37 -07:00 |
|
Martin Buchholz
|
9ef7eb7884
|
6860431: Character.isSurrogate(char ch)
Add new method Character.isSurrogate(char ch)
Reviewed-by: sherman, darcy, okutsu
|
2009-08-31 15:00:04 -07:00 |
|
Tim Bell
|
2c7126577e
|
Merge
|
2009-08-28 16:53:44 -07:00 |
|
Joe Darcy
|
d3e91c9151
|
6261502: (reflect) Add the functionality to screen out the "inappropriate" modifier bits
Reviewed-by: alanb
|
2009-08-28 14:11:00 -07:00 |
|
Joe Darcy
|
575a3613d5
|
6877122: Many javadoc warnings from java.awt.Window, other awt classes
Reviewed-by: anthony
|
2009-08-28 11:11:11 -07:00 |
|
Xiaobin Lu
|
4b58ee1a37
|
6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result
Reviewed-by: darcy
|
2009-08-27 18:00:16 -07:00 |
|
Mandy Chung
|
fcf8bea162
|
Merge
|
2009-08-27 12:58:18 -07:00 |
|
Joe Darcy
|
03e9812175
|
6876628: @throw instead of @throws in two ParagraphView classes
Reviewed-by: peterz
|
2009-08-27 11:48:35 -07:00 |
|
Doug Lea
|
f1047d3739
|
6871697: LinkedBlockingQueue Iterator/remove/poll race
More checks for node.next == node
Reviewed-by: martin, dholmes, chegar
|
2009-08-25 19:19:42 -07:00 |
|
Joe Darcy
|
a6f341dfc9
|
6875861: javadoc build warning on java.util.Properites from unconventional @see ordering
Reviewed-by: martin
|
2009-08-25 18:58:26 -07:00 |
|
Tim Bell
|
7e71cce8a2
|
Merge
|
2009-08-24 22:27:30 -07:00 |
|
Mandy Chung
|
1478582041
|
Merge
|
2009-08-24 10:33:08 -07:00 |
|
Alan Bateman
|
491fdce2fd
|
Merge
|
2009-08-23 17:20:46 +01:00 |
|
Alan Bateman
|
aecf7417ad
|
6842687: New I/O: Update Asynchronous I/O API to jsr203/nio2-b101
Reviewed-by: sherman
|
2009-08-23 12:53:45 +01:00 |
|
Alan Bateman
|
7fa9df60ce
|
6874521: Remove @note tags
Reviewed-by: andrew, darcy
|
2009-08-22 17:40:18 +01:00 |
|
Joe Darcy
|
980873244b
|
6378701: (enum) Unclear purpose of EnumConstantNotPresentException
Reviewed-by: lancea, andrew, alanb
|
2009-08-21 11:31:18 -07:00 |
|
Weijun Wang
|
7c86823f01
|
6867665: Problem with keytabs with multiple kvno's (key versions)
Reviewed-by: valeriep, ohair
|
2009-08-20 11:24:42 +08:00 |
|
Yuri Nesterenko
|
4c2a46386f
|
Merge
|
2009-08-18 23:40:15 -07:00 |
|
Weijun Wang
|
afe6e91726
|
6829785: TextCallbackHandler does not honor PasswordCallback.isEchoOn()
Reviewed-by: mullan
|
2009-08-18 10:20:50 +08:00 |
|
Xueming Shen
|
efe409bf8b
|
6730652: CharsetEncoder.canEncode(char) returns incorrect values for some charsets
Override the canEncode() in ISO2022_CN_CNS
Reviewed-by: martin
|
2009-08-14 14:29:45 -07:00 |
|
Bradford Wetmore
|
84ef08a85a
|
Merge
|
2009-08-13 12:37:47 -07:00 |
|
Bradford Wetmore
|
e35a79a518
|
6870335: Provider numbers need to be bumped to 1.7
Reviewed-by: mullan
|
2009-08-13 12:36:10 -07:00 |
|
Xueming Shen
|
dfa68f9504
|
6840246: Lightweight implementation of String.split for simple use case
Added a fastpath for simple use case
Reviewed-by: alanb, martin
|
2009-08-13 10:50:23 -07:00 |
|
Daniel D. Daugherty
|
d9b6a2252e
|
Merge
|
2009-08-11 20:06:52 -06:00 |
|
Daniel D. Daugherty
|
def4483570
|
6870298: 4/4 fix minor typos in java/lang/instrument/Instrumentation.java
Fix typos in the JavaDoc.
Reviewed-by: tbell
|
2009-08-11 20:02:43 -06:00 |
|
Vinnie Ryan
|
3ed22e2e7a
|
Merge
|
2009-08-11 16:57:09 +01:00 |
|
Vinnie Ryan
|
59d983ade0
|
6840752: Provide out-of-the-box support for ECC algorithms
Reviewed-by: alanb, mullan, wetmore
|
2009-08-11 16:52:26 +01:00 |
|
Alan Bateman
|
a3af9140c9
|
6865748: (file) SimpleFileVisitor methods ignore null arguments
Reviewed-by: sherman
|
2009-08-11 12:49:16 +01:00 |
|
Alan Bateman
|
c583b690e3
|
6867781: (file) Examples in javadoc use newFileAttributeView instead of getFileAttributeView
Reviewed-by: sherman
|
2009-08-11 12:38:43 +01:00 |
|
Xue-Lei Andrew Fan
|
3db64bc897
|
6585239: Regression: 2 DNS tests fail with JDK 5.0u13 b01 and pass with 5.0u12fcs
Reviewed-by: vinnie
|
2009-08-11 18:27:01 +08:00 |
|
Weijun Wang
|
aa514761f5
|
6868867: Test: sun/security/tools/keytool/standard.sh fails under windows/cygwin
Reviewed-by: wetmore
|
2009-08-11 15:36:52 +08:00 |
|
Weijun Wang
|
be3a1f1294
|
6821190: more InquireType values for ExtendedGSSContext
Reviewed-by: valeriep
|
2009-08-11 12:20:32 +08:00 |
|
Weijun Wang
|
50689ce536
|
6710360: export Kerberos session key to applications
Reviewed-by: valeriep
|
2009-08-11 12:17:13 +08:00 |
|
Weijun Wang
|
cb2742d7b2
|
6866479: libzip.so caused JVM to crash when running jarsigner
Reviewed-by: mullan
|
2009-08-11 12:15:24 +08:00 |
|
Alexander Potochkin
|
3f2aa03af7
|
6822696: Integrating JXLayer component to Swing library
Reviewed-by: peterz, art
|
2009-08-10 16:29:30 +04:00 |
|
Pavel Porvatov
|
aedd67d988
|
6461173: One JCK test([NewFolderAction0001]) failed on Windows due to lack of PropertyPermission(s)
Reviewed-by: peterz, malenkov
|
2009-08-10 14:55:10 +04:00 |
|
Abhijit Saha
|
658feaa3e4
|
Merge
|
2009-08-07 09:21:25 -07:00 |
|
Sergey Malenkov
|
24fdb8e4be
|
6868189: Nested enum class with custom BeanInfo fails
Reviewed-by: peterz
|
2009-08-07 19:06:56 +04:00 |
|
Chris Hegarty
|
75379fe244
|
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
|
2009-08-07 10:50:26 +01:00 |
|
Yuri Nesterenko
|
fbec558c0b
|
Merge
|
2009-08-07 02:20:58 -07:00 |
|