Commit Graph

7881 Commits

Author SHA1 Message Date
Paul Sandoz
231a351a47 8020292: j.u.SplittableRandom
Co-authored-by: Guy Steele <guy.steele@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-08-26 22:55:03 +02:00
Ivan Gerasimov
86af118ec0 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
Reviewed-by: alanb, chegar
2013-08-26 18:26:35 +04:00
Roger Riggs
e0b682f2d8 8011944: Sort fails with ArrayIndexOutOfBoundsException
Increase the size of pending stack and add test cases

Reviewed-by: alanb
2013-08-26 11:46:05 -04:00
Doug Lea
56dbd896c3 8023234: StampedLock serializes readers on writer unlock
Sync-up the fix from jsr166 CVS, signal more readers on writer unlock

Reviewed-by: martin, shade
2013-08-26 17:50:34 +04:00
Joel Borggrén-Franck
d4b28471ff 8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
Reviewed-by: darcy, vromero, psandoz
2013-08-26 13:38:14 +02:00
Ivan Gerasimov
910d9b815c 7129312: BufferedInputStream calculates negative array size with large streams and mark
Reviewed-by: alanb
2013-08-25 23:20:59 +04:00
Yiming Wang
423284cd20 8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
Reviewed-by: alanb
2013-08-26 10:01:27 +01:00
Brian Burkhalter
6c5c2d745a 6378503: In java.math.BigDecimal, division by one returns zero
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result

Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero()

Reviewed-by: darcy, martin
2013-08-23 14:15:54 -07:00
Daniel Fuchs
6d2de008d7 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
Reviewed-by: mchung, lancea
2013-08-23 20:59:34 +02:00
Brian Burkhalter
ff7c51cd18 6470700: Math.random() / Math.initRNG() uses "double checked locking"
Replace class Random variable with a static final holder class

Reviewed-by: alanb, mduigou, chegar
2013-08-22 13:32:22 -07:00
Erik Gahlin
3cd2e9e099 6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace
Reviewed-by: alanb, jbachorik
2013-08-21 17:17:45 +02:00
Erik Gahlin
422a4d5bc7 6417649: -interval=0 is accepted and jconsole doesn't update window content at all
Reviewed-by: alanb, jbachorik
2013-08-21 17:15:44 +02:00
Stuart Marks
edd19c0f39 8022445: fix RMISocketFactory example to avoid using localhost
Reviewed-by: chegar, alanb
2013-08-22 15:54:50 -07:00
Peter Levart
75a8f58cd1 8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
Reviewed-by: alanb, jfranck
2013-08-20 14:13:59 +02:00
Dan Xu
31584b6b19 8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
Reviewed-by: alanb
2013-08-22 11:43:18 -07:00
Joe Darcy
b3961cb6be 8023587: Fix lone remaining doclint issue in java.util.regex
Reviewed-by: jjg
2013-08-22 09:40:36 -07:00
Staffan Larsen
138561d596 8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails
Reviewed-by: ysr
2013-08-22 08:28:53 +02:00
Xue-Lei Andrew Fan
cac8b88f48 8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
Reviewed-by: weijun
2013-08-21 19:44:35 -07:00
Ben Evans
c9443a8346 8016846: Pattern.splitAsStream tests required
Reviewed-by: alanb, psandoz
2013-08-20 14:23:32 -07:00
Mike Duigou
629de57fe8 8023395: Remove sun.misc.Sort and sun.misc.Compare
Reviewed-by: alanb, smarks, darcy, mr
2013-08-21 12:03:28 -07:00
Mike Duigou
8a3c65febe 8023306: Add replace() implementations to TreeMap
Reviewed-by: psandoz, alanb, chegar, bpb
2013-08-21 12:03:19 -07:00
Staffan Larsen
01ba926ba1 8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt
Reviewed-by: chegar, mgronlun
2013-08-21 17:19:46 +02:00
David Holmes
7568ce7481 8023460: OPENJDK build fails due to missing jfr.jar
Reviewed-by: alanb
2013-08-21 05:56:46 -04:00
Erik Gahlin
910c4e1d34 7042707: Un-needed mnemonic in JConsole resource file
Reviewed-by: mfang, jbachorik
2013-08-19 13:11:03 +02:00
Erik Gahlin
1d3c8aa708 6800801: NPE in JConsole when using Nimbus L&F
Reviewed-by: alanb, sjiang
2013-08-19 16:41:21 +02:00
Erik Gahlin
99f960f2ef 6417721: Thread list should not allow multiple selection
Reviewed-by: alanb, jbachorik, sjiang
2013-08-19 16:21:49 +02:00
Erik Gahlin
bf1e11707b 6358357: Division by zero in Threads tab when shrinking jconsole window
Reviewed-by: mchung, leifs, jbachorik
2013-08-19 12:57:17 +02:00
Alan Bateman
0e8b101643 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
Reviewed-by: lancea, mduigou
2013-08-21 09:59:12 +01:00
Attila Szegedi
ab53c30753 8023250: Update JavaScript code in JDK for changes in iteration over Java arrays
Reviewed-by: sundar, sla
2013-08-20 11:15:08 +02:00
Paul Sandoz
906bb894db 8023367: Collections.emptyList().sort((Comparator)null) throws NPE
Reviewed-by: alanb, mduigou
2013-08-20 17:36:15 +02:00
Staffan Larsen
e838e31768 8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
Reviewed-by: alanb
2013-08-20 16:53:27 +02:00
David Holmes
0c815d1360 8023311: Clean up profile-includes.txt
Reviewed-by: alanb
2013-08-20 03:18:56 -04:00
Staffan Larsen
073cd1d632 8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine
Reviewed-by: erikj, sspitsyn
2013-08-20 08:59:15 +02:00
Xue-Lei Andrew Fan
92f9b54cd3 8023230: The impl of KerberosClientKeyExchange maybe not exist
Reviewed-by: weijun
2013-08-19 18:49:36 -07:00
Xue-Lei Andrew Fan
2e2313ef87 8020842: IDN do not throw IAE when hostname ends with a trailing dot
Reviewed-by: weijun, michaelm
2013-08-19 17:42:39 -07:00
Sean Mullan
d2f2e6fd41 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode
Move default javax.security.auth.Policy implementation to compact1 profile

Reviewed-by: vinnie
2013-08-19 17:17:17 -04:00
Dan Xu
aa90f3b312 8023203: Wrap RandomAccessFile.seek native method into a Java helper method
Reviewed-by: alanb, chegar
2013-08-19 12:38:56 -07:00
Anthony Scarpino
a29db3a5b8 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
Reviewed-by: mullan
2013-08-16 12:31:57 -07:00
Anthony Scarpino
6b3b53caa1 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms
Reviewed-by: mullan
2013-08-14 10:50:52 -07:00
Paul Sandoz
7647c6e6a1 8014824: Document Spliterator characteristics and binding policy of java util collection impls
Reviewed-by: chegar
2013-08-06 14:26:34 +01:00
Alan Bateman
5d38b44a3e 8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing)
Reviewed-by: psandoz
2013-08-19 11:04:21 +01:00
Aleksei Efimov
3eae3a200c 8021820: Number of opened files used in select() is limited to 1024 [macosx]
Reviewed-by: alanb, chegar, tbell, smarks
2013-08-16 18:41:35 +04:00
Erik Gahlin
90a9913da7 6696970: Jconsole becomes unusable if a plugin throws an exception
Reviewed-by: mchung, jbachorik
2013-08-16 18:58:36 +02:00
Erik Gahlin
6b503b6a09 7015157: String "Tabular Navigation" should be rephrased for avoiding mistranslation
Reviewed-by: alanb, jbachorik, sjiang
2013-08-16 16:53:46 +02:00
Erik Gahlin
2fb1ac860c 6721425: jconsole Makefile clean rule is missing rm of generated Version.java
Reviewed-by: alanb, jbachorik
2013-08-16 17:11:25 +02:00
Erik Gahlin
06e0c4e161 6417702: Graph in Memory tab is not redrawn immediately if changed via 'Chart' combo box
Reviewed-by: alanb, jbachorik, sjiang
2013-08-16 17:02:12 +02:00
Paul Sandoz
b42c6fb241 8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: chegar
2013-08-06 14:26:34 +01:00
Roger Riggs
63de7b9fd0 8019185: Inconsistency between JapaneseEra start dates and java.util.JapaneseImperialDate
Align Meiji start date with lib/calendar.properties to avoid any confusion

Reviewed-by: sherman
2013-08-16 13:58:43 -04:00
Roger Riggs
b23fa14820 8022193: java/time/test/java/util/TestFormatter.java failed in th locale
Tests corrected to use fixed locale and not dependent on the environment

Reviewed-by: sherman
2013-08-16 11:11:00 -04:00
Roger Riggs
a7ac24961a 8022770: java/time/tck/java/time/chrono/TCKChronology.java start failing
8022766: java/time/test/java/time/chrono/TestUmmAlQuraChronology.java failed

TCKChronology: corrected display name to match update from JDK-8015986

Reviewed-by: alanb
2013-08-16 11:28:15 -04:00