Chris Hegarty
|
8dd995ca0d
|
6961029: java/net/BindException/Test.java should not use wildcard address
Reviewed-by: michaelm, alanb
|
2010-06-28 20:52:37 +01:00 |
|
Chris Hegarty
|
fba8695a1c
|
Merge
|
2010-06-28 15:06:24 +01:00 |
|
Chris Hegarty
|
85a8187c52
|
6954525: Testcase failure java/net/Authenticator/B4769350.java
Reviewed-by: michaelm, weijun
|
2010-06-28 14:55:25 +01:00 |
|
Alan Bateman
|
efa88ff48b
|
6963828: TEST_BUG: java/nio/channels/FileTransfer.java takes too long (win)
Reviewed-by: chegar
|
2010-06-25 18:31:41 +01:00 |
|
Joshua Bloch
|
50f960454d
|
6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks
6911261: Project Coin: Retrofit Automatic Resource Management (ARM) support onto platform APIs
6962571: Infinite loop in printing out Throwable stack traces with circular references
Reviewed-by: darcy, alanb
|
2010-06-23 17:03:40 -07:00 |
|
Alan Bateman
|
670501c6c6
|
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
Reviewed-by: ohair, sherman, chegar
|
2010-06-23 20:19:29 +01:00 |
|
Jeremy Manson
|
9a0c9857b1
|
6942989: 2/2 Memory leak of java.lang.ref.WeakReference objects
Use ReferenceQueues to manage WeakReferences in LogManager and Logger.
Reviewed-by: dholmes, alanb, emcmanus, tonyp
|
2010-06-22 10:54:59 -07:00 |
|
Alan Bateman
|
909d0bb109
|
6962419: TEST_BUG: java_io tests fails in samevm mode
Reviewed-by: ohair, sherman
|
2010-06-19 15:17:36 +01:00 |
|
Alan Bateman
|
30e0321d0a
|
6962045: TEST_BUG: Tests in test/java/io/Serializable leave files open
Reviewed-by: mchung
|
2010-06-18 20:59:13 +01:00 |
|
Mandy Chung
|
0a801a25db
|
6961894: TEST_BUG: jdk_lang tests fail in samevm mode
Fixed jdk_lang tests to run in samevm mode or mark to run in othervm
Reviewed-by: alanb
|
2010-06-18 09:35:22 -07:00 |
|
Alan Bateman
|
0b946fc36e
|
4981129: (dc) DatagramSocket created by DatagramChannel does not provide sender info
Reviewed-by: chegar
|
2010-06-18 16:16:51 +01:00 |
|
Xueming Shen
|
12d90b9484
|
6962067: TEST_BUG: Tests in java/util/zip/ZipFile leave file open
Close zipfile and io stream when done
Reviewed-by: alanb
|
2010-06-17 13:21:46 -07:00 |
|
Alan Bateman
|
29b2194847
|
6395224: (so) SocketChannel writer blocked on large buffer is not preempted by close method (vista)
Reviewed-by: chegar
|
2010-06-17 17:49:59 +01:00 |
|
Mandy Chung
|
ec720fb754
|
6961408: test/java/util/logging/ParentLoggersTest.java fails in samevm mode
Check against the list of loggers added since the test begins to run
Reviewed-by: dcubed
|
2010-06-16 23:27:41 -07:00 |
|
Lana Steuck
|
ce4febb72c
|
Merge
|
2010-06-16 14:07:47 -07:00 |
|
Mandy Chung
|
0f0ac3ef39
|
6961502: TEST_BUG: test/java/lang/ClassLoader/defineClass/DefineClassByteBuffer.java fails
Fix the test to define TestClass by DummyClassLoader as it intends to do
Reviewed-by: alanb
|
2010-06-16 12:40:22 -07:00 |
|
Alan Bateman
|
dadf7053f7
|
6961630: TEST_BUG: Several SocketChannel and Selector tests can fail with "address already in use"
Reviewed-by: chegar
|
2010-06-16 14:24:46 +01:00 |
|
Mandy Chung
|
008e969429
|
6961506: TEST_BUG: ResourceBundle/Bug4168625Test.java and TestBug4179766.java fails in samevm mode
Set the proper parent class loader of Loader and SimpleLoader
Reviewed-by: naoto
|
2010-06-15 20:34:49 -07:00 |
|
Mandy Chung
|
fc99cf1793
|
6961518: TEST_BUG: add @run main/othervm in tests that call setSecurityManager
Mark tests to run in othervm
Reviewed-by: ohair
|
2010-06-15 20:29:22 -07:00 |
|
Alan Bateman
|
a98209a61f
|
Merge
|
2010-06-15 21:43:59 +01:00 |
|
Mandy Chung
|
9e05cd8605
|
6959641: testcase failing java/util/Locale/Bug4184873Test.java
Revert the Bug4184873_{he,id,yi} files to revision 0 (before rebranding)
Reviewed-by: naoto
|
2010-06-15 09:54:03 -07:00 |
|
Alan Bateman
|
cee6cf433e
|
6961358: TEST_BUG: java/nio/channels/SocketChannel/OpenLeak.java can't run in samevm mode
Reviewed-by: chegar
|
2010-06-15 16:42:54 +01:00 |
|
Alan Bateman
|
52c2b63a7a
|
6932744: TEST_BUG: java/nio/channels/Selector/OpRead.java failing
Reviewed-by: chegar
|
2010-06-15 16:36:20 +01:00 |
|
Alan Bateman
|
788f7f3485
|
6961062: (dc) Several DatagramChannel tests timeout or fail with "address already in use"
Reviewed-by: chegar
|
2010-06-15 10:03:37 +01:00 |
|
Martin Buchholz
|
45b78120fc
|
6944584: Improvements to subprocess handling on Unix
Use thread pool for reaper thread; move most I/O operations out of reaper thread
Reviewed-by: michaelm, hiroshi
|
2010-06-11 18:55:45 -07:00 |
|
Alan Bateman
|
82adf1a224
|
6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
Reviewed-by: chegar
|
2010-06-11 14:31:26 +01:00 |
|
Alan Bateman
|
3c05d51ed6
|
6935563: (dc) Improve connection reset/port unreachable handling [win]
Reviewed-by: chegar
|
2010-06-09 18:51:32 +01:00 |
|
Chris Hegarty
|
2f408651fb
|
6957375: java/net/ResponseCache getResponseCode and ResponseCacheTest fail after rebranding
Reviewed-by: ohair, wetmore, alanb
|
2010-06-08 10:46:14 +01:00 |
|
Lana Steuck
|
27a539e27c
|
Merge
|
2010-06-07 17:08:26 -07:00 |
|
Lana Steuck
|
2c036dc823
|
Merge
|
2010-06-01 21:36:00 -07:00 |
|
Lana Steuck
|
282d182ec2
|
Merge
|
2010-06-01 14:17:38 -07:00 |
|
Lana Steuck
|
fd45b4188c
|
Merge
|
2010-05-28 12:10:14 -07:00 |
|
Kelly O'Hair
|
80b67f81af
|
6956202: Fix a few missed rebranding issues, please contact lines etc
Reviewed-by: jjg, darcy, weijun
|
2010-05-26 20:28:04 -07:00 |
|
Kelly O'Hair
|
fe008ae27a
|
6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
|
2010-05-25 15:58:33 -07:00 |
|
Lana Steuck
|
ff8daaf36c
|
Merge
|
2010-05-24 09:06:11 -07:00 |
|
Xueming Shen
|
0bc8b10673
|
4691425: GZIPInputStream fails to read concatenated .gz files
To support concatenated .gz streams
Reviewed-by: martin
|
2010-05-24 00:39:57 -04:00 |
|
Weijun Wang
|
37ae69dba3
|
6948781: CertificateFactory.generateCertificate doesn't throw CertificateException for malformed certificate
Reviewed-by: mullan
|
2010-05-24 09:37:16 +08:00 |
|
Lana Steuck
|
f5b5248994
|
Merge
|
2010-05-21 17:49:15 -07:00 |
|
Michael McMahon
|
8f950e676a
|
6773270: java.net.URI fails to escape \u0000
Check for \u0000
Reviewed-by: alanb
|
2010-05-21 07:29:48 +01:00 |
|
Sergey Malenkov
|
cd6f30d3bc
|
6479191: LTP: XMLEncoder does not update initialized property of GridBagConstraints type
Reviewed-by: rupashka
|
2010-05-20 18:44:51 +04:00 |
|
Xueming Shen
|
bb2be852aa
|
6945564: Unicode script support in Character class
6948903: Make Unicode scripts available for use in regular expressions
Added Unicode script suport
Reviewed-by: martin
|
2010-05-18 15:36:47 -07:00 |
|
Xueming Shen
|
6d1dc62ab1
|
4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH
Added new constructors to allow flush() work in Z_SYNC_FLUSH mode
Reviewed-by: martin
|
2010-05-17 12:19:49 -07:00 |
|
Martin Buchholz
|
3927da83d0
|
6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity
Make sure to grow with size => size * 2 + 2
Reviewed-by: dholmes, chegar, ohair
|
2010-05-13 21:56:13 -07:00 |
|
Kelly O'Hair
|
56131863a7
|
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
And adjustments to test problem list.
Reviewed-by: jjg
|
2010-05-12 21:35:55 -07:00 |
|
Lana Steuck
|
6125917976
|
Merge
|
2010-05-11 16:35:36 -07:00 |
|
Martin Buchholz
|
75e3cde928
|
6937857: Concurrent calls to new Random() not random enough
Seed uniquifier should use an independent PRNG
Reviewed-by: dl
|
2010-05-09 16:03:13 -07:00 |
|
Martin Buchholz
|
b455514c89
|
6950540: PriorityQueue(collection) should throw NPE if collection contains a null
Rewrite PriorityQueue constructors for best performance and error handling
Reviewed-by: dholmes, chegar
|
2010-05-09 00:59:49 -07:00 |
|
Lana Steuck
|
fadbc27979
|
Merge
|
2010-05-02 15:54:20 -07:00 |
|
Lana Steuck
|
5d6c7f37ba
|
Merge
|
2010-04-30 11:03:38 -07:00 |
|
Chris Hegarty
|
77a56e5d33
|
6718504: IN6_IS_ADDR_ANY tests only 12 bytes of 16-byte address
Reviewed-by: alanb
|
2010-04-27 09:42:51 +01:00 |
|