Rob McKenna
|
2dca3dc06b
|
8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
Reviewed-by: alanb, martin
|
2012-10-15 03:26:11 +01:00 |
|
Jim Gish
|
48ba63e9e0
|
7146552: java/util/logging/LoggingMXBeanTest.java failing intermittently
Reviewed-by: alanb, mchung
|
2012-10-13 10:15:57 +01:00 |
|
Lana Steuck
|
3567fc5460
|
Merge
|
2012-10-12 14:52:24 -07:00 |
|
Rob McKenna
|
7b940bac40
|
7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
Reviewed-by: alanb, martin, dholmes
|
2012-10-11 18:24:38 +01:00 |
|
Dan Xu
|
6e283062c6
|
7186817: Remove Windows 95/98/ME Support
Reviewed-by: alanb
|
2012-10-11 11:47:05 +01:00 |
|
Sean Coffey
|
23b1ff04af
|
7181793: Socket getOutputStream create streams that cannot be GC'ed until Socket is closed
Reviewed-by: alanb, chegar
|
2012-10-09 19:45:17 +01:00 |
|
Naoto Sato
|
04816adee5
|
7200341: DateFormatSymbols.hashCode() throws ArrayIndexOutOfBoundsException in some circumstances
Reviewed-by: okutsu
|
2012-10-09 09:59:05 -07:00 |
|
Lana Steuck
|
703702096b
|
Merge
|
2012-10-08 15:39:33 -07:00 |
|
Alan Bateman
|
18688c3a56
|
8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
Reviewed-by: mchung, forax
|
2012-10-06 13:56:16 +01:00 |
|
Naoto Sato
|
eeac68872b
|
7198834: HOST Adapter: one extra empty space in the end of the pattern string
Reviewed-by: okutsu
|
2012-10-05 09:57:50 -07:00 |
|
Naoto Sato
|
0dcbdaafba
|
Merge
|
2012-10-04 21:05:06 -07:00 |
|
Naoto Sato
|
efea116274
|
7200119: Collator.getAvailableLocales() doesn't return Locale.US
Reviewed-by: okutsu
|
2012-10-04 21:03:36 -07:00 |
|
Rob McKenna
|
2102c5a5b6
|
7184932: Remove the temporary Selector usage in the NIO socket adapters
Reviewed-by: alanb
|
2012-10-04 19:53:08 +01:00 |
|
Naoto Sato
|
3caba25f6b
|
7196799: CLDR adapter can not be invoked when region code is specified in Locale
7197573: java/util/Locale/LocaleProviders.sh failed
Reviewed-by: okutsu
|
2012-10-04 10:04:56 -07:00 |
|
Yuka Kamiya
|
64b949310f
|
7196316: Wrong rounding mode in DecimalFormat after deserialization
Reviewed-by: okutsu
|
2012-10-04 11:36:22 +09:00 |
|
Oleg Pekhovskiy
|
ebff918cc7
|
7171412: awt Choice doesn't fire ItemStateChange when selecting item after select() call
Reviewed-by: art, denis
|
2012-10-03 21:01:47 +04:00 |
|
Yuka Kamiya
|
c3026d4a59
|
7104012: AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars
Reviewed-by: okutsu
|
2012-10-03 15:11:28 +09:00 |
|
Paul Sandoz
|
25c830b9d5
|
7197642: (sl) ServiceLoader.load(null) doesn't throw NPE
Reviewed-by: alanb
|
2012-10-02 10:36:05 +01:00 |
|
Olivier Lagneau
|
b6ea800f9b
|
7050528: Improve performance of java.text.DecimalFormat.format() call stack
Reviewed-by: darcy
|
2012-10-02 10:11:57 +01:00 |
|
Lana Steuck
|
4156261cf3
|
Merge
|
2012-09-28 14:56:38 -07:00 |
|
Lana Steuck
|
9c0a331d78
|
Merge
|
2012-09-28 10:54:12 -07:00 |
|
Dan Xu
|
f41a30cb5c
|
6950237: Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT
Reviewed-by: alanb
|
2012-09-28 11:14:20 +01:00 |
|
Yuka Kamiya
|
5a3a2dc308
|
7069824: Support for BCP47 locale matching
Reviewed-by: naoto, okutsu
|
2012-09-28 14:14:26 +09: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 |
|
Alexander Scherbatiy
|
8bb2411d34
|
7124515: [macosx] Test fail like 6366126 (ArrayIndexOutOfBoundException pressing ENTER after removing items)
Reviewed-by: serb, anthony
|
2012-09-26 18:59:12 +04:00 |
|
Sergey Bylokhov
|
08c6d03264
|
7160627: [macosx] TextArea has wrong initial size
7124213: [macosx] pack() does ignore size of a component; doesn't on the other platforms
Reviewed-by: anthony, art
|
2012-09-24 21:33:41 +04: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 |
|
Alexander Scherbatiy
|
aca74a151c
|
7199180: [macosx] Dead keys handling for input methods
Reviewed-by: kizune, anthony
|
2012-09-21 13:48:06 +04:00 |
|
Lana Steuck
|
15bdd03998
|
Merge
|
2012-09-19 12:41:54 -07: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 |
|
Konstantin Shefov
|
67cc344382
|
7190587: Open source and jtreg'ify JAWT regression test
Reviewed-by: anthony, omajid
|
2012-09-18 17:38:40 +04: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 |
|
Mike Duigou
|
25570f8d69
|
7198988: re-order paramaters for Collision.java @run
Reviewed-by: alanb
|
2012-09-17 11:36:10 -07:00 |
|
Weijun Wang
|
8e21ad5768
|
7198205: CloseTest fails on mac
Reviewed-by: alanb, chegar, michaelm
|
2012-09-17 17:19:50 +08:00 |
|
Lana Steuck
|
a60a81b964
|
Merge
|
2012-09-14 14:10:01 -07:00 |
|
Alexander Scherbatiy
|
8b54dc6ea9
|
7196547: [macosx] Implement dead key detection for KeyEvent
Reviewed-by: skovatch, kizune
|
2012-09-14 15:30:46 +04:00 |
|
Oleg Pekhovskiy
|
08a51f1378
|
7186109: Simplify lock machinery for PostEventQueue & EventQueue
Reviewed-by: art, anthony, dholmes
|
2012-09-13 19:53:13 +04: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 |
|
Sergey Malenkov
|
c14183f376
|
7193977: REGRESSION:Java 7's JavaBeans persistence ignoring the "transient" flag on properties
Reviewed-by: rupashka
|
2012-09-11 10:58:39 +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 |
|
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 |
|
Mikael Gerdin
|
cfefd5fc47
|
7195557: NPG: Unexpected number of memory pools
Update management tests to work with a VM without a permanent generation memory pool
Reviewed-by: rbackman, brutisso, sla, dholmes
|
2012-09-06 14:07:12 +02:00 |
|
Lana Steuck
|
a1878f7d14
|
Merge
|
2012-09-05 20:03:19 -07:00 |
|
Lana Steuck
|
2216719923
|
Merge
|
2012-09-05 17:33:52 -07:00 |
|
John Coomes
|
6ecb1dc545
|
Merge
|
2012-09-05 12:58:45 -07:00 |
|
Lana Steuck
|
9014f4ced0
|
Merge
|
2012-09-05 11:59:27 -07:00 |
|
Sergey Malenkov
|
2276a38632
|
7195106: REGRESSION : There is no way to get Icon inf, once Softreference is released
Reviewed-by: rupashka
|
2012-09-04 20:50:44 +04:00 |
|