Rob McKenna
|
80d3fce897
|
7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
Reviewed-by: chegar
|
2012-09-27 22:35:07 +01:00 |
|
Andrew John Hughes
|
0fa038b4e0
|
7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK
Allow OpenJDK to use the unlimited crypto policy.
Reviewed-by: wetmore, ohair
|
2012-09-27 17:55:10 +01:00 |
|
Alan Bateman
|
903c4c0c7f
|
7200742: (se) Selector.select does not block when starting Coherence (sol)
Reviewed-by: chegar
|
2012-09-27 10:30:56 +01:00 |
|
Xue-Lei Andrew Fan
|
9c642ad1d2
|
7200295: CertificateRequest message is wrapping when using large numbers of Certs
Reviewed-by: wetmore
|
2012-09-26 21:05:40 -07:00 |
|
Valerie Peng
|
6f6f1d3bea
|
7199939: DSA 576 and 640 bit keys fail when initializing for No precomputed parameters
Fixed initialize(int, SecureRandom) call to not error out when no precomputed params available.
Reviewed-by: vinnie
|
2012-09-25 11:31:17 -07:00 |
|
Valerie Peng
|
0733ebe2f2
|
7199941: test about AES/ECB mode fails
Fixed the problem of field "blockMode" not having correct value for AES algorithms.
Reviewed-by: vinnie
|
2012-09-25 11:27:42 -07:00 |
|
Alan Bateman
|
360754471c
|
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
Reviewed-by: iris, dxu, chegar
|
2012-09-21 15:39:10 +01:00 |
|
Kumar Srinivasan
|
71637b6902
|
7199614: (pack200) remove unused file
Reviewed-by: alanb
|
2012-09-20 13:01:01 -07:00 |
|
John Zavgren
|
374a36e20e
|
7193520: Removed references to Linux kernel version 2.2
Linux kernel version 2.2 isn't supported anymore.
Reviewed-by: chegar, dsamersoff, alanb
|
2012-09-20 09:36:55 -04:00 |
|
Chris Hegarty
|
4752833181
|
7199500: Minor typo in AbstractStringBuilder.java header
Reviewed-by: coffeys
|
2012-09-19 14:55:40 +01:00 |
|
Jim Gish
|
ae79d50df2
|
4722265: (spec str) StringBuffer.ensureCapacity() should mention that capacity is mutable
Add usage note to AbstractStringBuilder ensureCapacity()
Reviewed-by: mduigou, dholmes, chegar
|
2012-09-19 08:52:21 -04:00 |
|
Mandy Chung
|
8159d98a99
|
7198070: Eliminate static dependency from JMX to java.beans.ConstructorProperties
Reviewed-by: alanb
|
2012-09-18 15:06:14 -07:00 |
|
Dan Xu
|
8831f6fde2
|
7195933: There is incorrect link to "Info-ZIP Application Note 970311" in doc page of Package java.util.zip
Correct a java doc link in java.util.zip package page
Reviewed-by: chegar, lancea, sherman
|
2012-09-18 14:45:09 -07:00 |
|
Alan Bateman
|
3b337824c0
|
7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler
Reviewed-by: mullan
|
2012-09-18 21:21:10 +01:00 |
|
Mike Duigou
|
1e3c417915
|
7199249: TEST_BUG : Add /othervm to Collisions.java @run main with -D definitions
Reviewed-by: alanb
|
2012-09-18 11:04:12 -07:00 |
|
Yiming Wang
|
6b6dde5a11
|
7198984: Add java/text/Bidi/Bug6665028.java to ProblemList.txt
Reviewed-by: alanb
|
2012-09-18 10:34:36 -07:00 |
|
Xue-Lei Andrew Fan
|
b8e234fb52
|
7199066: Typo in method name
Reviewed-by: mullan
|
2012-09-18 06:51:02 -07:00 |
|
Dan Xu
|
cd25bf4b6e
|
7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11]
Reviewed-by: alanb
|
2012-09-18 13:14:49 +01:00 |
|
Vinnie Ryan
|
79b3216615
|
7198901: correct the field size check when decoding a point on ECC curve
Reviewed-by: xuelei
|
2012-09-18 11:08:48 +01:00 |
|
Weijun Wang
|
89a8feeaff
|
7198871: cleanup security tests in problem lists with no CR attached
Reviewed-by: alanb
|
2012-09-18 17:38:43 +08:00 |
|
Mike Duigou
|
25570f8d69
|
7198988: re-order paramaters for Collision.java @run
Reviewed-by: alanb
|
2012-09-17 11:36:10 -07:00 |
|
Staffan Larsen
|
10b80ccca6
|
7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive
Reviewed-by: alanb
|
2012-09-17 12:40:33 +02:00 |
|
Weijun Wang
|
b86fae01ab
|
7196855: autotest.sh fails on ubuntu because libsoftokn.so not found
Reviewed-by: vinnie
|
2012-09-17 18:19:16 +08:00 |
|
Staffan Larsen
|
1f8baaf6f0
|
7198846: Add javax/management/remote/mandatory/notif/DiffHBTest.java to ProblemList.txt
Reviewed-by: alanb
|
2012-09-17 11:27:25 +02:00 |
|
Weijun Wang
|
8e21ad5768
|
7198205: CloseTest fails on mac
Reviewed-by: alanb, chegar, michaelm
|
2012-09-17 17:19:50 +08:00 |
|
Sean Mullan
|
227d6c722e
|
7195409: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest fails with NullPointerException
Reviewed-by: xuelei
|
2012-09-16 13:29:25 -07:00 |
|
Mike Duigou
|
bb1c4324e9
|
7189926: Reduce test size for default run. Add additional run enabling alternative hashing
Reviewed-by: alanb
|
2012-09-11 07:42:02 -07:00 |
|
Lana Steuck
|
ebe7692e1d
|
Merge
|
2012-09-14 10:14:02 -07:00 |
|
Mandy Chung
|
c6064021fd
|
7193302: Remove ConstructorProperties annotation from java.lang.management.LockInfo
Reviewed-by: alanb, sla, egahlin
|
2012-09-14 09:47:14 -07:00 |
|
Sean Mullan
|
478bf4b32a
|
Merge
|
2012-09-14 10:30:38 -04:00 |
|
Sean Mullan
|
9c6c879e23
|
Merge
|
2012-09-14 10:14:15 -04:00 |
|
Sean Mullan
|
5e99983092
|
7176627: CertPath/jep124/PreferCRL_SoftFail test fails (Could not determine revocation status)
Reviewed-by: xuelei
|
2012-09-14 10:13:04 -04:00 |
|
David Katleman
|
04d30a320f
|
Added tag jdk8-b56 for changeset 9a3f2acd6f92
|
2012-09-13 13:16:04 -07:00 |
|
Alan Bateman
|
a9eb740a31
|
7197637: (ch) sun.nio.ch.Default* cause providers for other platforms to be included in rt.jar
Reviewed-by: mchung
|
2012-09-13 15:04:01 +01:00 |
|
Chris Hegarty
|
3505949495
|
7197203: sun/misc/URLClassPath/ClassnameCharTest.sh failed, compile error
Reviewed-by: alanb
|
2012-09-13 11:17:08 +01:00 |
|
David Katleman
|
895f5c3cd5
|
Merge
|
2012-09-12 15:57:26 -07:00 |
|
Sean Mullan
|
fb2cf39b23
|
Merge
|
2012-09-12 15:21:46 -04:00 |
|
Jason Uh
|
b89fe033cb
|
7196593: java.security.debug=help doesn't list certpath option
Reviewed-by: mullan, wetmore, valeriep
|
2012-09-12 15:20:54 -04:00 |
|
Kelly O'Hair
|
408baee12e
|
Merge
|
2012-09-11 14:18:54 -07:00 |
|
Kelly O'Hair
|
b4f55953e0
|
7197771: Adjust jdk sources to avoid use of implementation defined value of __FILE__
7180608: Sort the order of object files when building shared libraries
Reviewed-by: ohrstrom, erikj, tbell
|
2012-09-11 13:40:59 -07:00 |
|
Lana Steuck
|
35b39b9d65
|
Merge
|
2012-09-10 17:55:41 -07:00 |
|
Sean Mullan
|
6ac22bda1f
|
Merge
|
2012-09-10 09:18:10 -04:00 |
|
Sean Mullan
|
2f5dfb27c2
|
Merge
|
2012-09-10 09:00:00 -04:00 |
|
Sean Mullan
|
21f5431109
|
7195301: XML Signature DOM implementation should not use instanceof to determine type of Node
Reviewed-by: xuelei
|
2012-09-10 08:57:51 -04:00 |
|
Sean Coffey
|
19e3f0756e
|
7180362: RFE: Implement date cutover functionality for currency.properties file
Reviewed-by: naoto
|
2012-09-07 21:22:37 +01:00 |
|
Jason Uh
|
21cc7bf277
|
4647343: IDENT variable in sun.security.x509 classes not used
Reviewed-by: mullan
|
2012-09-07 12:49:04 -04:00 |
|
John Zavgren
|
8fbd047f8c
|
6354758: rename old test HttpServer classes
Reviewed-by: chegar, michaelm, khazra
|
2012-09-07 15:30:17 +01:00 |
|
Eric Wang
|
de965a866a
|
7032247: java/net/InetAddress/GetLocalHostWithSM.java fails if hostname resolves to loopback address
TESTBUG
Reviewed-by: chegar, alanb
|
2012-09-07 14:00:31 +01:00 |
|
Weijun Wang
|
7e677a587b
|
7196677: diff compares same file to itself in PaddingTest regression test
Reviewed-by: xuelei
|
2012-09-07 10:24:22 +08:00 |
|
David Katleman
|
1e5b3e3ded
|
Added tag jdk8-b55 for changeset 4efc4ab93edd
|
2012-09-06 17:27:56 -07:00 |
|