Michael McMahon
|
21d168ce93
|
Merge
|
2011-03-03 17:16:13 +00:00 |
|
Michael McMahon
|
9d85a7afc4
|
7024264: HttpURLConnection/NetPermission doc issue
Reviewed-by: chegar
|
2011-03-03 17:14:23 +00:00 |
|
Sean Coffey
|
325ed5afa7
|
Merge
|
2011-03-03 17:00:04 +00:00 |
|
Sean Coffey
|
75bd2accd3
|
6750362: Very large LDAP requests throw a OOM on LDAP servers which aren't aware of Paged Results Controls
6748156: add an new JNDI property to control the boolean flag WaitForReply
Reviewed-by: vinnie, robm
|
2011-03-03 16:51:03 +00:00 |
|
Chris Hegarty
|
23ff61a1ff
|
6721694: java/lang/Thread/StartOOMTest.java fails with timeout or with crash
The test is not suitable to be run automatically
Reviewed-by: alanb
|
2011-03-03 16:48:53 +00:00 |
|
Chris Hegarty
|
98a8940e33
|
7018137: HTML4 compliance issues
Move end list items tags to after nested list
Reviewed-by: alanb
|
2011-03-03 16:44:44 +00:00 |
|
Michael McMahon
|
340701d021
|
7018606: (process) test/java/lang/ProcessBuilder/Basic.java failing intermittently (win)
Reviewed-by: alanb
|
2011-03-03 15:34:09 +00:00 |
|
Alan Bateman
|
45fd401ff7
|
7021987: native2ascii "file cannot be read" error message is broken
Reviewed-by: lancea, mchung
|
2011-03-02 16:56:07 +00:00 |
|
Stuart Marks
|
90194bc501
|
7022624: use try-with-resources in java.io tests
Reviewed-by: alanb
|
2011-03-01 15:05:32 -08:00 |
|
Alan Bateman
|
c4da54f7a9
|
7023034: Files.createTempDirectory((Path)null, "temp") does not throw NPE
Reviewed-by: forax
|
2011-03-01 12:03:44 +00:00 |
|
Weijun Wang
|
314c75c742
|
7020531: test: java/security/cert/CertificateFactory/openssl/OpenSSLCert.java file not closed after run
Reviewed-by: alanb, smarks
|
2011-03-01 16:22:22 +08:00 |
|
Weijun Wang
|
b777a1fbae
|
7021789: Remove jarsigner -crl option
Reviewed-by: mullan
|
2011-02-28 23:02:37 +08:00 |
|
David Holmes
|
666257ae3f
|
7022386: gethostbyname_r needs a pointer aligned buffer passed to it
Change buffer type to ensure pointer-alignment
Reviewed-by: alanb, chegar
|
2011-02-28 06:40:46 -05:00 |
|
Chris Hegarty
|
b989a55847
|
7022269: clean up fscanf usage in Linux networking native code
Reviewed-by: michaelm, alanb
|
2011-02-28 11:03:52 +00:00 |
|
Stuart Marks
|
cea2f39843
|
7021582: convert jar/zip code and tests to use try-with-resources
Reviewed-by: alanb, dholmes, sherman
|
2011-02-25 02:06:10 -08:00 |
|
Mandy Chung
|
579f3ad056
|
7016707: Remove the BootClassLoaderHook for jkernel support
Reviewed-by: alanb, ohair
|
2011-02-25 12:11:20 -08:00 |
|
Mandy Chung
|
e0626b003a
|
7021939: com.oracle.net is not a NON_CORE_PKGS
Reviewed-by: ohair, alanb
|
2011-02-25 11:42:11 -08:00 |
|
Stuart Marks
|
1db0f6f9eb
|
7022383: add reference to CR for ReadLongZipFileName test to problem list
Reviewed-by: ohair
|
2011-02-24 22:26:42 -08:00 |
|
Michael McMahon
|
9685a7a509
|
6835668: Use of /usr/include/linux/ files creates a dependence on kernel-headers
Reviewed-by: chegar
|
2011-02-24 18:35:17 +00:00 |
|
Chris Hegarty
|
60bf44dc75
|
6849693: index of fdTable should be less than num. of fdTable in jdk7
Reviewed-by: alanb
|
2011-02-24 13:42:10 +00:00 |
|
Chris Hegarty
|
9607630405
|
7020136: java/net/URLConnection/RedirectLimit.java fails intermittently
Increase the socket timeout and clean up the test
Reviewed-by: alanb
|
2011-02-24 12:57:59 +00:00 |
|
Bradford Wetmore
|
812a8ded98
|
6844879: Source distribution should be more robustly built without the security source distribution
Reviewed-by: ohair
|
2011-02-23 22:54:47 -08:00 |
|
Lana Steuck
|
d686419127
|
Merge
|
2011-02-23 10:29:15 -08:00 |
|
Doug Lea
|
ad3d04a30c
|
7017493: ConcurrentLinkedDeque: Unexpected initialization order can lead to crash due to use of Unsafe
Reviewed-by: chegar
|
2011-02-23 14:56:44 +00:00 |
|
Stuart Marks
|
dd0e38d73a
|
7021209: convert lang, math, util to use try-with-resources
Reviewed-by: alanb, darcy, naoto
|
2011-02-22 15:34:17 -08:00 |
|
Valerie Peng
|
4ce8048909
|
6604496: Support for CKM_AES_CTR (counter mode)
Enhanced SunPKCS11 provider to support AES/CTR/NoPadding transformation.
Reviewed-by: vinnie
|
2011-02-22 12:01:35 -08:00 |
|
Michael McMahon
|
7073df6b96
|
6702400: ChunkedInputStream expecting -1 from int read, but int->char comparision is wrong
Reviewed-by: chegar
|
2011-02-22 14:44:43 +00:00 |
|
Alan Bateman
|
4c2006a780
|
7021327: Changes for 7020888 included changes to other files in error
Reviewed-by: chegar
|
2011-02-22 14:28:13 +00:00 |
|
Alan Bateman
|
17cace4c58
|
7020888: (file) Miscellaneous and trivial clean-ups (typos and opportunities to use suppressed exceptions)
Reviewed-by: mduigou, chegar
|
2011-02-22 12:04:48 +00:00 |
|
Alan Bateman
|
7966b53750
|
Merge
|
2011-02-22 10:19:35 +00:00 |
|
Mike Duigou
|
7ddd950b1d
|
7019705: Add -XX:+AggressiveOpts options to MOAT test
Reviewed-by: alanb
|
2011-02-21 14:53:11 -08:00 |
|
Mike Duigou
|
99aa7bad62
|
7001685: Renable EnumSetBash Test
Reviewed-by: alanb, ohair, darcy
|
2011-02-21 13:37:22 -08:00 |
|
Alan Bateman
|
8e29241702
|
7020517: (fs) FileStore.equals returns true if both volumes have the same serial number
Reviewed-by: chegar
|
2011-02-21 13:54:13 +00:00 |
|
Christine Lu
|
dbe007c7b0
|
Added tag jdk7-b130 for changeset 8924242a88c8
|
2011-02-18 14:23:48 -08:00 |
|
Stuart Marks
|
f0730a655c
|
7018385: update javax.sql classes to use try-with-resources
Reviewed-by: alanb, lancea, darcy
|
2011-02-18 12:43:14 -08:00 |
|
Athijegannathan Sundararajan
|
437b0f5f71
|
7018459: javax.script code comments have issues with HTML4 validation and Accessibility compliance
Reviewed-by: jjh
|
2011-02-18 12:07:46 +05:30 |
|
Alan Bateman
|
d1cf52c16a
|
Merge
|
2011-02-17 20:53:26 +00:00 |
|
Alan Bateman
|
9aa277a541
|
6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode
Reviewed-by: forax
|
2011-02-17 20:50:22 +00:00 |
|
Chris Hegarty
|
e5d4746fb4
|
7017901: OOME in java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
Unbounded queues should be disabled in the test
Reviewed-by: alanb
|
2011-02-17 09:56:38 +00:00 |
|
Stuart Marks
|
313991183b
|
7018392: update URLJarFile.java to use try-with-resources
Reviewed-by: alanb, chegar, hawtin
|
2011-02-16 18:22:52 -08:00 |
|
Xueming Shen
|
2c97d8fb44
|
6999337: java.exe fails to start if some directory names in path to java binaries contain Russian characters
Updated to make sure the system properties are accessable by vm during initialization
Reviewed-by: alanb, mchung
|
2011-02-16 11:11:31 -08:00 |
|
Chris Hegarty
|
560ab81595
|
6562203: Thread doesn't terminate immediately if it was stopped before start
Reviewed-by: dholmes, alanb
|
2011-02-16 12:38:13 +00:00 |
|
Kelly O'Hair
|
5e7327e608
|
Merge
|
2011-02-15 20:18:20 -08:00 |
|
Igor Nekrestyanov
|
c4c3bd2b78
|
Merge
|
2011-02-15 19:16:39 -08:00 |
|
Kelly O'Hair
|
3157d22a44
|
Merge
|
2011-02-15 12:34:23 -08:00 |
|
Lana Steuck
|
0c0fa1460a
|
Merge
|
2011-02-15 08:34:33 -08:00 |
|
Weijun Wang
|
d4fbb08ec0
|
7018928: test failure: sun/security/krb5/auto/SSL.java
Reviewed-by: valeriep
|
2011-02-15 12:11:15 +08:00 |
|
Lana Steuck
|
667d078f72
|
Merge
|
2011-02-14 16:30:10 -08:00 |
|
Xue-Lei Andrew Fan
|
ce7292003a
|
7018897: CertPath validation cannot handle self-signed cert with bad KeyUsage
Remove KeyUsage checking for trust anchors
Reviewed-by: mullan
|
2011-02-14 13:31:13 -08:00 |
|
Michael Fang
|
c957f4c318
|
Merge
|
2011-02-14 13:01:35 -08:00 |
|