Naoto Sato
9cb99ee080
8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath
...
Reviewed-by: alanb
2014-12-16 12:48:31 -08:00
Amy Lu
3b60f51758
8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
...
Reviewed-by: chegar, prappo
2014-12-13 20:22:21 +00:00
Daniel Fuchs
7e7e10eb42
8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
...
The call to JavaAWTAccess is moved outside of the critical section
Reviewed-by: mchung
2014-12-05 12:20:51 +01:00
Chris Hegarty
43842f6349
Merge
2014-12-03 19:28:35 +00:00
Chris Hegarty
441905cdc7
8049367: Modular Run-Time Images
...
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
2014-12-03 14:22:58 +00:00
Jan Lahoda
56d2ce25a9
8065998: Avoid use of _ as a one-character identifier
...
Reviewed-by: alanb, chegar, darcy
2014-12-02 15:12:40 +01:00
Daniel Fuchs
96da5b9ce3
8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
...
Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off.
Reviewed-by: mchung
2014-11-24 17:02:37 +01:00
Stuart Marks
da2c303927
8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
...
Reviewed-by: lancea, rriggs
2014-11-21 13:32:17 -08:00
Staffan Friberg
c90bc5b316
6321472: Add CRC-32C API
...
To add CRC-32C api and implementation
Reviewed-by: sherman
2014-11-21 09:28:53 -08:00
Claes Redestad
f50ee8896a
8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
...
Reviewed-by: sherman
2014-11-16 15:03:46 +01:00
Daniel Fuchs
59ca72f0eb
8059767: FileHandler should allow 'long' limits and handle overflow of MeteredStream.written
...
FileHandler now uses 'long' for limit and MeteredStream.written. It also reads a long for limit from the configuration, and has a new constructor allowing to pass a 'long' for limit.
Reviewed-by: alanb, igerasim, mchung
2014-10-22 17:23:14 +02:00
Martin Buchholz
72f7a2a671
8062194: java.util.jar.Attributes should use insertion-ordered iteration
...
S/HashMap/LinkedHashMap/g
Reviewed-by: alanb, sherman
2014-10-27 16:24:43 -07:00
Chris Hegarty
1a2e64b98b
8060052: FutureTask; fix underflow when timeout = Long.MIN_VALUE
...
Reviewed-by: martin
2014-10-11 14:45:27 +01:00
Amy Lu
9b4793ec4c
8058855: Update java.util.zip tests to work with modular image
...
Reviewed-by: dholmes, sherman, alanb
2014-10-11 13:24:23 +01:00
Daniel Fuchs
9183fba213
8028788: Logger.enterring uses String concatenation in a loop
...
Changed code to use StringBuilder instead.
Reviewed-by: chegar, lancea
2014-10-07 14:49:45 +02:00
Daniel Fuchs
7200372290
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
...
Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec.
Reviewed-by: lancea
2014-10-01 18:16:45 +02:00
Daniel Fuchs
9087c7536e
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
...
NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null.
Reviewed-by: alanb
2014-09-29 18:56:32 +02:00
Daniel Fuchs
0a6f6d9d89
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
...
Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans.
Reviewed-by: alanb, mchung, plevart, psandoz
2014-09-26 11:29:29 +02:00
Martin Buchholz
3951dda4cf
8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
...
Fix off-by-one bug in EXTSIG handling; add docs.
Reviewed-by: sherman, alanb
2014-08-29 12:07:11 -07:00
Yong Jeffrey Huang
95232def75
8055222: ISO 4217 Amendment #159
...
Reviewed-by: naoto
2014-09-04 00:32:43 -07:00
Amy Lu
ff93fd2cce
8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
...
Reviewed-by: mchung, darcy
2014-08-22 14:56:09 -07:00
Martin Buchholz
15aa55d99e
8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253
...
Replace obsolescent cp -r with cp -R. Add more error checks.
Reviewed-by: naoto
2014-08-20 11:06:38 -07:00
Amy Lu
f9c8748b48
8055262: Update jdk/test/java/util/Base64 tests to remove use of sun.misc.BASE64Encoder/Decoder
...
Reviewed-by: mchung, sherman
2014-08-19 12:26:34 -07:00
Daniel Fuchs
f0133ac1a0
8052403: java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
...
CheckZombieLockTest and CheckLockLocationTest should work with different temporary log directories so that they can be run concurrently. This fix changes the name of the log directory used by CheckZombieLockTest.
Reviewed-by: mchung
2014-08-19 17:11:28 +02:00
Martin Buchholz
0613e548bb
8055253: test/java/util/Currency/PropertiesTest.sh modifies the test JDK
...
Always make a temp copy of the test JDK before destructively modifying
Reviewed-by: naoto, alanb
2014-08-18 21:06:45 -07:00
Daniel Fuchs
15a875a7a5
8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
...
This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread.
Reviewed-by: dholmes
2014-08-14 15:18:11 +02:00
Ivan Gerasimov
b79daf9354
8054221: StringJoiner imlementation optimization
...
Reviewed-by: martin
2014-08-07 15:07:33 +04:00
Masayoshi Okutsu
d84a697aad
8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
...
Reviewed-by: naoto, alanb
2014-08-07 13:04:26 +09:00
Chris Hegarty
343fd87ea8
8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
...
Reviewed-by: rriggs, mduigou
2014-07-30 17:42:18 +01:00
Mike Duigou
ab68202313
8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
...
Reviewed-by: psandoz, chegar
2014-07-24 09:01:00 -07:00
Claes Redestad
23f341125f
8006627: UUID to/from String performance should be improved by reducing object allocations
...
Co-authored-by: Steven Schlansker <stevenschlansker@gmail.com>
Reviewed-by: mduigou, plevart
2014-07-21 23:07:40 +02:00
Paul Sandoz
7a0238bfd3
8044047: Missing null pointer checks for streams
...
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: dfuchs
2014-07-16 14:35:48 +02:00
Ivan Gerasimov
e03728427a
8035975: Pattern.compile(String, int) fails to throw IllegalArgumentException
...
Reviewed-by: sherman
2014-07-16 13:02:24 +04:00
Ivan Gerasimov
1203c8ea34
6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
...
Reviewed-by: plevart, martin
2014-07-12 04:15:56 +04:00
Daniel Fuchs
7c04b45666
8048913: java/util/logging/LoggingDeadlock2.java times out
...
Removes the /timeout=15 parameter from the @run command line
Reviewed-by: mchung, dholmes
2014-07-09 17:51:50 +02:00
Daniel Fuchs
44470419c0
8048020: Regression on java.util.logging.FileHandler
...
In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.
Reviewed-by: alanb
2014-07-07 15:31:07 +02:00
Martin Buchholz
b6e211ab64
8048990: ZipFile.entries() can't handle empty zip entry names
...
GetEntryBytes should never return null pointer for entry names
Reviewed-by: sherman
2014-07-02 10:21:23 -07:00
Mike Duigou
efbff37c1a
8048207: Collections.checkedQueue.offer() calls add on wrapped queue
...
Reviewed-by: psandoz
2014-06-27 10:26:39 -07:00
Naoto Sato
72fb4c3adf
8039317: Read currency.data as a resource
...
Reviewed-by: alanb, chegar
2014-06-26 10:48:43 -07:00
Mike Duigou
6c860a781a
8047795: Collections.checkedList checking bypassed by List.replaceAll
...
Reviewed-by: psandoz, chegar
2014-06-25 12:36:03 -07:00
Martin Buchholz
a5943eeeae
8004807: java/util/Timer/Args.java failing intermittently in HS testing
...
Update test to improve reliability
Reviewed-by: rriggs, ewang
2014-06-10 08:07:39 -07:00
Mike Duigou
a76e39b79f
8046085: inserting null key into HashMap treebin fails
...
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: dl, mduigou, alanb, chegar
2014-06-06 14:23:08 -07:00
Ivan Gerasimov
a9f575446d
8037866: Replace the Fun class in tests with lambdas
...
Reviewed-by: martin
2014-06-02 19:49:57 +04: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
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
Alan Bateman
3b959b9adf
8043119: (props) Properties.storeToXML closes output stream
...
Reviewed-by: lancea
2014-05-14 16:40:53 +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
Yuka Kamiya
b597db519c
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
...
Reviewed-by: naoto, okutsu
2014-05-08 08:22:25 +09:00
Paul Sandoz
b6182243e5
8042355: stream with sorted() causes downstream ops not to be lazy
...
Reviewed-by: mduigou
2014-05-06 10:29:59 +02:00
Ivan Gerasimov
c1e26ac310
8040806: BitSet.toString() can throw IndexOutOfBoundsException
...
Reviewed-by: plevart, mduigou
2014-05-06 10:28:48 +04:00