Joel Borggrén-Franck
|
a1ae0af017
|
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
Reviewed-by: psandoz
|
2014-06-04 14:42:48 +02:00 |
|
Mattias Tobiasson
|
2e06869b6f
|
8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected
Ignore read-only test if file is not read-only. This will happen when test is run as root.
Reviewed-by: sla, dholmes
|
2014-06-04 13:12:16 +02:00 |
|
Mikael Auno
|
07738bf41e
|
8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
Reviewed-by: sla, sspitsyn
|
2014-06-02 17:59:08 +02:00 |
|
Athijegannathan Sundararajan
|
fba8040fb3
|
8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
Reviewed-by: jlaskey, lagergren, ksrini
|
2014-06-03 21:21:32 +05:30 |
|
Ivan Gerasimov
|
a9f575446d
|
8037866: Replace the Fun class in tests with lambdas
Reviewed-by: martin
|
2014-06-02 19:49:57 +04:00 |
|
Staffan Larsen
|
68287b3fe8
|
8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt
Reviewed-by: alanb, allwin
|
2014-05-30 19:09:46 +02:00 |
|
Weijun Wang
|
a57ab24f53
|
8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
Reviewed-by: xuelei
|
2014-05-30 14:37:43 +08:00 |
|
Vinnie Ryan
|
1eef4367df
|
8044038: Security tests fail on 32 bit linux platform
Reviewed-by: xuelei, weijun
|
2014-05-29 15:50:36 +01:00 |
|
Vladimir Ivanov
|
0c8a572009
|
8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
Reviewed-by: psandoz
|
2014-05-29 13:27:36 +04:00 |
|
Weijun Wang
|
1b1639105a
|
8036709: Java 7 jarsigner displays warning about cert policy tree
Reviewed-by: mullan
|
2014-05-29 10:36:06 +08:00 |
|
Pavel Rappo
|
f7f994834f
|
8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound
Reviewed-by: chegar, michaelm, alanb, mr
|
2014-05-27 10:27:51 +01:00 |
|
Joe Wang
|
91d9371566
|
8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
Reviewed-by: sherman, lancea
|
2014-05-27 17:26:52 -07:00 |
|
Roger Riggs
|
20e26966e1
|
8003488: (process) Provide Process.getPid()
Add Process.getPid
Reviewed-by: alanb, martin, igerasim
|
2014-05-27 16:05:04 -04:00 |
|
Vladimir Ivanov
|
b47c2517ad
|
8037210: Get rid of char-based descriptions 'J' of basic types
Reviewed-by: jrose, psandoz, twisti
|
2014-02-24 18:11:55 +04:00 |
|
Ivan Gerasimov
|
73995e8591
|
8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space
Reviewed-by: alanb
|
2014-05-26 19:59:28 +04:00 |
|
Phil Race
|
6a13c2cf98
|
Merge
|
2014-05-23 09:05:24 -07:00 |
|
Rob McKenna
|
9be082f402
|
8042857: 14 stuck threads waiting for notification on LDAPRequest
Reviewed-by: vinnie
|
2014-05-23 16:24:43 +01:00 |
|
Miroslav Kos
|
4cac8137e0
|
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
Reviewed-by: chegar
|
2014-05-23 16:35:10 +02:00 |
|
Jaroslav Bachorik
|
264825d4bf
|
8043572: demo/jvmti/mtrace/TraceJFrame.java fails with AWTError: Can't connect to X11 window server using '$DISPLAY_SITE' as the value of the DISPLAY variable
Reviewed-by: sla
|
2014-05-23 15:07:22 +02:00 |
|
Dmitry Samersoff
|
c82d0f2418
|
8043716: JDI test com/sun/jdi/ProcessAttachTest.sh and other 3 jdi tests failed in nightly
InetAddress.getLocalHost() returns configured host name instead of localhost.
Reviewed-by: dcubed
|
2014-05-22 13:03:10 -07:00 |
|
Michael Fang
|
47f996990c
|
Merge
|
2014-05-22 09:15:01 -07:00 |
|
Sandipan Razzaque
|
a8c4f42722
|
8037343: Wrong dateformat for locale es_DO
Reviewed-by: okutsu
|
2014-05-22 08:13:14 -07:00 |
|
Katja Kantserova
|
c3d3305c76
|
8043520: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, egahlin
|
2014-05-22 11:05:36 +02:00 |
|
Weijun Wang
|
53cb60f148
|
8043537: Changes for JDK-8039951 introduced circular dependency between Kerberos and com.sun.security.auth
Reviewed-by: alanb
|
2014-05-22 07:04:57 +08:00 |
|
Staffan Larsen
|
9e710c30f7
|
8043551: [TESTBUG] sun/tools/jcmd/TestJcmdSanity.java failure in nightly jdk9-dev fastdebug build
Add -XX:+UsePerfData to the test
Reviewed-by: dholmes
|
2014-05-21 10:22:20 +02:00 |
|
Dmitry Samersoff
|
878ab77469
|
8041435: Make JDWP socket connector accept only local connections by default
Bind to localhost only if no address specified. Require * to bind to all available addresses
Reviewed-by: dcubed, sspitsyn
|
2014-05-20 06:11:05 -07:00 |
|
Staffan Larsen
|
192bd8a421
|
8043382: TempDirTest.java times out
Remove explicit timeout
Reviewed-by: alanb
|
2014-05-18 20:42:10 +02:00 |
|
Lance Andersen
|
ae0d3204f0
|
8043278: Add initial unit tests for javax.sql.rowset.serial
Reviewed-by: rriggs
|
2014-05-16 14:48:34 -04:00 |
|
Alexander Zvegintsev
|
6975db94bc
|
8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
Reviewed-by: pchelko, serb
|
2014-05-15 20:24:13 +04:00 |
|
Anton Litvinov
|
5b7ccb7c0a
|
8041725: Nimbus JList selection colors persist across L&F changes
Reviewed-by: alexsch, alexp
|
2014-05-15 20:21:17 +04:00 |
|
Oleg Pekhovskiy
|
9aa0cef64a
|
8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
Reviewed-by: serb, pchelko
|
2014-05-15 20:09:38 +04:00 |
|
Andrew Brygin
|
a89eab1dc7
|
6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG
Reviewed-by: prr, serb
|
2014-05-14 18:19:14 +04:00 |
|
Phil Race
|
349b9794b1
|
Merge
|
2014-05-12 09:38:27 -07:00 |
|
Jamil Nimeh
|
4e99062caa
|
6996377: shrink duplicate code in the constructor of PKIXValidator
Reviewed-by: mullan, xuelei
|
2014-05-12 12:35:23 -04:00 |
|
Peter Levart
|
f7d1a7975b
|
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
Reviewed-by: alanb, rriggs, martin
|
2014-05-12 17:34:29 +02:00 |
|
Anton Nashatyrev
|
6e71a0cb82
|
8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
Reviewed-by: serb, alexsch
|
2014-05-12 18:21:15 +04:00 |
|
Joel Borggrén-Franck
|
abd503efeb
|
8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
Reviewed-by: psandoz
|
2014-05-12 14:47:55 +02:00 |
|
Aleksei Efimov
|
d395efe8f5
|
8043012: (tz) Support tzdata2014c
Reviewed-by: okutsu, peytoia
|
2014-05-15 18:18:19 +04:00 |
|
Naoto Sato
|
d0dadf23c5
|
8041791: String.toLowerCase regression - violates Unicode standard
Reviewed-by: peytoia
|
2014-05-14 10:52:51 -07:00 |
|
Alan Bateman
|
3b959b9adf
|
8043119: (props) Properties.storeToXML closes output stream
Reviewed-by: lancea
|
2014-05-14 16:40:53 +01:00 |
|
Michael McMahon
|
df9743eb64
|
8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
Reviewed-by: chegar
|
2014-05-14 11:16:41 +01:00 |
|
Alan Bateman
|
51093931dc
|
8042889: (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser
Reviewed-by: joehw, chegar, mchung
|
2014-05-13 11:03:25 +01:00 |
|
Katja Kantserova
|
0c78d5f9e3
|
8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, alanb
|
2014-05-09 15:24:57 +02:00 |
|
Mandy Chung
|
fc6f28f9ad
|
8040059: Change default policy for extensions to no permission
Reviewed-by: alanb, mullan, erikj
|
2014-05-09 09:04:41 -07:00 |
|
Staffan Larsen
|
70bf57509c
|
8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework
Reviewed-by: igerasim, alanb, dsamersoff
|
2014-05-09 12:06:13 +02:00 |
|
Brian Burkhalter
|
b84fa9d0f7
|
8042478: Include Mersenne primes in BigInteger primality testing
Add testing of some of the Mersenne primes.
Reviewed-by: darcy
|
2014-05-08 16:06:43 -07:00 |
|
Weijun Wang
|
79cdf6ad7f
|
8039951: com.sun.security.auth.module missing classes on some platforms
Reviewed-by: mullan
|
2014-05-08 22:30:31 +08:00 |
|
Phil Race
|
835658f99d
|
Merge
|
2014-05-05 12:49:13 -07:00 |
|
Sergey Malenkov
|
e787680bf1
|
8041917: unexcepted behavior of LineBorder while using Boolean variable true
Reviewed-by: alexsch, serb
|
2014-04-30 19:28:05 +04:00 |
|
Thomas Ng
|
a94a5b4ccd
|
Merge
|
2014-04-29 14:40:26 -07:00 |
|