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 |
|
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 |
|
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 |
|
Lana Steuck
|
d686419127
|
Merge
|
2011-02-23 10:29:15 -08: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Neil Richards
|
32b8c54ea3
|
6927486: Hashtable writeObject() may deadlock
Do not synchronize on self while writing hash table elements
Reviewed-by: alanb, mduigou
|
2011-02-14 11:00:02 -08:00 |
|
Mike Duigou
|
21d721f9ff
|
Merge
|
2011-02-14 10:48:46 -08:00 |
|
Neil Richards
|
709cabc2f1
|
6934356: Vector.writeObject() serialization may deadlock
No longer synchronize on self while writing other objects.
Reviewed-by: alanb, forax, mduigou, peterjones
|
2011-02-14 10:38:51 -08:00 |
|
Alan Bateman
|
14997b102e
|
7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx)
Reviewed-by: forax
|
2011-02-14 18:30:53 +00:00 |
|
Lana Steuck
|
6641ee235d
|
Merge
|
2011-02-09 10:28:20 -08:00 |
|
Vladimir Yaroslavskiy
|
35f815a7b4
|
7018258: Dual-pivot updates in 7013585 can fail with ArrayIndexOutOfBoundsException
Reviewed-by: alanb
|
2011-02-09 15:59:27 +00:00 |
|
Lana Steuck
|
3899723bda
|
Merge
|
2011-02-08 14:25:33 -08:00 |
|
Lana Steuck
|
458118d44d
|
Merge
|
2011-02-08 14:19:54 -08:00 |
|
Lana Steuck
|
17c4bbff22
|
Merge
|
2011-02-08 14:19:11 -08:00 |
|
Dmitry Nadezhin
|
aa6f495fbe
|
4421494: infinite loop while parsing double literal
Reviewed-by: darcy, alanb
|
2011-02-08 19:31:44 +00:00 |
|
Naoto Sato
|
47a983f28a
|
7015500: Locale.toLanguageTag() uses "und" as lang subtag for private use only Locale
Reviewed-by: srl
|
2011-02-08 09:04:30 -08:00 |
|
Vladimir Yaroslavskiy
|
477c01454f
|
7013585: Dual-pivot quicksort improvements for highly structured (nearly sorted) and data with small periods
Reviewed-by: mduigou, alanb
|
2011-02-08 15:50:30 +00:00 |
|
Alan Bateman
|
6207a0fa9c
|
7003155: (fs) Paths.get(<file-uri>) does not handle escaped octets correctly
Reviewed-by: sherman
|
2011-02-07 13:55:40 +00:00 |
|
Alan Bateman
|
bc1f07b587
|
7012823: TEST_BUG: java/nio/MappedByteBuffer tests leave file mappingsthat prevent clean-up (win)
Reviewed-by: forax
|
2011-02-07 13:53:36 +00:00 |
|
Lana Steuck
|
10439e2650
|
Merge
|
2011-02-04 17:29:16 -08:00 |
|
Andrei Dmitriev
|
af8b8f7e35
|
6741526: KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy) affects created components
Reviewed-by: ant, dcherepanov
|
2011-02-04 17:32:33 +03:00 |
|
Lana Steuck
|
8e2b437a8b
|
Merge
|
2011-02-03 19:15:30 -08:00 |
|
Xueming Shen
|
6435c3ecac
|
7014645: Support perl style Unicode hex notation \x{...}
Added the construct \x{...} for Unicode hex notation support
Reviewed-by: alanb, okutsu
|
2011-02-03 13:49:25 -08:00 |
|
Michael McMahon
|
1d6cc8fc42
|
6751021: TEST_BUG: race condition in the test java/lang/Runtime/exec/Duped.java
Reviewed-by: alanb
|
2011-02-03 12:57:04 +00:00 |
|
Brian Goetz
|
ce8ab39164
|
7012540: java.util.Objects.nonNull() incorrectly named
Reviewed-by: darcy, weijun
|
2011-02-02 13:13:34 -05:00 |
|
Andrew John Hughes
|
0c44452fef
|
7015232: missing copyright header in CheckZOrderChange.java
Add standard GPL header as on other tests
Reviewed-by: anthony
|
2011-02-01 17:44:47 +00:00 |
|
Alan Bateman
|
26b3b9744f
|
7015410: test/java/net/Socks/SocksProxyVersion.java needs to be updated due to 7013420
Reviewed-by: chegar
|
2011-01-28 13:26:14 +00:00 |
|
Alan Bateman
|
256ce3b0ba
|
Merge
|
2011-01-28 09:31:48 +00:00 |
|
Alan Bateman
|
2f37110eca
|
7006126: (fs) Updates to file system API (1/2011)
Reviewed-by: chegar, sherman
|
2011-01-28 09:28:43 +00:00 |
|
Denis Lila
|
c3ccfc3a2f
|
4645692: solveCubic does not return all solutions
More robust solveCubic implementation.
Reviewed-by: flar
|
2011-01-27 16:43:28 -05:00 |
|
Joe Darcy
|
1dd962a92e
|
7013420: Project Coin: remove general expression support from try-with-resources statement
Reviewed-by: alanb
|
2011-01-26 12:32:23 -08:00 |
|
Andrei Dmitriev
|
5c7903af7d
|
6431076: Cursor gets reset to text cursor in xawt TextArea when autoscrolling on append
Reviewed-by: art, anthony
|
2011-01-25 19:07:27 +03:00 |
|
Lana Steuck
|
fce6dbe726
|
Merge
|
2011-01-24 13:24:56 -08:00 |
|
Chris Hegarty
|
e615d63fad
|
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
Reviewed-by: alanb, michaelm
|
2011-01-21 17:02:57 +00:00 |
|
Phil Race
|
6c31af960e
|
6892138: Windows GDI platform font lookup apis affect start-up for small UI apps
Reviewed-by: igor, jgodinez
|
2011-01-21 08:04:04 -08:00 |
|
Lana Steuck
|
e02ca6c7fd
|
Merge
|
2011-01-19 19:35:27 -08:00 |
|
Lana Steuck
|
cb72d9f503
|
Merge
|
2011-01-19 19:00:30 -08:00 |
|
Phil Race
|
d7db7e3515
|
6925760: Scaled graphics can cause overlapped LCD mode strings on Windows for pixel size > 48
Reviewed-by: igor, jgodinez
|
2011-01-14 12:10:45 -08:00 |
|
Michael McMahon
|
f8bfe29fae
|
7003398: NetworkInterface equals() and hashCode() behaviors depend on permissions granted
Reviewed-by: chegar, alanb
|
2011-01-13 16:33:07 +00:00 |
|