Anthony Petrov
b3582e243e
7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
...
Always create an EQ for the main AppContext in SunToolkit constructor
Reviewed-by: art
2011-12-20 12:48:01 +03:00
Stephen Flores
a8ad56bd5c
6990617: Regular expression doesn't match if unicode character next to a digit
...
Updated RemoveQEQuotation() to deal with this case correctly
Reviewed-by: sherman
2011-12-19 14:14:14 -08:00
Brandon Passanisi
6702bf177f
7087549: (fs) Files.newInputStream throws UOE for custom provider options
...
Reviewed-by: alanb
2011-12-17 20:07:14 +00:00
Lana Steuck
ea01b60d82
Merge
2011-12-16 12:12:17 -08:00
Chris Hegarty
d680725432
7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
...
Reviewed-by: michaelm
2011-12-16 16:09:41 +00:00
Lana Steuck
f1c7c499bf
Merge
2011-12-15 19:52:13 -08:00
Michael Fang
638f43b009
Merge
2011-12-15 11:29:58 -08:00
Alexander Scherbatiy
84ee878ee3
7120869: javax/swing/JScrollBar/4708809/bug4708809.java fails on Windows
...
The robot auto-delay is increased to fix the test failing on Windows.
Reviewed-by: alexp
2011-12-13 17:30:21 +04:00
Alexander Scherbatiy
b633dc9918
7112931: closed/javax/swing/JTabbedPane/6416920/bug6416920.java fails on MacOS
...
Reviewed-by: alexp
2011-12-13 15:32:28 +04:00
Yong Jeffrey Huang
092bb45d80
7003124: In Bulgarian Locale DateFormat is wrong
...
Reviewed-by: naoto, peytoia
2011-12-12 18:21:42 -08:00
Kelly O'Hair
f5bfcb05b2
7119829: Adjust default jprt testing configuration
...
Reviewed-by: alanb
2011-12-12 08:17:28 -08:00
Alexander Scherbatiy
43c224b608
7105890: closed/javax/swing/JScrollBar/4708809/bug4708809.java deadlocks on MacOS
...
Reviewed-by: alexp
2011-12-12 15:33:49 +04:00
Doug Lea
87062ca29f
7118066: Warnings in java.util.concurrent package
...
Reviewed-by: chegar, dholmes
2011-12-12 10:45:54 +00:00
Lana Steuck
2850e97062
Merge
2011-12-06 20:25:20 -08:00
Brandon Passanisi
4744f6dd1d
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
...
Updated the incorrect StringBuilder constructor usage
Reviewed-by: dholmes, sherman
2011-12-05 10:50:14 -08:00
Alan Bateman
5751fb4a86
7117717: (aio) Tests failing due to implementation bug 7052549
...
Reviewed-by: weijun, chegar
2011-12-05 12:23:46 +00:00
Darryl Mocek
689ccf050d
5035850: (str) String.CASE_INSENSITIVE_ORDER should override readResolve()
...
Fix to ensure singleton property of String.CaseInsensitiveComparator is maintained through de/serialization.
Reviewed-by: alanb, forax, smarks, dholmes
2011-12-02 16:25:35 -08:00
Yuka Kamiya
ed8a1e0c94
7056472: Speed up test/java/util/ResourceBundle/Control/ExpirationTest.sh
...
Reviewed-by: okutsu
2011-12-02 16:09:14 +09:00
Chris Hegarty
02a9029229
7116722: Miscellaneous warnings sun.misc ( and related classes )
...
Reviewed-by: alanb, darcy, forax, hawtin, lancea
2011-12-01 11:09:54 +00:00
Lana Steuck
cb909e068c
Merge
2011-11-30 12:06:49 -08:00
Alexandr Scherbatiy
407d05d5e8
7115357: closed/javax/swing/JTable/6263446/bug6263446Table.java fails on MacOS
...
Reviewed-by: rupashka
2011-11-30 19:38:56 +04:00
Alexandr Scherbatiy
988204b65e
7110440: closed/javax/swing/JScrollBar/4865918/bug4865918.java fails on Aqua L&F
...
Reviewed-by: rupashka
2011-11-30 16:54:27 +04:00
Lana Steuck
5a5111e51f
Merge
2011-11-29 15:57:33 -08:00
Lana Steuck
cde4fd9054
Merge
2011-11-29 13:49:18 -08:00
Xueming Shen
8df2ceb118
7109837: Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
...
Added methods Adler32/CRC32.update(ByteBuffer)
Reviewed-by: alanb
2011-11-29 13:05:35 -08:00
Lana Steuck
a7460d5856
Merge
2011-11-29 12:04:55 -08:00
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
Alexandr Scherbatiy
6087c7f96c
7112925: closed/javax/swing/JTabbedPane/4624207/bug4624207.java fails on MacOS
...
Reviewed-by: rupashka
2011-11-29 12:47:30 +03:00
Lana Steuck
95e9cd174d
Merge
2011-11-28 15:15:50 -08:00
Alexandr Scherbatiy
e8cf8cce56
7113337: Swing closed test tries to click in the area reserved for resize by Mac OS X
...
Reviewed-by: rupashka
2011-11-25 11:52:23 +03: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
Alexandr Scherbatiy
20168f092c
7109085: Test use hotkeys not intended for Mac
...
Reviewed-by: rupashka
2011-11-21 18:22:30 +04: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
John Coomes
6da51f66cd
Merge
2011-11-18 16:57:01 -08:00
Lana Steuck
7bcad978ba
Merge
2011-11-18 15:49:09 -08:00
Lana Steuck
9240eb2ee9
Merge
2011-11-18 11:11:11 -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
Gary Adams
29ad75ff83
7067691: java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
...
Reviewed-by: alanb, mchung
2011-11-17 15:47:34 -08:00
Stuart Marks
348fa7b88e
7112267: clean up fix for 7110700
...
Reviewed-by: dmeetry
2011-11-17 15:04:46 -08:00
Oleg Pekhovskiy
3cf1d6ac15
7108598: Pogo Table Games freeze with JDK 7
...
Reviewed-by: art, ant
2011-11-16 15:40:59 +04: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
Sergey Malenkov
1612a6cb79
7110521: Regression test failed: Introspector/TestTypeResolver.java
...
Reviewed-by: rupashka
2011-11-14 14:38:36 +04:00
Alexandr Scherbatiy
1131098297
7109617: Test was writed for Metal L&F but not set it
...
Reviewed-by: rupashka
2011-11-14 14:00:05 +04:00
Stuart Marks
d6e13af09c
7110700: Enhance exception throwing mechanism in ObjectStreamClass
...
Reviewed-by: dmeetry, hawtin
2011-11-11 15:22:11 -08:00
Sean Coffey
9e42e3d20a
7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
...
Reviewed-by: alanb
2011-11-11 10:08:40 +00:00
Sergey Malenkov
6a9b345420
7087429: Constructor of java.beans.PropertyChangeEvent should declare thrown NPE for null source
...
Reviewed-by: rupashka
2011-11-10 17:37:29 +04:00
Sergey Malenkov
cc590754f3
7092744: XMLEncoder fails to encode and breaks backward compatibility
...
Reviewed-by: rupashka
2011-11-10 17:35:16 +04:00
Sergey Malenkov
4ec2080620
7087876: java/beans/PropertyDescriptor.html#createPropertyEditor() throws RE if editor cannot be created
...
Reviewed-by: rupashka
2011-11-10 17:32:20 +04:00
Sergey Malenkov
0fdddc243e
7064279: Introspector.getBeanInfo() should release some resources in timely manner
...
Reviewed-by: art, alexp
2011-11-10 17:27:40 +04:00
Charles Lee
2eda2d142d
6938583: Unexpected NullPointerException by InputContext.endComposition()
...
Reviewed-by: rupashka
2011-11-10 14:10:54 +04:00
Christian Thalinger
82266506f2
7109063: JSR 292: fix for 7085860 is incomplete
...
Reviewed-by: iveresov, alanb, jrose
2011-11-09 00:46:13 -08: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
Christian Thalinger
b8587b3878
7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
...
Reviewed-by: jrose, never
2011-11-02 02:03:30 -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
Alex Menkov
159d2cd692
7088367: JavaSound security issue (12865443)
...
Reviewed-by: denis
2011-10-26 14:00:18 +04: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
Sean Mullan
4bc227715b
6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
...
Reviewed-by: mchung
2011-10-13 13:50:17 -04:00
Vinnie Ryan
e6e820c647
7099228: Use a PKCS11 config attribute to control encoding of an EC point
...
Reviewed-by: valeriep, mullan
2011-10-13 12:00:51 +01:00
Lana Steuck
8eac661507
Merge
2011-10-12 12:26:03 -07:00
Lana Steuck
9e05d4f813
Merge
2011-10-12 12:25:03 -07:00
Naoto Sato
f54e7ec9bc
7027061: Testcase failure: java/util/Locale/Bug6989440.java - java.util.ConcurrentModificationException
...
Reviewed-by: dholmes, chegar
2011-10-12 12:12:25 -07:00
Alexandr Scherbatiy
6fb68448cc
7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
...
Reviewed-by: rupashka
2011-10-11 15:22:40 +04:00
Xue-Lei Andrew Fan
3c41c66fb1
7096936: issue in jsse/runtime
...
7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
Reviewed-by: wetmore, jdn, xuelei
2011-09-30 18:47:53 -07:00
Xue-Lei Andrew Fan
73b50710f0
7064341: jsse/runtime security problem
...
Reviewed-by: wetmore
2011-09-29 17:31:30 -07:00
Chris Hegarty
e92787f075
7098755: test/sun/misc/JarIndex/metaInfFilenames/Basic.java should use supported compiler interface
...
Reviewed-by: mcimadamore
2011-10-10 15:29:24 +01:00
Vinnie Ryan
a3fcc12dc8
7094377: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps
...
Reviewed-by: chegar
2011-10-07 14:09:53 +01:00
Chris Hegarty
1d5bbbec86
7095949: java/net/URLConnection/RedirectLimit.java and Redirect307Test fail intermittently
...
Reviewed-by: alanb
2011-10-04 16:37:08 +01:00
Kurchi Subhra Hazra
ebd4f912d7
6953455: CookieStore.add() cannot handle null URI parameter, contrary to the API
...
Reviewed-by: chegar, mduigou
2011-10-04 13:48:41 +01:00
Weijun Wang
650bd8320d
7077646: gssapi wrap for CFX per-message tokens always set FLAG_ACCEPTOR_SUBKEY
...
Reviewed-by: valeriep
2011-09-28 14:21:11 +08:00
Weijun Wang
a912e7557c
7077640: gss wrap for cfx doesn't handle rrc != 0
...
Reviewed-by: valeriep
2011-09-28 14:21:10 +08:00
Weijun Wang
a099202006
7089889: Krb5LoginModule.login() throws an exception if used without a keytab
...
Reviewed-by: xuelei, valeriep
2011-09-28 14:21:10 +08:00
Lana Steuck
3d1e626d8f
Merge
2011-09-26 14:32:38 -07:00
Kurchi Subhra Hazra
8987ea2bdf
7084030: DatagramSocket.getLocalAddress inconsistent on XP/2003 when IPv6 enabled and socket is connected
...
Use family of connected IP address to retrieve desired local address of the datagram socket
Reviewed-by: chegar
2011-09-26 11:48:37 -07:00
Chris Hegarty
2d492ea7e1
7094141: test/sun/misc/JarIndex/metaInfFilenames/Basic.java no longer compiles
...
Reviewed-by: alanb
2011-09-26 15:04:59 +01:00
Pavel Porvatov
3cfef23dff
7088744: SwingUtilities.isMiddleMouseButton does not work with ALT/Meta keys
...
Reviewed-by: alexp
2011-09-26 17:37:08 +04:00
Weijun Wang
0ac639e5b0
7094842: test/javax/security/auth/Subject/{Synch.java,Synch2.java,Synch3.java} loop forever in agentvm mode
...
Reviewed-by: alanb
2011-09-26 17:13:47 +08:00
Doug Lea
2d19ea519b
7091003: ScheduledExecutorService never executes Runnable with corePoolSize of zero
...
Reviewed-by: dholmes, chegar
2011-09-23 14:24:04 +01:00
Joe Darcy
82e488e3ae
7092404: Add Math.nextDown and Double.isFinite
...
Reviewed-by: mduigou
2011-09-21 23:22:11 -07:00
Weijun Wang
035522bd7a
7092627: use agentvm mode instead of samevm in regtests
...
Reviewed-by: alanb, dsamersoff
2011-09-22 12:05:26 +08:00
Stuart Marks
6f12fe9039
7092186: adjust package access in rmiregistry
...
Reviewed-by: asaha, coffeys
2011-09-21 15:37:52 -07:00
Michael McMahon
9486648fdf
Merge
2011-09-21 14:54:38 +01:00
Michael McMahon
98f96fac17
7079012: test/java/net/NetworkInterface/NetParamsTest.java fails with SocketException getting mac address
...
Reviewed-by: chegar, alanb
2011-09-21 14:51:01 +01:00
David Holmes
d9b7e6c18c
7012206: ~20 tools tests failing due to -XX:-UsePerfData default in Java SE Embedded
...
Explicitly enable UsePerfData for the tools that require it to be enabled
Reviewed-by: alanb, ohair
2011-09-20 22:20:05 -04:00
Joe Darcy
5b7643e258
7091682: Move sun.misc.FpUtils code into java.lang.Math
...
Reviewed-by: alanb
2011-09-18 18:14:07 -07:00
Joe Darcy
30d2b45bd8
6879143: java.math.BigInteger misses the xxxValueExact methods
...
Reviewed-by: alanb
2011-09-14 11:32:11 -07:00
Sean Coffey
81d33c4727
7082769: FileInputStream/FileOutputStream/RandomAccessFile allow file descriptor be closed when still in use
...
Reviewed-by: alanb
2011-09-13 11:21:51 +01:00
Lana Steuck
7189a0b227
Merge
2011-09-10 21:30:20 -07:00
Alan Bateman
b1fadc8f75
7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile
...
Reviewed-by: darcy, jrose
2011-09-10 14:55:14 +01:00
Weijun Wang
700ceee11e
7047200: keytool safe store
...
Reviewed-by: xuelei
2011-09-09 11:18:18 +08:00
Weijun Wang
6b8980e983
7087428: move client tests out of jdk_misc
...
Reviewed-by: alanb, ohair
2011-09-08 09:04:28 +08:00
Mandy Chung
34e0b54108
7078024: Update JDK service tag for JDK 8
...
Reviewed-by: paulk
2011-09-07 13:42:34 -07:00
Joe Darcy
a1f5f73508
7086192: (reflect) Have TypeVariable extend AnnotatedElement
...
Reviewed-by: mcimadamore
2011-09-06 21:19:31 -07:00
Weijun Wang
ba77c3a48f
7067974: multiple ETYPE-INFO-ENTRY with same etype and different salt
...
Reviewed-by: valeriep
2011-09-07 08:56:55 +08:00
Lana Steuck
3c59a998c6
Merge
2011-09-05 23:58:19 -07:00
Weijun Wang
b0fb95c8d3
7081411: DSA keypair generation affected by Solaris bug
...
Reviewed-by: xuelei, mullan, alanb
2011-09-05 18:17:55 +08:00
Sergey Kuksenko
238bb5d3bb
7082971: More performance tuning of BigDecimal and other java.math classes
...
Reviewed-by: darcy
2011-09-01 23:00:09 -07:00
Chris Hegarty
bfeee8da4d
7041800: URI.equals may incorrectly return true with escaped octets
...
Reviewed-by: alanb, michaelm
2011-09-01 13:53:59 +01:00
Chris Hegarty
db62441424
7014860: Socket.getInputStream().available() not clear for shutdown input
...
Reviewed-by: alanb, michaelm
2011-09-01 06:45:00 +01:00
Weijun Wang
a37d582eec
7083664: test hard code of using c:/temp but this dir might not exist
...
Reviewed-by: xuelei, ohair
2011-08-31 09:22:50 +08:00
Weijun Wang
5dcff7325d
7083576: add javax/xml/crypto into jdk_security2
...
Reviewed-by: mullan
2011-08-30 10:46:27 +08:00
Lana Steuck
c14374f7f5
Merge
2011-08-29 14:29:23 -07:00
Sean Mullan
570739157d
Merge
2011-08-29 12:23:54 -04:00
Sean Mullan
e96d7e3af4
7024771: "\\<>" in attribute value part of X500Principal constructor parameter makes strange effect
...
Reviewed-by: vinnie
2011-08-29 12:22:06 -04:00
Xue-Lei Andrew Fan
8e853c8484
7059542: JNDI name operations should be locale independent
...
Reviewed-by: weijun
2011-08-29 05:55:26 -07:00
Pavel Porvatov
1dbae5e7cf
7030332: Default borders in tables looks incorrect JEditorPane
...
Reviewed-by: peterz
2011-08-29 16:25:04 +04:00
Xueming Shen
580eaf6b7a
Merge
2011-08-26 15:40:32 -07:00
Xueming Shen
2825119dca
7077769: (zipfs) ZipFileSystem.writeCEN() writes wrong "data size" for ZIP64 extended information extra field
...
Fixed the wrong size when writing out the cen table for ZIP64
Reviewed-by: alanb
2011-08-26 15:36:21 -07:00
Kurchi Subhra Hazra
f953b5c397
7060243: (dc) Multicasting tests fail on Windows XP if IPv6 is enabled
...
Reviewed-by: alanb
2011-08-26 22:24:12 +01:00
Kurchi Subhra Hazra
72c1f57f87
7044870: java/nio/channels/DatagramChannel/SelectWhenRefused.java failed on SUSE Linux 10
...
Reviewed-by: alanb, chegar
2011-08-25 16:08:31 +01:00
Steve Poole
a5751d5e01
7068328: BufferPoolMXBean and PlatformLoggingMXBean getObjectName may return null
...
Reviewed-by: alanb
2011-08-23 10:35:50 -07:00
Joe Darcy
d0bd4f51ce
6476261: (reflect) GenericSignatureFormatError When signature includes nested inner classes
...
6832374: (reflect) malformed signature can cause parser to go into infinite loop
7052898: (reflect) SignatureParser will accept strings outside of the grammar
Various signature parsing fixes; additional review by sonali.goel@oracle.com
Reviewed-by: alanb
2011-08-22 17:12:48 -07:00
Alan Bateman
92aac562e6
Merge
2011-08-22 16:05:38 +01:00
Alan Bateman
ec94102c63
7081813: ProblemList.txt updates (8/2011)
...
Reviewed-by: weijun, mchung
2011-08-22 16:04:04 +01:00
Sean Chou
3217c0283e
7023713: HttpCookie.domainMatches("hostname.local", "hostname") should return true
...
Reviewed-by: chegar
2011-08-22 14:09:28 +01:00
Weijun Wang
f09e1c6f2d
7043847: NTML impl of SaslServer throws UnsupportedOperationException from (un)wrap method
...
7043860: NTML impl of SaslServer doesn't throw ISE from getAuthorizationID() method
7043882: NTML impl of SaslServer doesn't throw ISE from getNegotiatedProperty() method
7043938: NTML impl of SaslClientFactory throws NPE instead of SaslException
7043959: NTML impl of SaslClientFactory throws NPE for null CallBackHandler instance
Reviewed-by: vinnie
2011-08-19 13:42:40 +08:00
Alan Bateman
9c5193ff42
7015589: (spec) BufferedWriter.close leaves stream open if close of underlying Writer fails
...
Reviewed-by: forax, mduigou
2011-08-18 16:47:20 +01:00
Lana Steuck
c1db9a4de0
Merge
2011-08-17 22:47:37 -07:00
Lana Steuck
7c6bbdcd3e
Merge
2011-08-17 22:47:12 -07:00
Xueming Shen
2304b235a1
Merge
2011-08-17 14:18:30 -07:00
Michael Fang
614fdf63b3
Merge
2011-08-17 14:18:26 -07:00
Xueming Shen
0ec73ca081
6237353: Remove sun.io package from j2se binary
...
Removed sun.io package and related test cases
Reviewed-by: alanb
2011-08-17 14:14:21 -07:00
Weijun Wang
f661cbe157
7079204: add several security and networking tests to problems list
...
Reviewed-by: smarks
2011-08-16 08:53:03 +08:00
Naoto Sato
9cc89c7e8c
7079486: Locale.getDisplayScript() (no args) does not honor default DISPLAY locale
...
Reviewed-by: okutsu
2011-08-17 11:09:20 -07:00
Yong Jeffrey Huang
f5cc085a5b
7066203: Update currency data to the latest ISO 4217 standard
...
Reviewed-by: naoto
2011-08-14 23:46:08 -07:00
Weijun Wang
444f4d009b
7079144: concise_jarsigner.sh test often fails on solaris
...
Reviewed-by: xuelei
2011-08-15 11:43:09 +08:00
Weijun Wang
f769f7067f
7078816: /test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failure
...
Reviewed-by: alanb
2011-08-15 10:42:41 +08:00
Stuart Marks
fb01d942c3
7076526: add test MemoryMXBean/CollectionUsageThreshold to the problem list
...
Reviewed-by: weijun, alanb
2011-08-12 14:51:48 -07:00
Joe Darcy
0cb631bf43
4900206: Include worst-case rounding tests for Math library functions
...
Reviewed-by: alanb
2011-08-12 13:36:39 -07:00
Weijun Wang
16f1845614
7078355: sun/net/www/protocol/file/DirPermissionDenied.sh leaves garbage on some linux systems
...
Reviewed-by: chegar
2011-08-12 21:04:50 +08:00
Pavel Porvatov
382ff0afff
7071609: javax/swing/JPopupMenu/6694823/bug6694823.java failed on solaris10
...
Reviewed-by: alexp
2011-08-12 15:53:29 +04:00
Weijun Wang
610c9dd4e3
7055363: jdk_security3 test target cleanup
...
Reviewed-by: alanb, xuelei
2011-08-12 12:26:31 +08:00
Weijun Wang
d159e01aeb
7076415: sun/security/krb5/runNameEquals.sh failed on sles 10
...
Reviewed-by: xuelei
2011-08-12 11:20:45 +08:00
Patrick Reinhart
c7b1e7e929
7077451: SerialLob, SerialClob have the wrong checks for setStream methods
...
Reviewed-by: alanb
2011-08-10 16:23:56 -04:00
Chris Hegarty
59d409ada5
7076523: TEST_BUG: test/java/net/NetworkInterface/NetParamsTest.java can fail with NPE
...
Reviewed-by: alanb
2011-08-10 12:30:29 +01:00
Lana Steuck
a98318b827
Merge
2011-08-09 17:38:52 -07:00
Chris Hegarty
d011e3ddeb
7076756: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails to cleanup in Cygwin
...
Reviewed-by: alanb, dcubed
2011-08-09 16:59:44 +01:00
Chris Hegarty
ac490e2fce
7073295: TEST_BUG: test/java/lang/instrument/ManifestTest.sh causing havoc (win)
...
Reviewed-by: mchung
2011-08-09 16:39:04 +01:00
Mandy Chung
a6a40fcabe
7012365: TEST_BUG: test/java/nio/charset/spi/basic.sh can be run with Cygwin
...
Reviewed-by: darcy
2011-08-08 16:27:41 -07:00
Mandy Chung
ebe985c1ec
7036518: TEST_BUG: add cygwin support to test/java/nio/charset/coders/CheckSJISMappingProp.sh
...
7036519: TEST_BUG: add cygwin support to test/demo/zipfs/basic.sh
Reviewed-by: sherman
2011-08-08 16:26:25 -07:00
Lana Steuck
c25444afe2
Merge
2011-08-05 16:03:00 -07:00
Lana Steuck
6f1fb5f81b
Merge
2011-08-05 15:35:04 -07:00
Mike Duigou
80af4650a8
7073296: Executable.equalParamTypes() incorrectly returns true when the number of params differs
...
Reviewed-by: alanb, darcy
2011-08-04 08:53:16 -07:00
Weijun Wang
840e8200ad
7061379: [Kerberos] Cross-realm authentication fails, due to nameType problem
...
Reviewed-by: valeriep
2011-08-04 18:18:45 +08:00
Lana Steuck
645d027b78
Merge
2011-08-01 17:40:38 -07:00
Sergey Bylokhov
ceb052fc3f
7068060: closed/java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java failed on windows
...
Reviewed-by: art, dcherepanov
2011-08-01 17:05:16 +04:00
Xue-Lei Andrew Fan
2ee0410a0c
7068662: Reserve and restore the default locale
...
Reviewed-by: alanb, weijun
2011-07-29 02:50:58 -07:00
Pavel Porvatov
eeacd60822
7071166: LayoutStyle.getPreferredGap() - IAE is expected but not thrown
...
Reviewed-by: peterz
2011-07-28 18:24:54 +04:00
Chris Hegarty
281db94b24
6670868: StackOverFlow with bad authenticated Proxy tunnels
...
Reviewed-by: michaelm
2011-07-27 18:10:10 +01:00
Weijun Wang
a87de29538
6330275: Rework the PaddingTest regression test
...
Reviewed-by: wetmore, smarks
2011-07-22 10:25:46 +08:00
Chris Hegarty
b59690c5a0
7068416: Lightweight HTTP Server should support TCP_NODELAY
...
Reviewed-by: alanb, michaelm
2011-07-21 17:28:10 +01:00
Kumar Srinivasan
2b42b78393
7067922: (launcher) java -jar throws NPE if JAR file does not contain Main-Class attribute
...
Reviewed-by: darcy, ohair, alanb, mduigou
2011-07-19 10:58:50 -07:00
Chris Hegarty
39aba3b4cf
7021280: SocketPermission should accept wildcards
...
Reviewed-by: michaelm
2011-07-18 22:25:58 +01:00
Alan Bateman
c51b78d5de
7068059: Update jdk/test/ProblemList.txt
...
Reviewed-by: mchung, chegar
2011-07-18 13:10:02 +01:00
John R Rose
8b3e857aab
7058651: JSR 292 unit tests need a refresh
...
Enhancements to unit tests.
Reviewed-by: never, twisti
2011-07-16 15:44:33 -07:00
John R Rose
30257105cb
7058630: JSR 292 method handle proxy violates contract for Object methods
...
Reviewed-by: never, twisti
2011-07-16 15:40:13 -07:00
Sergey Bylokhov
8dd448e6b8
6596915: JCK-runtime-6a/tests/api/java_awt/Component/index.html tesPaintAll fails
...
Reviewed-by: art, dcherepanov, anthony
2011-07-15 19:23:03 +04:00
Lana Steuck
ad248b8245
Merge
2011-07-14 18:57:55 -07:00
Doug Lea
517763ddf1
7057320: test/java/util/concurrent/Executors/AutoShutdown.java failing intermittently
...
Add retry/timeout for checking activeCount
Reviewed-by: chegar
2011-07-13 12:24:56 +01:00
John R Rose
8eddf40f8b
Merge
2011-07-13 01:40:55 -07:00
Doug Lea
082623e70e
7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently
...
Reviewed-by: chegar
2011-07-12 15:23:23 +01:00
Lana Steuck
539b623427
Merge
2011-07-11 16:54:21 -07:00
Yuka Kamiya
53c7e90bff
7051769: java.text.Bidi.toString() output is wrong
...
Reviewed-by: okutsu
2011-07-12 08:46:49 +09:00
Yuka Kamiya
d3669b49eb
7042148: closed/java/awt/font/TextLayout/CheckLayoutLTR.java failed
...
Reviewed-by: okutsu
2011-07-12 08:00:12 +09:00
Yuka Kamiya
f0b57adba4
7012364: test/java/util/Locale/LocaleCategory.sh fails on Cygwin
...
Reviewed-by: okutsu
2011-07-12 07:32:29 +09:00
Oleg Pekhovskiy
7e5574e3f8
7050935: closed/java/awt/Choice/WheelEventsConsumed/WheelEventsConsumed.html fails on win32
...
Reviewed-by: art, dcherepanov
2011-07-11 15:59:29 +04:00
Sean Coffey
c27746be10
7041125: LDAP API does not catch malformed filters that contain two operands for the ! operator
...
Reviewed-by: weijun, xuelei
2011-07-05 15:25:10 +01:00
Lana Steuck
29d2bf8bb4
Merge
2011-06-30 14:18:40 -07:00
Lana Steuck
2e1c7da277
Merge
2011-06-30 14:16:48 -07:00
Michael McMahon
f9cb1ca594
7058832: com/sun/net/httpserver/bugs/B6373555.java failing intermittently
...
Reviewed-by: alanb
2011-06-28 10:07:41 +01:00
Michael McMahon
27d3dc1f41
7059777: Remove lang tests from Problemlist.txt
...
Reviewed-by: alanb
2011-06-27 12:15:27 +01:00
Denis Lila
3f2da7c5b6
7049339: AnyBlit is broken with non-rectangular clips
...
Reviewed-by: flar
2011-06-24 16:22:50 -04:00
Alan Bateman
a02c5e28fb
6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long
...
Reviewed-by: chegar
2011-06-24 19:30:39 +01:00
Lana Steuck
371dfdfc58
Merge
2011-06-23 14:56:38 -07:00
Xue-Lei Andrew Fan
58f8a03a50
7057022: test/sun/security/pkcs11/fips/ClientJSSEServerJSSE.java has invalid jtreg tags
...
Reviewed-by: weijun
2011-06-23 04:23:50 -07:00
Chris Hegarty
6482ba14aa
7021010: java/lang/Thread/ThreadStateTest.java fails intermittently
...
Reviewed-by: dholmes, alanb, mchung
2011-06-23 13:15:14 +01:00
Chris Hegarty
d97cf81a2a
7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
...
Reviewed-by: alanb
2011-06-23 13:00:14 +01:00
Lana Steuck
69ce407621
Merge
2011-06-22 23:23:58 -07:00
Xue-Lei Andrew Fan
0a90983600
7058271: Remove InterruptedIO.java record from ProblemList.txt
...
Reviewed-by: weijun
2011-06-22 21:21:33 -07:00
Xue-Lei Andrew Fan
5798f5bb9d
6952814: sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java failing in PIT
...
Reviewed-by: alanb
2011-06-22 19:37:18 -07:00
Weijun Wang
6619d1aec9
7055362: jdk_security2 test target cleanup
...
Reviewed-by: alanb
2011-06-23 09:27:11 +08:00
Alan Bateman
a12aaa8a35
7056447: test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java fails in agentvm
...
Reviewed-by: emcmanus
2011-06-22 15:13:29 +01:00
Alan Bateman
3b79194b8b
7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine
...
Reviewed-by: mchung
2011-06-21 16:11:24 +01:00
Weijun Wang
700f4e1951
7054918: jdk_security1 test target cleanup
...
Reviewed-by: alanb, smarks, vinnie
2011-06-20 19:17:47 +08:00
Weijun Wang
8bdce645f3
7054428: test/java/security/SecureClassLoader/DefineClassByteBuffer.java error
...
Reviewed-by: alanb
2011-06-20 17:38:15 +08:00
Alan Bateman
4375a5167f
7056489: test/com/sun/jndi/ldap/ReadTimeoutTest.java hangs or times out
...
Reviewed-by: forax, vinnie
2011-06-19 11:15:37 +01:00
Erik Trimble
3df6e7db16
Merge
2011-06-17 16:25:01 -07:00
Kumar Srinivasan
e5700a0e11
7043125: TEST: tools/launcher/VersionCheck.java fails just against openjdk7 (b141 & b138-nightly) promoted
...
Reviewed-by: darcy
2011-06-17 15:17:01 -07:00
Joe Darcy
eb2d2e632c
7021922: java.lang.annoation.IncompleteExceptions throws NPE when type is null
...
Reviewed-by: alanb, forax
2011-06-17 10:34:44 -07:00
Lana Steuck
1379c0101b
Merge
2011-06-15 16:10:30 -07:00
John R Rose
1f3aab409b
7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces
...
Fix non-compliant logic in MethodHandleProxies, fix invalid private classes in MethodHandlesTest
Reviewed-by: twisti, never
2011-06-14 22:47:12 -07:00
John R Rose
9acf4f0284
7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
...
Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists.
Reviewed-by: twisti, never
2011-06-14 22:47:09 -07:00
Lana Steuck
9ec31bc4b1
Merge
2011-06-10 11:44:17 -07:00
Bradford Wetmore
33be52be86
7052537: java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail
...
Reviewed-by: valeriep, asaha, alanb
2011-06-09 14:24:09 -07:00
Michael McMahon
9ed202225f
7050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches
...
Reviewed-by: chegar, alanb
2011-06-08 10:56:11 +01:00
Weijun Wang
9ce9d5e6ba
7043737: klist does not detect non-existing keytab
...
Reviewed-by: valeriep
2011-06-08 14:01:34 +08:00
Lana Steuck
4ce35dcaa5
Merge
2011-06-06 19:04:30 -07:00
Lana Steuck
2391c4d22c
Merge
2011-06-04 17:33:13 -07:00
Lana Steuck
0252d1b125
Merge
2011-06-04 17:30:58 -07:00
Andrew Brygin
6c20dab366
7042594: 3 testis api/java_awt/Color/ICC_ProfileRGB/index.html fail against RI b138 OEL6x64
...
Reviewed-by: prr
2011-06-04 23:08:38 +04:00
Sean Mullan
9a2901828f
Merge
2011-06-04 06:52:01 -07:00
Sean Mullan
998c791227
7050329: test/java/security/Policy/GetPermissions/JarURL.java fails on Windows
...
Reviewed-by: alanb
2011-06-04 06:45:17 -07:00
Erik Trimble
0589616e2f
Merge
2011-06-03 20:13:50 -07:00
John R Rose
ad33af1a1c
7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated
...
Reviewed-by: kvn, never, ysr
2011-06-03 11:20:20 -07:00
Lana Steuck
94891cacc0
Merge
2011-06-02 13:38:28 -07:00
Lana Steuck
8c538bf520
Merge
2011-06-02 13:37:04 -07:00
John R Rose
c0d9c39aa2
7049122: java/lang/invoke/RicochetTest.java with MAX_ARITY=255 in -Xcomp mode overflows code cache
...
Reduce the scope of the unit test (mark high water mark of testing with @ignore tags)
Reviewed-by: never
2011-06-01 23:56:51 -07:00
John R Rose
f32795386e
7050328: (jsr-292) findConstructor throws ExceptionInInitializerError if run under SecurityManager
...
Wrap system property and reflection accesses under doPrivileged. Ensure constant pool linkage bypasses the SM as specified.
Reviewed-by: kvn, never
2011-06-01 23:56:47 -07:00
Daniel D. Daugherty
a86407a0b2
7045594: 4/4 fix for 6977677 introduced a ResourceBundle race
...
Fix Logger.getLogger() ResourceBundle name race.
Reviewed-by: dholmes, mchung
2011-06-01 17:11:23 -07:00
Daniel D. Daugherty
0d21eb970f
7048308: 4/4 LoggingDeadlock3 test timeout is too small
...
Change timeout for test from 15 seconds to 80 seconds.
Reviewed-by: dholmes
2011-06-01 17:10:30 -07:00
Pavel Porvatov
c6f97c9462
7048204: NPE from NimbusLookAndFeel.addDefault
...
Reviewed-by: peterz
2011-05-28 11:55:32 +04:00
John Coomes
93196c8b51
Merge
2011-05-27 19:03:03 -07:00
Abhijit Saha
cfdb3ec24b
Merge
2011-05-26 21:37:40 -07:00
John R Rose
025d0aead8
7032323: code changes for JSR 292 EG adjustments to API, through Public Review
...
API code changes and javadoc changes following JSR 292 Public Review comments, through PFD
Reviewed-by: never
2011-05-26 17:37:36 -07:00
David Katleman
170844d307
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
...
Reviewed-by: ohair, trims
2011-05-25 13:32:36 -07:00
Sean Mullan
360343c8ed
Merge
2011-05-24 14:32:10 -07:00
Deepak Bhole
b49a7d2768
7044443: Permissions resolved incorrectly for jar protocol (Patch from bugs.openjdk.java.net)
...
Reviewed-by: alanb, chegar
2011-05-24 14:15:14 -07:00
Pavel Porvatov
266d3c9585
7045593: Possible Regression : JTextfield cursor placement behavior algorithm has changed
...
Reviewed-by: peterz
2011-05-24 11:37:09 +04:00
Erik Trimble
0840b597d1
Merge
2011-05-20 05:24:32 -07:00
Lana Steuck
cef72337b1
Merge
2011-05-18 18:18:04 -07:00
John R Rose
8bb387d77e
7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one
...
Point-fixes for 7038847, 7038860, 7042656, 7042829, 7041853, and several other reports
Reviewed-by: never, kvn
2011-05-17 19:48:19 -07:00
John R Rose
4b011923e2
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
...
Implement invocation corner cases, including correct type conversions and interface type enforcement.
Reviewed-by: never
2011-05-17 19:48:14 -07:00
Erik Trimble
282881dd84
Merge
2011-05-17 14:29:59 -07:00
Lana Steuck
a9493d71a0
Merge
2011-05-16 18:19:34 -07:00
Lana Steuck
92d86d3179
Merge
2011-05-16 18:17:26 -07:00
Lana Steuck
83eed73863
Merge
2011-05-16 18:15:42 -07:00
Daniel D. Daugherty
41491be4d6
7041595: 4/4 add lost test for 6487638
...
Add missing LoggingDeadlock3.java and LoggingDeadlock3.props
Reviewed-by: dsamersoff, never, acorn, mchung
2011-05-16 12:58:48 -07:00
Daniel D. Daugherty
564b2b7a17
6977677: 3/2 Deadlock on logging subsystem initialization
...
Over synchronized Logger.getLogger() deadlocks with LogManager.<clinit>via PlatformLogger
Reviewed-by: dsamersoff, never, acorn, mchung
2011-05-16 12:56:29 -07:00
Frederic Parain
e075dabb40
7036199: Adding a notification to the implementation of GarbageCollectorMXBeans
...
Add a JMX notification to GarbageCollectorMXBeans
Reviewed-by: acorn, mchung
2011-05-16 17:28:18 +02:00
Lana Steuck
b5f9d4cad8
Merge
2011-05-14 16:51:25 -07:00
Lana Steuck
2f591422cc
Merge
2011-05-14 15:21:38 -07:00
Lana Steuck
61fc85e68d
Merge
2011-05-14 11:52:15 -07:00
Lana Steuck
04247c5b48
Merge
2011-05-14 11:24:26 -07:00
John R Rose
9a58e303d7
6939861: JVM should handle more conversion operations
...
Integrate JDK code with JVM-supplied ricochet frames.
Reviewed-by: never, twisti
2011-05-12 19:27:49 -07:00
John R Rose
eb9632506b
7034977: JSR 292 MethodHandle.invokeGeneric should be renamed MethodHandle.invoke
...
Rename invokeGeneric to invoke
Reviewed-by: never, twisti
2011-05-12 19:27:33 -07:00
Keith McGuigan
2ba6bd02d2
7044203: Missing @test tag in test/javax/management/timer/StartTest.java
...
Add tag
Reviewed-by: alanb
2011-05-12 08:17:29 -04:00
Suchen Chien
70185c760f
Merge
2011-05-11 18:52:46 -07:00
Keith McGuigan
91db4e26f7
6659215: javax.management.timer.Timer frequently fails to start
...
Copy array to avoid ConcurrentModificationException
Reviewed-by: dcubed, alanb
2011-05-11 20:18:13 -04:00
Jim Graham
b7fbd6c9bf
7043054: REGRESSION: JDK 7 b126 : Wrong userBounds in Paint.createContext()
...
Reviewed-by: prr
2011-05-11 16:12:01 -07:00
Michael Fang
6df9bf9a41
7044019: LocaleEnhanceTest.java needs to be updated for 7004603
...
Reviewed-by: naoto
2011-05-11 14:12:50 -07:00
Alan Bateman
54cdd2715c
7043425: (fc) ClosedByInterruptException thrown but interrupt status not set
...
Reviewed-by: dholmes, chegar
2011-05-11 14:57:17 +01:00
Erik Trimble
a4fbf5eda5
Merge
2011-05-10 18:31:47 -07:00
Yuka Kamiya
2f96d5c458
7041232: IllegalArgumentException in sun.text.bidi.BidiBase.setLine starting from JDK 7 b64
...
Reviewed-by: okutsu
2011-05-11 08:02:44 +09:00
Jim Graham
de0dac8ac8
7040717: Test case for 6522514 was not included in bug fix
...
Reviewed-by: prr
2011-05-10 15:59:01 -07:00
Thomas Ng
dac9fc40f8
Merge
2011-05-10 15:31:39 -07:00
Mike Duigou
165868a3f6
7043513: Update test for StandardCharsets
...
Reviewed-by: alanb
2011-05-10 10:16:37 -07:00
Anthony Petrov
cd2f47b0fd
7041387: Introduce new boolean system property java.awt.smartInvalidate
...
The behavior introduced with 6852592 is now enabled by the new system property only
Reviewed-by: dcherepanov
2011-05-10 18:28:05 +04:00
Alan Bateman
67fd9e16ef
Merge
2011-05-09 18:53:57 +01:00
Alan Bateman
914105d32e
7042979: Rename StandardSocketOption and StandardWatchEventKind
...
Reviewed-by: forax, chegar
2011-05-09 18:45:33 +01:00
Mike Duigou
8b1efebaa1
7043104: disable test java/lang/invoke/InvokeDynamicPrintArgs.java
...
Reviewed-by: alanb
2011-05-09 09:13:47 -07:00
Frederic Parain
186fce71ec
7028071: Add two attributes to the OperatingSystemMXBean to provide CPU Load info
...
Add getProcessCpuLoad() and getSystemCpuLoad() to the OperatingSystemMXBean
Reviewed-by: acorn, dholmes, mchung
2011-05-06 18:09:33 +02:00
Andrei Dmitriev
86b4b082bb
6894541: javax/swing/JTable/6788484/bug6788484.java fails w/ compilation errors
...
Reviewed-by: alexp
2011-05-06 16:01:17 +04:00
Abhijit Saha
92df2d2184
Merge
2011-05-05 22:29:05 -07:00
Abhijit Saha
1859ff359e
Merge
2011-05-04 16:39:05 -07:00
Vinnie Ryan
87259cf6b3
6738532: Error in Elliptic Curve NamedCurve determination. (related to PKCS11)
...
Reviewed-by: valeriep
2011-05-04 20:38:45 +01:00
Andrei Dmitriev
1bde299474
7040577: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env
...
Reviewed-by: dcherepanov, denis
2011-05-04 14:46:11 +04:00
Pavel Porvatov
116ccec7a0
7031551: Generics: JComboBox
...
Reviewed-by: alexp, malenkov
2011-05-04 10:20:14 +04:00
Jennifer Godinez
d98cd779b7
Merge
2011-05-03 22:16:58 -07:00
Jennifer Godinez
647b4aca4b
Merge
2011-05-03 22:14:39 -07:00
Jennifer Godinez
1a8987d69e
Merge
2011-05-03 22:13:02 -07:00
Jennifer Godinez
da6966ded5
Merge
2011-05-03 22:11:02 -07:00
Weijun Wang
61e1313498
7040151: SPNEGO GSS code does not parse tokens in accordance to RFC 2478
...
Reviewed-by: valeriep
2011-05-03 02:48:59 +08:00
Xueming Shen
371bd92aef
7040220: java/char_encodin Optimize UTF-8 charset for String.getBytes()/new String(byte[])
...
Implement sun.nio.cs.ArrayEn/Decoer in utf8
Reviewed-by: alanb
2011-05-02 11:42:52 -07:00
Igor Nekrestyanov
2b924057aa
7040803: regression: bugster fail to start
...
Reviewed-by: mullan, weijun, ngthomas
2011-05-01 09:14:36 -07:00
Weijun Wang
317bcf10c2
7040916: DynamicKeyTab test fails on Windows
...
Reviewed-by: xuelei
2011-05-01 14:22:32 +08:00
Lana Steuck
abc0e63cbc
Merge
2011-04-30 16:55:46 -07:00
Lana Steuck
0d5b47ed3c
Merge
2011-04-29 20:15:22 -07:00
Jim Graham
589a17bd79
6982632: closed/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java fails
...
Reviewed-by: prr
2011-04-29 16:27:34 -07:00
Lana Steuck
ba45f1edf0
Merge
2011-04-29 16:03:09 -07:00
Mike Duigou
3cb767db94
7040572: Fix broken java/nio/charset/StandardCharset/Standard.java and add more tests
...
Reviewed-by: alanb
2011-04-29 14:09:46 -07:00
Mandy Chung
be710bc66d
7039809: Remove @ConstructorProperties annotation from java.io.File class
...
Reviewed-by: alanb, malenkov
2011-04-29 08:51:34 -07:00
Xueming Shen
df7a03a4c3
7039066: j.u.rgex does not match TR18 RL1.4 Simple Word Boundaries and RL1.2 Properties
...
Updated the regex Unicode property support
Reviewed-by: alanb
2011-04-28 20:48:36 -07:00
Xueming Shen
4463efaf61
7037261: j.l.Character.isLowerCase/isUpperCase need to match the Unicode Standard
...
Updated j.l.c.lsLowerCase/isUpperCase
Reviewed-by: okutsu
2011-04-28 20:18:57 -07:00
Lana Steuck
03214a725d
Merge
2011-04-28 17:57:33 -07:00
Vinnie Ryan
f202396944
6578658: Request for raw RSA (NONEwithRSA) Signature support in SunMSCAPI
...
Reviewed-by: wetmore
2011-04-29 00:21:54 +01:00
Andrei Dmitriev
c9f3d958ec
6956646: Test: MouseWheelEvent/InfiniteRecursion test receives more MouseWheelEvents than expected
...
Reviewed-by: serb, dcherepanov
2011-04-28 20:14:30 +04:00
Denis Lila
cf97b67aa2
7036754: NaNs in stroked quadratics
...
Check for them and remove them.
Reviewed-by: flar
2011-04-28 08:55:19 -04:00
Weijun Wang
f32a89adb0
7037201: regression: invalid signed jar file not detected
...
Reviewed-by: mullan
2011-04-28 20:34:53 +08:00
Mike Duigou
ed2f711c6d
Merge
2011-04-27 14:18:26 -07:00
Vinnie Ryan
5f5ccc0a66
Merge
2011-04-27 20:24:30 +01:00
Vinnie Ryan
8c88165312
6753664: Support SHA256 (and higher) in SunMSCAPI
...
Reviewed-by: mullan
2011-04-27 20:21:32 +01:00
Andrei Dmitriev
b44f91dc52
6979551: closed/javax/swing/plaf/basic/BasicLabelUI/4798542/bug4798542.java fails
...
Reviewed-by: art, yan, alexp
2011-04-27 18:15:27 +04:00
Pavel Porvatov
aa161ffe8d
7039403: Could not compile test/javax/swing/JLabel/6596966/bug6596966.java
...
Reviewed-by: malenkov
2011-04-27 13:43:22 +04:00
Weijun Wang
a9a765fdfc
6950929: Failures on Solaris sparc 64bit sun/security/krb5/auto/BadKdc4.java (and linux?)
...
Reviewed-by: xuelei
2011-04-27 17:11:06 +08:00
Andrew Brygin
d21b9aa7bf
7037091: sun/java2d/pipe/Test7027667.java test is not executed
...
Reviewed-by: prr
2011-04-27 12:15:34 +04:00
Valerie Peng
b0c37f182f
7003952: SEC: securely load DLLs and launch executables using fully qualified path
...
Enforce full path when specifying library locations.
Reviewed-by: wetmore, ohair
2011-04-26 15:59:51 -07:00
Mike Duigou
a5e37c9377
4884238: Adds java.nio.charset.StandardCharset to provide static final constants for the standard charsets
...
Reviewed-by: alanb, sherman, darcy
2011-04-26 14:25:42 -07:00
Joe Darcy
30bdc40c81
7039369: Limit range of strictfp in FloatingDecimal
...
Additional reviews by sergey.kuksenko@oracle.com
Reviewed-by: alanb
2011-04-26 10:35:06 -07:00
Lana Steuck
b550ca992e
Merge
2011-04-25 15:44:20 -07:00
Vinnie Ryan
dc6eb040b7
6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM
...
Reviewed-by: mullan
2011-04-22 17:03:51 +01:00
Joe Darcy
896553f439
6998871: Support making the Throwable.stackTrace field immutable
...
Reviewed-by: dholmes, mchung, forax
2011-04-21 15:55:59 -07:00
Lana Steuck
b92cf6375e
Merge
2011-04-21 11:11:20 -07:00
Abhijit Saha
51829716bb
Merge
2011-04-21 08:39:52 -07:00
Abhijit Saha
c9766be52a
Merge
2011-04-21 08:37:10 -07:00
Vinnie Ryan
5982362c7d
Merge
2011-04-21 14:25:46 +01:00
Vinnie Ryan
c74acca8b0
6888925: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources
...
Reviewed-by: mullan
2011-04-21 14:23:57 +01:00
Christine Lu
b60e48399b
Merge
2011-04-20 16:05:52 -07:00
Abhijit Saha
68c514a747
Merge
2011-04-20 09:31:11 -07:00
Michael McMahon
92ba6df81a
Merge
2011-04-20 12:05:17 +01:00
Michael McMahon
1b62e08853
7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
...
Reviewed-by: dholmes, alanb
2011-04-20 12:03:30 +01:00
Weijun Wang
68d5cd6f23
6894072: always refresh keytab
...
Reviewed-by: valeriep
2011-04-20 18:41:32 +08:00
Erik Trimble
0927ad6bb3
Merge
2011-04-19 18:14:51 -07:00
Michael Fang
07dada6d04
Merge
2011-04-19 10:55:46 -07:00
Andrei Dmitriev
d097a2cab1
7036733: Regression : NullPointerException when scrolling horizontally on AWT List
...
Reviewed-by: dcherepanov
2011-04-19 18:52:49 +04:00
Anthony Petrov
89d504b32f
7036669: Simplify revalidating component hierarchy with multiple validate roots
...
Introduce Component.revalidate() method
Reviewed-by: art, alexp
2011-04-19 14:44:09 +04:00
Pavel Porvatov
06c379e859
7036025: java.security.AccessControlException when creating JFileChooser in signed applet
...
Reviewed-by: malenkov
2011-04-19 10:11:58 +04:00
Yong Jeffrey Huang
8e70d44f2c
7036905: [de] dem - the german mark display name is incorrect
...
Reviewed-by: naoto
2011-04-18 23:00:53 -07:00
Lana Steuck
8a0e9f26d9
Merge
2011-04-18 14:00:34 -07:00
Lana Steuck
5a9aa21b13
Merge
2011-04-18 13:57:44 -07:00
Lana Steuck
31d0117e7a
Merge
2011-04-18 13:29:32 -07:00
Mike Duigou
7d2db524ac
Merge
2011-04-18 11:32:41 -07:00
Mike Duigou
d845140f33
7035160: Disable broken test cases for test/java/lang/reflect/Generics/Probe.java
...
Reviewed-by: alanb
2011-04-18 11:31:38 -07:00