Xueming Shen
5b3d1ed37b
7110149: Update the JDK8 bundled zlib library to the latest version 1.2.5
...
Updated to zlib-1.2.5
Reviewed-by: alanb
2011-11-29 11:39:59 -08:00
Neil Richards
c125edce88
7094995: Trailing daemon thread causes continuous GC in agentvm mode
...
Shutdown GcInducingThread once test (successfully) finishes
Reviewed-by: alanb, chegar, dholmes, darcy
2011-11-18 09:03:43 +00:00
Weijun Wang
687f622f95
7115744: Do not call File::deleteOnExit in security tests
...
Reviewed-by: xuelei
2011-11-28 18:16:29 +08:00
Sean Coffey
aba5b47101
7102369: remove java.rmi.server.codebase property parsing from registyimpl
...
7094468: rmiregistry clean up
Reviewed-by: smarks
2011-11-23 14:55:01 +00:00
Gary Adams
6ffc2c3b69
6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
...
Reviewed-by: chegar, dholmes
2011-11-23 12:30:19 +00:00
Xue-Lei Andrew Fan
7115a56a21
7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
...
Also reviewed by Dennis.Gu@oracle.com
Reviewed-by: mullan
2011-11-23 03:40:12 -08:00
Gary Adams
dbdf12e6a5
7114125: TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration
...
Reviewed-by: dholmes, alanb
2011-11-21 12:57:36 +00:00
Gary Adams
0a416094b6
7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
...
Reviewed-by: forax, chegar, dholmes
2011-11-21 12:51:30 +00:00
Gary Adams
325b9e4abb
6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
...
Reviewed-by: alanb, dholmes, forax
2011-11-19 20:03:00 +00:00
Gary Adams
e0de33a847
6731620: TEST_BUG: java/util/Timer/Args.java is too optimistic about the execution time of System.out.printf
...
Reviewed-by: dholmes, forax
2011-11-19 19:59:33 +00:00
Gary Adams
673ab99f16
6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
...
Reviewed-by: dholmes, alanb, forax
2011-11-19 19:55:19 +00:00
Lana Steuck
9240eb2ee9
Merge
2011-11-18 11:11:11 -08:00
Gary Adams
29ad75ff83
7067691: java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
...
Reviewed-by: alanb, mchung
2011-11-17 15:47:34 -08:00
Lana Steuck
9fb09f41b6
Merge
2011-11-14 18:18:22 -08:00
Lana Steuck
613e94ca6f
Merge
2011-11-14 18:15:37 -08:00
Abhijit Saha
f03cbcc678
Merge
2011-11-14 11:52:09 -08:00
Sean Coffey
9e42e3d20a
7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
...
Reviewed-by: alanb
2011-11-11 10:08:40 +00:00
Lana Steuck
6621aee4c0
Merge
2011-11-08 15:38:58 -08:00
Alexandr Scherbatiy
856768a6c0
7107585: Test incorrect calculate position of object on frame
...
Reviewed-by: rupashka
2011-11-08 14:36:50 +03:00
Xueming Shen
b1408532df
7096080: UTF8 update and new CESU-8 charset
...
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
Updated UTF8 and added CESU-8 to following the latest Standard
Reviewed-by: alanb
2011-11-07 13:46:02 -08:00
Lana Steuck
6e582b4002
Merge
2011-11-07 10:26:52 -08:00
Lana Steuck
2152b58b60
Merge
2011-11-05 00:00:43 -07:00
Michael Fang
01d2aff838
Merge
2011-11-03 17:34:41 -07:00
Darryl Mocek
bc99763494
4533691: Add Collections.emptySortedSet()
...
Reviewed-by: mduigou, alanb, dholmes
2011-11-03 13:26:57 -07:00
Yong Jeffrey Huang
7a1eea097c
Merge
2011-10-31 21:45:23 -07:00
Yong Jeffrey Huang
65916660b9
7101495: In Latvia first day of week is Monday
...
Reviewed-by: naoto, peytoia
2011-10-31 21:43:07 -07:00
Yong Jeffrey Huang
8118725827
Merge
2011-10-31 21:38:12 -07:00
Yong Jeffrey Huang
0db43a9227
6755060: Collator.compare() does not compare correctly for the Thai locale
...
Reviewed-by: naoto
2011-10-31 21:30:11 -07:00
Yong Jeffrey Huang
c24783568e
7077119: remove past transition dates from CurrencyData.properties file
...
Reviewed-by: naoto
2011-10-31 20:14:12 -07:00
Y. Srinivas Ramakrishna
e9207384c5
4243978: (ref) Race condition in Reference.enqueue()
...
4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued
The reference handler now declares, and assumes, that the discovered field, rather than the next field, is (to be) used to link the entries in the pending list, thus allowing a reference object to be safely enqueued even while it is in the pending state. Also added slightly modified regression tests from the two bug reports.
Reviewed-by: mchung, alanb, jcoomes
2011-10-31 17:38:15 -07:00
Bradford Wetmore
becccc16ec
7053252: New regression test does not compile on windows-amd64
...
Reviewed-by: valeriep
2011-10-31 16:23:43 -07:00
Bradford Wetmore
089b5b16e3
7105780: Add SSLSocket client/SSLEngine server to templates directory
...
Reviewed-by: xuelei
2011-10-31 11:54:19 -07:00
Xue-Lei Andrew Fan
bdb9312b86
7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore
...
Reviewed-by: weijun
2011-10-28 07:18:54 -07:00
Sean Mullan
17c6b98e84
Merge
2011-10-27 11:01:15 -04:00
Sean Mullan
65b1500ae5
7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM
...
Reviewed-by: xuelei
2011-10-27 10:57:35 -04:00
Weijun Wang
3cd4eaa1f0
7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
...
Reviewed-by: alanb
2011-10-27 17:23:25 +08:00
Lana Steuck
4ed6125359
Merge
2011-10-25 21:54:49 -07:00
Lana Steuck
adfdb3ed81
Merge
2011-10-25 21:53:54 -07:00
Lana Steuck
022b52007c
Merge
2011-10-25 10:51:17 -07:00
Andrew Brygin
8863ec439e
6997116: The case automatically failed due to java.lang.ClassCastException
...
Reviewed-by: jgodinez, prr
2011-10-17 15:20:51 +04:00
Alexandr Scherbatiy
bd73f1cc1d
6955919: Intermittent ClassCastException in bug4492274 test
...
Reviewed-by: rupashka
2011-11-03 14:14:36 +04:00
Sean Chou
c59424668d
7049024: DnD fails with JTextArea and JTextField
...
Reviewed-by: rupashka
2011-11-02 23:53:16 +03:00
Alexandr Scherbatiy
6612f2a7e6
6624077: Regression test fails: closed/javax/swing/ToolTipManager/6256140/bug6256140.java
...
Reviewed-by: rupashka
2011-11-02 14:17:16 +04:00
Michael McMahon
75c70b068f
Merge
2011-10-20 09:26:20 +01:00
Michael McMahon
0ec5b82c85
7102665: Move tests to Problemlist
...
Reviewed-by: chegar, alanb
2011-10-20 09:21:03 +01:00
Kurchi Subhra Hazra
ed977156e5
7102704: test/java/net/DatagramSocket/ChangingAddress.java failing
...
Reviewed-by: chegar
2011-10-20 09:08:38 +01:00
Darryl Mocek
8d1c6cf60e
5029031: Add Collections.checkedQueue()
...
Reviewed-by: mduigou
2011-10-19 14:17:47 -07:00
Bradford Wetmore
d25a9c128f
7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
...
Reviewed-by: xuelei, weijun, asaha
2011-10-18 11:58:57 -07:00
Weijun Wang
ab1010388d
7099399: cannot deal with CRL file larger than 16MB
...
Reviewed-by: xuelei, mullan
2011-10-17 17:11:26 +08:00
Sean Mullan
8dd8726505
Merge
2011-10-13 13:53:13 -04:00