Weijun Wang
0f81426896
8021788: JarInputStream doesn't provide certificates for some file under META-INF
...
Reviewed-by: chegar, sherman
2013-08-09 11:41:17 +08:00
Anton Tarasov
66bb3b1c47
8013611: Modal dialog fails to obtain keyboard focus
...
Reviewed-by: leonidr
2013-08-09 05:20:27 +04:00
Xueming Shen
dca36c08f3
8015666: test/tools/pack200/TimeStamp.java failing
...
To keep the default behavior of ZOS unchanged, if ze extra time not explicitly set
Reviewed-by: alanb, ksrini
2013-08-08 12:03:04 -07:00
Alexey Utkin
ae9638f154
7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever
...
Reviewed-by: alanb, robm, martin
2013-08-08 09:16:16 +04:00
Stephen Colebourne
15c6717dac
8015986: Incorrect Localization of HijrahChronology
...
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Reviewed-by: naoto
2013-08-08 13:51:55 +09:00
Lana Steuck
1fa1e6d2ca
Merge
2013-08-07 19:56:20 -07:00
Lana Steuck
e395ecfccb
Merge
2013-08-07 12:03:37 -07:00
Alexander Scherbatiy
eede95c5cf
8013849: Awt assert on Hashtable.cpp:124
...
Reviewed-by: serb
2013-08-07 18:58:28 +04:00
Lana Steuck
37487a9e38
Merge
2013-08-06 17:01:05 -07: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
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
Leonid Romanov
a1c16bf976
8022247: java/awt/EventDispatchThread/LoopRobustness/LoopRobustness throws NPE
...
Reviewed-by: art
2013-08-06 17:07:49 +04:00
Lana Steuck
10ffeaaadd
Merge
2013-07-31 13:02:53 -07:00
Lana Steuck
6a0da744f9
Merge
2013-07-26 15:46:18 -07:00
Sergey Bylokhov
4a42ba3816
7190349: [macosx] Text (Label) is incorrectly drawn with a rotated g2d
...
8013569: [macosx] JLabel preferred size incorrect on retina displays with non-default font size
Reviewed-by: prr
2013-07-26 21:18:42 +04:00
Paul Sandoz
ee1343b38a
8021883: j.u.Random/RandomStream.java test needs more robust timeout duration
...
Reviewed-by: chegar
2013-07-30 14:03:25 +01:00
Paul Sandoz
980e8cff6f
8021863: Stream.concat incorrectly calculates unsized state
...
Reviewed-by: chegar
2013-07-30 11:32:26 +01:00
Henry Jen
e8e95eec3a
8020977: StringJoiner merges with itself not as expected
...
Reviewed-by: psandoz, chegar, mduigou, smarks
2013-07-30 15:47:35 -07:00
Roger Riggs
b7c322c198
8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing
...
Correct to use fixed locale, not locale of test environment
Reviewed-by: alanb, okutsu
2013-07-30 14:43:19 -07:00
Paul Sandoz
ea8bc25763
8020156: TreeMap.values().spliterator() does not report ORDERED
...
8020009: TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable
Reviewed-by: mduigou
2013-07-29 19:41:02 +01:00
Brian Burkhalter
4fe69c432f
8020641: Clean up some code style in recent BigInteger contributions
...
Some minor cleanup to adhere better to Java coding conventions.
Reviewed-by: darcy
2013-07-26 17:09:30 -07:00
Tim Buktu
d59c1fac00
8014319: Faster division of large integers
...
Implement Burnickel-Ziegler division algorithm in BigInteger
Reviewed-by: bpb, martin
2013-07-26 17:03:19 -07:00
Mike Duigou
b9742daca7
8021601: Add unit test for PriorityQueue(Comparator) constructor
...
Reviewed-by: darcy, alanb
2013-07-26 17:23:20 -07:00
Lana Steuck
29041e2c4a
Merge
2013-07-26 14:07:32 -07:00
Jaroslav Bachorik
76c5530392
8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently
...
Reviewed-by: dfuchs, chegar
2013-07-26 10:12:14 +02:00
Sean Mullan
5c30826657
Merge
2013-07-25 11:09:28 -04:00
Sean Mullan
74a0cc9f37
8010748: Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option
...
Reviewed-by: vinnie
2013-07-25 10:58:00 -04:00
Ivan Gerasimov
5db8580b26
8016838: improvement of RedefineBigClass and RetransformBigClass tests
...
Reviewed-by: dcubed
2013-07-23 18:57:57 +04:00
Stephen Colebourne
711f7a37e0
8016025: JSR 310 DateTime API Updates IV
...
8020418: Cleanup of -Xlint warnings in java.time
8016623: test/java/time/format/TestDateTimeTextProvider.java failing
Integration of JSR310 Date/Time API update IV
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Patrick Zhang <patrick.zhang@oracle.com>
Co-authored-by: Chand Basha <chand.basha@oracle.com>
Reviewed-by: sherman
2013-07-18 11:02:02 -07:00
Lana Steuck
95a3a25b17
Merge
2013-07-17 13:00:36 -07:00
Lana Steuck
ae0dd64548
Merge
2013-07-17 12:56:04 -07:00
Sean Coffey
6a6f5006d3
8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
...
Reviewed-by: mchung
2013-07-15 13:42:35 +01:00
Peter Levart
b0d167645f
7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
...
Reviewed-by: dholmes, jfranck
2013-07-15 10:55:53 +02:00
Petr Pchelko
f22f9eb04b
8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long)
...
Reviewed-by: anthony, art
2013-07-11 16:42:13 +04:00
Sergey Bylokhov
b2b2d519ca
8019587: [macosx] Possibility to set the same frame for the different screens
...
Reviewed-by: art, anthony
2013-07-09 21:21:55 +04:00
Sergey Malenkov
25f2802a70
6707231: Wrong read Method returned for boolen properties
...
Reviewed-by: alexsch
2013-07-09 18:01:58 +04:00
Brian Goetz
50a242e510
8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
...
Reviewed-by: psandoz, mduigou
2013-07-08 15:46:26 -04:00
Brian Goetz
ace3a4d196
8015320: Pull spliterator() up from Collection to Iterable
...
Reviewed-by: psandoz, mduigou
2013-07-12 15:01:08 -07:00
Vinnie Ryan
3300eed0bb
8019627: RuntimeException gets obscured during OCSP cert revocation checking
...
Reviewed-by: mullan
2013-07-12 20:44:34 +01:00
Lana Steuck
851063935c
Merge
2013-07-05 12:26:27 -07:00
Lana Steuck
0c0bcad83c
Merge
2013-07-03 19:09:20 -07:00
Paul Sandoz
c5fcef26c9
8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
...
Reviewed-by: henryjen, briangoetz
2013-07-03 21:43:49 +02:00
Brian Goetz
4e416d4714
8015315: Stream.concat methods
...
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Reviewed-by: psandoz, mduigou
2013-07-12 12:15:22 -07:00
Brian Goetz
53edbe01cb
8015317: Optional.filter, map, and flatMap
...
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Reviewed-by: psandoz, mduigou
2013-07-12 11:12:16 -07:00
Mike Duigou
c14b02d707
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
...
Reviewed-by: dmocek, martin, smarks
2013-07-12 11:11:30 -07:00
Thomas Schatzl
b2aec6eda3
8014890: (ref) Reference queues may return more entries than expected
...
When enqueuing references check whether the j.l.r.Reference has already been enqeued or removed in the lock. Do not enqueue them again. This occurs because multiple threads may try to enqueue the same j.l.r.Reference at the same time.
Reviewed-by: mchung, dholmes, plevart, shade
2013-07-08 14:05:59 +02:00
Dan Xu
94e1bc3172
8017212: File.createTempFile requires unnecessary "read" permission
...
Directly call FileSystem method to check a file existence. Also reviewed by tom.hawtin@oracle.com
Reviewed-by: alanb
2013-07-11 13:40:25 -07:00
Brian Burkhalter
9123d3fed3
6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
...
Make stripTrailingZeros() return BigDecimal.ZERO if the BigDecimal is numerically equal to zero.
Reviewed-by: darcy
2013-07-09 12:47:37 -07:00
Paul Sandoz
b47a003232
8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
...
Reviewed-by: briangoetz
2013-07-10 09:52:02 +02:00
David Holmes
ddb13a825c
8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
...
Ensure WeakRef object can't be prematurely gc'd
Reviewed-by: chegar, plevart
2013-07-09 22:01:57 -04:00
Sean Coffey
411683f3a7
8019979: Replace CheckPackageAccess test with better one from closed repo
...
Reviewed-by: mullan
2013-07-09 16:00:41 +01:00
Erik Helin
6085f712f8
8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
...
Reviewed-by: alanb
2013-07-08 11:30:44 +02:00
Lana Steuck
23a17dfafa
Merge
2013-07-05 13:28:17 -07:00
Shi Jun Zhang
2e28a006d8
8019381: HashMap.isEmpty is non-final, potential issues for get/remove
...
Reviewed-by: chegar, mduigou
2013-07-05 10:51:54 +08:00
Brian Goetz
fd97f9873a
8017231: Add StringJoiner.merge
...
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Reviewed-by: psandoz, alanb
2013-07-04 20:00:20 +01:00
Eric McCorkle
a58f094d40
8016285: Add java.lang.reflect.Parameter.isNamePresent()
...
Add isNamePresent method to parameter reflection library, which indicates whether or real parameter data is available
Reviewed-by: darcy
2013-07-03 19:47:15 -04:00
Paul Sandoz
355205b8a5
8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
...
Reviewed-by: alanb
2013-07-03 21:19:25 +02:00
Christian Thalinger
22d32e76ce
8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
...
Reviewed-by: jrose
2013-07-03 11:35:06 -07:00
Sergey Bylokhov
45d608aa5b
8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform
...
Reviewed-by: prr, flar
2013-07-03 19:00:10 +04:00
Mandy Chung
5a360a7579
8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which)
...
Reviewed-by: jrose, alanb, dfuchs
2013-07-02 15:58:09 -07:00
Lana Steuck
8a261ad520
Merge
2013-07-02 15:23:23 -07:00
Daniel Fuchs
5f717a6674
7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
...
Due to subtle synchronization issues between LogManager & Logger class initialization the global logger doesn't have its 'manager' field initialized until the LogManager is initialized. This fix will ensure that the global logger has its 'manager' field set when getGlobal() is called.
Reviewed-by: mchung, plevart
2013-07-02 19:47:58 +02:00
Daniel Fuchs
677643324e
8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
...
This patch makes sure that LoggerContext instances created for applets have a root and global logger.
Reviewed-by: mchung
2013-07-02 11:30:31 +02:00
Vinnie Ryan
53ecefacac
8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set
...
Reviewed-by: xuelei
2013-07-01 14:39:47 +01:00
Daniel Fuchs
7addcb118b
8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
...
This test was failing because it didn't take into account the fact that Loggers could be garbage collected.
Reviewed-by: mchung
2013-07-01 11:13:56 +02:00
Lana Steuck
c4c235dc4a
Merge
2013-06-28 19:46:18 -07:00
Lana Steuck
cf72044ebb
Merge
2013-06-28 18:06:26 -07:00
David Katleman
78425fd8da
8019347: JDK8 b96 source with GPL header errors
...
Reviewed-by: iris, alanb, lancea
2013-06-28 16:26:36 -07:00
Brian Goetz
e11ec149ce
8015318: Extend Collector with 'finish' operation
...
Reviewed-by: mduigou
2013-06-28 16:26:54 -04:00
Amy Lu
0f4a06a92a
7184826: (reflect) Add support for Project Lambda concepts in core reflection
...
Reviewed-by: darcy, jfranck
2013-08-06 18:54:02 +02:00
Chris Hegarty
04449cd1a9
8022344: Additional debug info for test/java/net/NetworkInterface/IndexTest.java
...
Reviewed-by: michaelm, alanb
2013-08-06 15:35:20 +01:00
Brian Burkhalter
aafacb6fa6
8022094: BigDecimal/CompareToTests and BigInteger/CompareToTests are incorrect
...
Fail test if errors; fix test values; port BigDecimal version to BigInteger
Reviewed-by: smarks, alanb
2013-08-02 11:10:41 -07:00
Brent Christian
b661fb4e1a
8011194: Apps launched via double-clicked .jars have file.encoding value of US-ASCII on Mac OS X
...
On Mac, default to UTF-8 if no environmental hints are available
Reviewed-by: naoto, ddehaven
2013-08-02 15:30:11 -07:00
Brian Burkhalter
2c31d993a4
6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion
...
Update specification to match implementation.
Reviewed-by: darcy
2013-07-31 10:53:33 -07:00
Sean Mullan
575679c789
Merge
2013-08-02 09:38:13 -04:00
Doug Lea
b1a10b8ed7
8020291: j.u.c.CompletionStage
...
8020435: CompletableFuture/Basic.java fails on single core machine
Reviewed-by: chegar, psandoz
2013-08-02 14:29:31 +01:00
Sean Mullan
7474815db8
Merge
2013-08-02 08:37:25 -04:00
Sean Mullan
0844d3e77b
8001319: Add SecurityPermission "insertProvider" target name
...
Reviewed-by: vinnie
2013-08-02 08:30:46 -04:00
Chris Hegarty
49fe3afa18
8022121: Remove superfluous @test tag from SpliteratorTraversingAndSplittingTest
...
Reviewed-by: psandoz
2013-08-02 11:25:00 +01:00
Paul Sandoz
3e78508945
8020016: Numerous splitereator impls do not throw NPE for null Consumers
...
Reviewed-by: mduigou, alanb, henryjen
2013-08-01 15:28:57 +01:00
Ivan Gerasimov
ebe38d6cdc
8020669: (fs) Files.readAllBytes() does not read any data when Files.size() is 0
...
Reviewed-by: alanb, chegar, martin, rriggs
2013-07-29 12:35:42 +04:00
John Zavgren
0faa9a064f
8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException
...
Reviewed-by: chegar, dsamersoff, khazra
2013-06-28 16:38:09 +01:00
Paul Sandoz
27da77ce6b
8012987: Optimizations for Stream.limit/substream
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-06-28 10:29:21 +02:00
David Katleman
a744eb3dcb
8016684: JDK8 b94 source with GPL header errors
...
Reviewed-by: tbell, darcy
2013-06-26 11:26:18 -07:00
Sergey Malenkov
10e6614da0
8016545: java.beans.XMLEncoder.writeObject output is wrong
...
Reviewed-by: alexsch
2013-06-21 17:13:43 +04:00
Lana Steuck
5ab44a5a66
Merge
2013-06-19 18:30:21 -07:00
Lana Steuck
8e2407bb87
Merge
2013-06-19 17:59:09 -07:00
Alan Eliasen
3a76795991
4837946: Faster multiplication and exponentiation of large integers
...
4646474: BigInteger.pow() algorithm slow in 1.4.0
Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring.
Reviewed-by: alanb, bpb, martin
2013-06-19 08:59:39 -07:00
Mike Duigou
4eeb7e8bc5
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
...
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Reviewed-by: forax, mduigou, psandoz
2013-06-18 16:03:10 -07:00
Chris Hegarty
c7a4e7e7fa
Merge
2013-06-18 16:08:46 +01:00
Alexey Utkin
857e168f7a
8016046: (process) Strict validation of input should be security manager case only [win]
...
Reviewed-by: alanb, ahgross
2013-06-18 17:19:49 +04:00
Chris Hegarty
9735594f15
Merge
2013-06-18 09:39:25 +01:00
Deven You
c778d84388
8014620: Signature.getAlgorithm return null in special case
...
Reviewed-by: wetmore
2013-06-17 17:36:20 -07:00
Phil Race
11aa764a6f
8015334: Memory leak when kerning is used on Windows
...
Reviewed-by: srl, bae
2013-06-17 10:34:24 -07:00
Chris Hegarty
5864e2de68
Merge
2013-06-17 11:26:16 +01:00
Lana Steuck
fd982c6d3d
Merge
2013-06-16 22:36:41 -07:00
Lana Steuck
25b7910613
Merge
2013-06-14 10:41:45 -07:00
Kurchi Subhra Hazra
eb00b0e4f3
7169142: CookieHandler does not work with localhost
...
Add .local to derived effective hostnames without dot
Reviewed-by: chegar
2013-06-13 17:48:11 -07:00
Ivan Gerasimov
b595458607
7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently
...
Reviewed-by: chegar, dholmes
2013-06-13 15:15:03 +04:00
Paul Sandoz
aed188663e
8016251: Balanced spliterator for SpinedBuffer
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: mduigou
2013-06-13 11:13:30 +02:00
Petr Pchelko
d99233cab7
8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
...
Reviewed-by: anthony, serb
2013-06-13 11:10:29 +04:00
Henry Jen
5a6e3cdfde
8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
...
Reviewed-by: mduigou
2013-06-12 14:07:14 -07:00
Anton Tarasov
861f05be2f
8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
...
Reviewed-by: anthony
2013-06-12 16:18:04 +04:00
Alan Bateman
d233c11556
8016369: java/lang/instrument/RetransformBigClass.sh failing again
...
Reviewed-by: sla, sergei
2013-06-12 09:44:34 +01:00
Henry Jen
411df5ec90
8009736: Comparator API cleanup
...
Reviewed-by: psandoz, briangoetz, mduigou, plevart
2013-06-11 13:41:38 -07:00
Naoto Sato
eb278c1a27
6609431: (rb) ResourceBundle.getString() returns incorrect value
...
Reviewed-by: okutsu, sherman
2013-06-27 14:40:21 -07:00
Robert Field
9151d67365
8016761: Lambda metafactory - incorrect type conversion of constructor method handle
...
Reviewed-by: jrose
2013-06-26 07:50:04 -07:00
Chris Hegarty
b3e5539d06
8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum)
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Tristan Yan <tristan.yan@oracle.com>
Reviewed-by: chegar, alanb, psandoz
2013-06-26 15:30:39 +01:00
Alan Eliasen
5a0793018c
4641897: Faster string conversion of large integers
...
Accelerate conversion to string by means of Schoenhage recursive base conversion.
Reviewed-by: bpb, alanb
2013-06-20 12:15:24 -07:00
Brian Burkhalter
9c0605b8e6
6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
...
For zero value ensure than an unpadded zero character is passed to Formatter.addZeros()
Reviewed-by: iris, darcy
2013-06-24 14:17:14 -07:00
Naoto Sato
feace4506d
6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
...
Reviewed-by: alanb
2013-06-21 13:42:55 -07:00
Louis Wasserman
90aebf1cf9
7131192: BigInteger.doubleValue() is depressingly slow
...
In doubleValue() and floatValue() replace converting to String and parsing to Double or Float with direct conversion into IEEE 754 bits.
Reviewed-by: bpb, drchase, martin
2013-06-21 11:50:45 -07:00
Dmitry Nadezhin
f52ad64ccc
7192954: Fix Float.parseFloat to round correctly and preserve monotonicity
...
4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0
7039391: Use Math.ulp in FloatingDecimal
Correct rounding and monotonicity problems in floats and doubles
Co-authored-by: Louis Wasserman <lowasser@google.com>
Reviewed-by: bpb, martin
2013-06-21 11:12:18 -07:00
Weijun Wang
af996219c7
8001326: Improve Kerberos caching
...
Reviewed-by: valeriep
2013-06-21 18:26:13 +08:00
Alan Bateman
a7f93a5480
8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
...
Reviewed-by: chegar, jzavgren
2013-06-20 19:14:30 +01:00
Chris Hegarty
92d31ec9c3
8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx)
...
Co-authored-by: John Zavgren <john.zavgren@oracle.com>
Reviewed-by: alanb, chegar
2013-06-20 18:53:57 +01:00
Mike Duigou
3377e0da57
8017088: Map/HashMap.compute() incorrect with key mapping to null value
...
Reviewed-by: dl, dholmes, plevart
2013-06-20 07:23:51 -07:00
Paul Sandoz
6cb8fc5c5f
8016455: Sync stream tests from lambda to tl
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-06-20 11:15:23 +02:00
Paul Sandoz
434bea45ac
8016308: Updates to j.u.stream.Node/Nodes
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-06-20 10:45:46 +02:00
Naoto Sato
2ea5ec5419
8015960: java/util/Locale/LocaleProviders.java failing again on Windows
...
Reviewed-by: alanb
2013-06-11 11:18:02 -07:00
Alan Bateman
6788137f6f
Merge
2013-06-11 14:09:06 +01:00
Martin Buchholz
fadbd21469
8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
...
Reviewed-by: alanb
2013-06-11 11:25:59 +01:00
Alan Bateman
096a439d06
7059085: Retire Thread.stop(Throwable) so that it throws UOE
...
Reviewed-by: dholmes, chegar, forax, darcy, mduigou
2013-06-11 11:22:28 +01:00
Konstantin Shefov
1963dde59a
8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
...
Reviewed-by: anthony, serb
2013-06-11 14:14:31 +04:00
Paul Sandoz
ee67107591
8015895: Int/LongStream.range/rangeClosed
...
8012986: Right-bias range spliterators for large ranges
Reviewed-by: mduigou
2013-06-11 12:13:26 +02:00
Dan Xu
41f703dac2
8013827: File.createTempFile hangs with temp file starting with 'com1.4'
...
8011950: java.io.File.createTempFile enters infinite loop when passed invalid data
Reviewed-by: alanb
2013-06-10 11:06:26 -07:00
Paul Sandoz
cde3ef7ba0
8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
...
Reviewed-by: chegar
2013-06-10 12:26:20 +02:00
Paul Sandoz
350636532e
8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
...
Reviewed-by: alanb
2013-06-10 12:20:34 +02:00
Paul Sandoz
37d4e6871b
8015492: Remove DoubleStream.range methods
...
Reviewed-by: alanb
2013-06-10 11:52:32 +02:00
Coleen Phillimore
20641e00ab
7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
...
The code for this test is fixed now and integrated to TL repo and it passes now.
Reviewed-by: alanb
2013-06-07 22:15:27 -04:00
Kurchi Subhra Hazra
7153278427
7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
...
Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept()
Reviewed-by: chegar
2013-06-07 10:59:41 -07:00
Masayoshi Okutsu
b5131a87e3
7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
...
Reviewed-by: peytoia
2013-06-07 17:37:23 +09:00
Masayoshi Okutsu
f1d2e9ae5a
7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
...
Reviewed-by: peytoia
2013-06-07 17:07:12 +09:00
Konstantin Shefov
1a56f32a4a
7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
...
Reviewed-by: serb, anthony
2013-06-06 17:06:22 +04:00
Konstantin Shefov
a20d06c4c1
8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
...
Reviewed-by: serb, anthony
2013-06-06 17:02:05 +04:00
Sean Coffey
a3d61f5a75
8000450: Restrict access to com/sun/corba/se/impl package
...
Reviewed-by: alanb, chegar, lancea
2013-06-06 14:10:44 +01:00
Lana Steuck
17b2b94a22
Merge
2013-06-05 12:31:59 -07:00
Lana Steuck
85653af175
Merge
2013-06-05 12:30:02 -07:00
Lana Steuck
1ba27fe015
Merge
2013-06-05 09:52:41 -07:00
Frederic Parain
f405277c72
7150256: Add back Diagnostic Command JMX API
...
Reviewed-by: mchung, jbachorik
2013-06-05 08:41:02 -07:00
Lana Steuck
33b1694a1b
Merge
2013-06-05 00:37:11 -07:00
Lana Steuck
cb1ba62512
Merge
2013-06-03 23:23:20 -07:00
Jose Luis Martin
8c13d6cecf
8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows
...
Reviewed-by: anthony, serb
2013-06-03 16:27:44 +04:00
Phil Race
2cbcc2b315
8015556: [macosx] surrogate pairs do not render properly
...
Reviewed-by: bae, jchen
2013-05-31 09:25:37 -07:00
Sergey Malenkov
d834509ee4
8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
...
Reviewed-by: alexsch
2013-05-31 18:25:38 +04:00
Anton Tarasov
391e1eadef
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
...
Reviewed-by: anthony
2013-05-31 15:56:07 +04:00
Anthony Petrov
912472fd71
8013189: JMenuItems draw behind TextArea
...
Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally.
Reviewed-by: art, serb
2013-05-31 14:12:53 +04:00
Paul Sandoz
f2224939ec
8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
...
Reviewed-by: chegar
2013-05-31 10:53:19 +02:00