Alan Bateman
|
d51ab5c39c
|
8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing
Reviewed-by: wetmore
|
2013-04-25 17:10:36 -07:00 |
|
Sean Coffey
|
9822b2cd84
|
8000529: Regression: SimpleDateFormat incorrectly parses dates formatted with Z and z pattern letters
Reviewed-by: okutsu
|
2013-04-25 21:12:35 +01:00 |
|
Joe Darcy
|
edbd8cf91c
|
8012044: Give more information about self-suppression from Throwable.addSuppressed
Reviewed-by: alanb, dholmes
|
2013-04-25 09:37:03 -07:00 |
|
Xueming Shen
|
0872993c6c
|
8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ
Updated the offending test case
Reviewed-by: alanb
|
2013-04-24 21:27:52 +00:00 |
|
Alan Bateman
|
3db24cefee
|
8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed
Reviewed-by: chegar
|
2013-04-24 19:03:07 +01:00 |
|
Lana Steuck
|
843e6e05e2
|
Merge
|
2013-04-23 15:07:48 -07:00 |
|
Alan Bateman
|
1dea05c94f
|
8012930: (fs) Eliminate recursion from FileTreeWalker
Reviewed-by: chegar
|
2013-04-23 15:01:44 +01:00 |
|
Naoto Sato
|
79174472a1
|
8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter
Reviewed-by: okutsu
|
2013-04-22 13:37:07 -07:00 |
|
Paul Sandoz
|
3b5f4fc54a
|
8011426: java.util collection Spliterator implementations
Spliterator implementations for collection classes in java.util.
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, briangoetz
|
2013-04-17 11:34:31 +02:00 |
|
Akhil Arora
|
4fa1f1f4fc
|
8001647: default methods for Collections - forEach, removeIf, replaceAll, sort
Co-authored-by: Arne Siegel <v.a.ammodytes@googlemail.com>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: alanb, dholmes, mduigou, psandoz, smarks
|
2013-04-22 09:19:34 -07:00 |
|
Weijun Wang
|
0ec3fd796b
|
8005527: [TEST_BUG] console.sh failed Automatically with exit code 1
Reviewed-by: xuelei
|
2013-04-22 11:39:53 +08:00 |
|
Jim Gish
|
8f316cc40e
|
8010939: Deadlock in LogManager
Re-order locks to avoid deadlock
Reviewed-by: mchung
|
2013-04-19 16:50:10 -07:00 |
|
Weijun Wang
|
ab7ecdd1b3
|
8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161
Reviewed-by: mullan
|
2013-04-19 15:41:11 +08:00 |
|
Jim Gish
|
30e93b56e3
|
8012005: LogManager needs test to ensure stack trace is not being done to find bundle
Reviewed-by: mchung
|
2013-04-18 16:33:11 -04:00 |
|
Mandy Chung
|
2d5e636c88
|
8012624: Add sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java in ProblemList.txt
Reviewed-by: lancea, alanb
|
2013-04-18 11:14:39 -07:00 |
|
Roger Riggs
|
167854b5ab
|
8009648: Tests fail in -agentvm -concurrency mode
Reviewed-by: alanb
|
2013-04-18 12:24:55 +01:00 |
|
Alan Bateman
|
6c1e93b7c6
|
8011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac)
Reviewed-by: chegar
|
2013-04-18 11:13:18 +01:00 |
|
Lana Steuck
|
e82dcb36d6
|
Merge
|
2013-04-02 11:59:34 -07:00 |
|
Xueming Shen
|
3457ff4337
|
8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding
8008925: Base64.getMimeDecoder().decode() does not ignore padding chars
Updated implementation and spec for corner cases.
Reviewed-by: alanb
|
2013-04-02 10:12:20 -07:00 |
|
Mike Duigou
|
7d45058eaa
|
8011199: Backout changeset JDK-7143928 (2b34a1eb3153)
Reviewed-by: darcy, dholmes
|
2013-04-01 20:51:40 -07:00 |
|
Mike Duigou
|
12f1183c74
|
8011187: Remove obsolete/unused targets from jdk/test/Makefile
Reviewed-by: ohair
|
2013-04-01 20:15:48 -07:00 |
|
Mike Duigou
|
3e6daeda3a
|
7143928: Optimize empty HashMap and ArrayList
Co-authored-by: Sergey Linetskiy <sergey.linetskiy@oracle.com>
Co-authored-by: John Rose <john.rose@oracle.com>
Reviewed-by: mduigou
|
2013-04-01 20:15:48 -07:00 |
|
Mike Duigou
|
cd2f264ba1
|
8010268: Remove dependence upon clean target from jdk/test/Makefile prep target
Reviewed-by: tbell, mchung
|
2013-04-01 12:02:19 -07:00 |
|
Peter Levart
|
2ca495dd43
|
8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level
Co-authored-by: Laurent Bourges <bourges.laurent@gmail.com>
Reviewed-by: mchung
|
2013-03-28 13:14:09 -07:00 |
|
Weijun Wang
|
4a64ecdf42
|
8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass
Reviewed-by: vinnie
|
2013-03-28 20:27:53 +08:00 |
|
Athijegannathan Sundararajan
|
d891c7c560
|
8010991: Enable test/javax/script/GetInterfaceTest.java again
Reviewed-by: lagergren, hannesw
|
2013-03-28 14:36:10 +05:30 |
|
Karen Kinnear
|
f45e9f484d
|
8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java
Remove test flag -XX:-UseSplitVerifier, not supported classfile 52
Reviewed-by: acorn, hseigel
|
2013-03-27 13:40:26 -04:00 |
|
Dan Xu
|
2ffe97f06e
|
8010837: FileInputStream.available() throw IOException when encountering negative available values
Remove the check in the native code to allow negative values
Reviewed-by: mchung
|
2013-03-27 09:00:34 -07:00 |
|
Denis Fokin
|
36fd8181af
|
7075105: WIN: Provide a way to format HTML on drop
Reviewed-by: uta, serb
|
2013-03-27 16:19:51 +04:00 |
|
Lana Steuck
|
bd671cb7fa
|
Merge
|
2013-03-26 12:04:35 -07:00 |
|
Mandy Chung
|
d79b11782a
|
8010787: changeset for 8007703 is missing the deleted files
Reviewed-by: dholmes, alanb, erikj
|
2013-03-25 18:14:52 -07:00 |
|
Mandy Chung
|
d414a7e832
|
8007703: Remove com.sun.servicetag API
Reviewed-by: dholmes, alanb, erikj
|
2013-03-25 17:19:16 -07:00 |
|
Weijun Wang
|
5f08966515
|
8009875: Provide a default udp_preference_limit for krb5.conf
Reviewed-by: valeriep
|
2013-03-23 11:49:39 +08:00 |
|
Erik Helin
|
1c46d9bac2
|
8004172: Update jstat counter names to reflect metaspace changes
Reviewed-by: mchung
|
2013-03-22 15:01:24 +01:00 |
|
Weijun Wang
|
debc12e19e
|
8010531: Add BadKdc* tests to problem list for solaris-sparcv9
Reviewed-by: alanb
|
2013-03-22 19:59:14 +08:00 |
|
Erik Helin
|
5391834dcf
|
8009427: Re-enable tests that were disable to ease complicated push
Reviewed-by: sla, mchung, dcubed
|
2013-03-21 20:35:49 +01:00 |
|
Martin Buchholz
|
edcaf23233
|
8010316: Improve handling of char sequences containing surrogates
Fix and optimize codePointAt, codePointBefore and similar methods
Reviewed-by: sherman, okutsu, ulfzibis, kizune
|
2013-03-26 13:36:51 -07:00 |
|
Martin Buchholz
|
2a57075d85
|
8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k
Provide a system property to inhibit ZIP64 mode for >64k entries
Reviewed-by: alanb, sherman
|
2013-03-26 13:34:54 -07:00 |
|
Alexander Scherbatiy
|
d089002460
|
8007146: [macosx] Setting a display mode crashes JDK under VNC
Reviewed-by: serb
|
2013-03-21 16:50:35 +04:00 |
|
Mandy Chung
|
c9e6a41b99
|
8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
Reviewed-by: alanb
|
2013-03-20 09:50:07 -07:00 |
|
Anton Litvinov
|
58a945da1c
|
6550588: java.awt.Desktop cannot open file with Windows UNC filename
Reviewed-by: art, uta
|
2013-03-20 20:41:03 +04:00 |
|
Konstantin Shefov
|
f61a46ce67
|
8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again
Reviewed-by: malenkov, alexsch
|
2013-03-20 14:02:25 +04:00 |
|
Brian Goetz
|
5b1cca1b96
|
8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong
Reviewed-by: mduigou, darcy, alanb, jjb
|
2013-03-19 16:05:34 -07:00 |
|
Konstantin Shefov
|
57215b1938
|
8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified
Reviewed-by: serb, alexsch
|
2013-03-19 17:51:52 +04:00 |
|
Staffan Larsen
|
f716ccd343
|
8006637: Failure to filter out native frame events on Solaris
Test is confused by other threads calling String.intern(). Add a thread filter to avoid this.
Reviewed-by: sspitsyn, alanb
|
2013-03-19 09:53:36 +01:00 |
|
Chris Hegarty
|
bb303a20ef
|
8010142: ProblemList.txt updates (3/2013)
Reviewed-by: alanb
|
2013-03-17 09:55:03 +00:00 |
|
Lana Steuck
|
0506e249ad
|
Merge
|
2013-03-15 16:39:07 -07:00 |
|
Alexander Scherbatiy
|
ccff358962
|
8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX
Reviewed-by: serb, alexp
|
2013-03-15 17:02:24 +04:00 |
|
Sergey Malenkov
|
be64bfbaad
|
8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
Reviewed-by: alexsch, serb
|
2013-03-14 12:15:17 +04:00 |
|
Lana Steuck
|
31330fc47a
|
Merge
|
2013-03-12 19:04:49 -07:00 |
|