Naoto Sato
4946a162aa
8247546: Pattern matching does not skip correctly over supplementary characters
...
Reviewed-by: joehw
2020-07-29 09:49:43 -07:00
Raffaello Giulietti
4d43cf9fc6
8222187: java.util.Base64.Decoder stream adds unexpected null bytes at the end
...
Reviewed-by: lancea, rriggs
2020-07-22 10:01:03 -04:00
Yu Li
907719baec
8245694: java.util.Properties.entrySet() does not override Object methods
...
Add missing override methods
Reviewed-by: bchristi, jboes
2020-07-20 13:11:09 +01:00
Mikael Vidstedt
ec074011a4
Merge
2020-07-19 21:34:28 -07:00
Ivan Sipka
4320afbd58
8242935: test/jdk/java/util/ServiceLoader/ReloadTest.java uses nashorn script engine
...
Reviewed-by: alanb, iignatyev
2020-07-16 12:03:51 +01:00
Mikael Vidstedt
1f5e21a16e
Merge
2020-07-15 21:24:39 -07:00
Jim Laskey
a640835c62
8249258: java/util/StringJoiner/StringJoinerTest.java failed due to OOM
...
Reviewed-by: dcubed, rriggs
2020-07-15 09:22:29 -03:00
Naoto Sato
f8f35d30af
8248695: HostLocaleProviderAdapterImpl provides invalid date-only
...
Reviewed-by: joehw
2020-07-14 09:30:08 -07:00
Ivan Sipka
dda0c6cecd
8211974: move test/jdk/lib/testlibrary/java/util/jar/*.java to top-level library or a local library
...
Reviewed-by: rriggs, bchristi, lancea, iignatyev
2020-07-08 20:35:36 +01:00
Naoto Sato
54f7732c2b
8246721: java/util/Locale/LocaleProvidersRun.java failed on Windows platforms
...
Reviewed-by: rriggs
2020-06-10 13:29:44 -07:00
Claes Redestad
99136026b8
8246129: ZIP entries created for DOS epoch include local timezone metadata
...
Reviewed-by: lancea
2020-06-10 20:53:04 +02:00
Jim Laskey
71c926c4f6
8246697: Test: java/util/StringJoiner/StringJoinerTest.java failing with OOM
...
Reviewed-by: iignatyev
2020-06-05 16:34:23 -03:00
Jim Laskey
4de4200652
8230743: StringJoiner does not handle too large strings correctly
...
Reviewed-by: rriggs, psandoz, martin
2020-06-05 09:37:14 -03:00
Jesper Wilhelmsson
3dcd1c1ab0
Merge
2020-07-09 04:32:30 +02:00
Rahul Yadav
e2072bba70
8245302: Upgrade LogRecord to support long thread ids and remove its usage of ThreadLocal
...
Java.util.logging.LogRecord has been updated to use long thread ids instead of int thread id
Reviewed-by: alanb, dfuchs
2020-07-03 10:19:54 +01:00
Martin Buchholz
175b597ad2
8247706: Unintentional use of new Date(year...) with absolute year
...
Reviewed-by: naoto, rriggs
2020-06-17 12:45:17 -07:00
Lance Andersen
65455ff60b
8207936: TestZipFile.java can fail with an OOM error
...
Reviewed-by: joehw, redestad
2020-06-11 12:58:13 -04:00
Chris Hegarty
f1e1cb7055
8246095: Tweaks to memory access API
...
Add more user friendly API points to the foreign memory acesss API
Reviewed-by: chegar, psandoz
2020-06-03 16:50:03 +01:00
Daniel Fuchs
9e43496c42
8245867: Logger/bundleLeak/BundleTest.java fails due to "OutOfMemoryError: Java heap space"
...
The test is fixed to release the memory as soon as it's no longer needed.
Reviewed-by: lancea, dcubed, dholmes
2020-05-29 20:35:46 +01:00
Daniel Fuchs
e04e052889
8239013: java.util.logging.Logger catalog cache keeps strong references to ResourceBundles
...
Changed the Logger catalog cache to use WeakReference<ResourceBundle>
Reviewed-by: lancea, mchung, naoto
2020-05-25 17:59:40 +01:00
Chris Hegarty
f3eb44a94d
8243491: Implementation of Foreign-Memory Access API (Second Incubator)
...
Upstream latest changes of the Foreign-Memory Access API
Co-authored-by: Jorn Vernee <jorn.vernee@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: chegar, psandoz
2020-05-25 10:54:39 +01:00
Naoto Sato
b5b6ae32d2
8245241: Incorrect locale provider preference is not logged
...
Reviewed-by: joehw, dfuchs
2020-05-21 13:55:06 -07:00
Mikael Vidstedt
071bd521bc
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
...
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
2020-05-20 17:33:37 -07:00
Naoto Sato
80c75c9fa9
8239383: Support for Unicode 13.0
...
Reviewed-by: rriggs, joehw
2020-05-13 15:46:08 -07:00
Igor Ignatyev
311c9ab5ba
8244052: remove copying of s.h.WB$WhiteBoxPermission in test/jdk
...
Reviewed-by: dholmes, sspitsyn
2020-04-29 07:08:31 -07:00
Volker Simonis
2594f0b9b8
8242848: Improve performance of InflaterOutputStream.write()
...
Reviewed-by: stuefe, vtewari, redestad, lancea
2020-04-23 14:23:53 +02:00
Claes Redestad
268ea904ec
8243254: Examine ZipFile slash optimization for non-ASCII compatible charsets
...
Reviewed-by: lancea, naoto, martin
2020-04-22 21:13:10 +02:00
Philipp Kunz
455eaca215
8241055: Regex Grapheme Matcher Performance Depends too much on Total Input Sequence Size
...
Reviewed-by: naoto
2020-04-16 16:09:47 -07:00
Naoto Sato
51a5e9ca3c
8242010: Upgrade IANA Language Subtag Registry to Version 2020-04-01
...
Reviewed-by: rriggs, joehw
2020-04-08 09:50:03 -07:00
Tagir F. Valeev
0386b7d0c3
8176894: Provide specialized implementation for default methods putIfAbsent, computeIfAbsent, computeIfPresent, compute, merge in TreeMap
...
Co-authored-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
Reviewed-by: martin, stuefe, rriggs
2020-04-02 05:44:04 +00:00
Ivan Gerasimov
d1b506597f
8237599: Greedy matching against supplementary chars fails to respect the region
...
Reviewed-by: rriggs
2020-03-25 08:46:31 -07:00
Kiran Sidhartha Ravikumar
fa069be2f2
8161558: ListIterator should not discard cause on exception
...
Reviewed-by: smarks
2020-03-13 18:38:07 +00:00
Ivan Gerasimov
1d4a4fed43
8214245: Case insensitive matching doesn't work correctly for some character classes
...
Reviewed-by: rriggs, darcy
2020-03-18 01:04:22 -07:00
Naoto Sato
e5e24ad080
8241082: Upgrade IANA Language Subtag Registry data to 03-16-2020 version
...
Reviewed-by: joehw
2020-03-17 19:11:10 -07:00
Naoto Sato
eeaafbe141
8216332: Grapheme regex does not work with emoji sequences
...
Reviewed-by: rriggs
2020-03-12 08:31:26 -07:00
Claes Redestad
ebadfaeb2e
8196334: Optimize UUID#fromString
...
Co-authored-by: Andriy Plokhotnyuk <plokhotnyuk@gmail.com>
Co-authored-by: Jon Chambers <jon.chambers@gmail.com>
Reviewed-by: igerasim, alanb
2020-03-02 08:22:48 +01:00
Volker Simonis
b38f3cf3bd
8240226
: DeflateIn_InflateOut.java test incorrectly assumes size of compressed file
...
Reviewed-by: martin, alanb
2020-02-28 19:49:39 +01:00
Naoto Sato
5c3a01591c
8234347: "Turkey" meta time zone does not generate composed localized names
...
8236548: Localized time zone name inconsistency between English and other locales
Reviewed-by: joehw, rriggs
2020-02-12 08:25:35 -08:00
Ivan Gerasimov
987be2bb6d
8235812: Unicode linebreak with quantifier does not match valid input
...
Reviewed-by: rriggs
2020-02-10 16:10:45 -08:00
Ivan Gerasimov
6f7f81f794
8236034: Use optimized Ques node for curly {0,1} quantifier
...
Reviewed-by: rriggs
2020-01-21 17:52:55 -08:00
Mikael Vidstedt
3318314c7c
8237589: Fix copyright header formatting
...
Reviewed-by: jjg, serb, iris, jwilhelm
2020-01-21 14:23:01 -08:00
Sean Coffey
2c5167803a
8234466: Class loading deadlock involving X509Factory#commitEvent()
...
Reviewed-by: alanb, chegar, dfuchs
2020-01-13 21:16:27 +00:00
Ivan Gerasimov
78c4ab4449
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
...
Reviewed-by: rriggs
2020-01-09 15:38:41 -08:00
Naoto Sato
e72f6028fb
8236495: open/test/jdk/java/util/Locale/LocaleProvidersRun.java failed on mac 10.14 with de_DE locale
...
Reviewed-by: lancea, clanger
2020-01-06 17:23:57 -08:00
Henry Jen
9ac2f8b654
8234542: code removal of Pack200 Tools and API
...
Reviewed-by: alanb, mchung, erikj
2019-12-10 00:36:30 +00:00
Amy Lu
14ca254fbe
8234079: ZipFileInputStreamSkipTest.java runs zero test
...
Reviewed-by: lancea
2019-11-13 21:56:28 +08:00
Naoto Sato
9803a8dcb2
8232860: Error formatting integer values with MessageFormat.format() using HOST provider
...
Reviewed-by: rriggs
2019-11-12 14:05:18 -08:00
Vladimir Yaroslavskiy
de54eb1513
8226297: Dual-pivot quicksort improvements
...
Reviewed-by: dl, lbourges
2019-11-12 13:49:40 -08:00
Naoto Sato
c1a99a0f33
8232871: Host Locale Provider on Mac does not return translated values of Japanese calendar
...
Reviewed-by: bchristi
2019-11-07 11:34:01 -08:00
Doug Lea
f29d1d172b
8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
...
Reviewed-by: martin
2019-11-01 09:07:59 -07:00
Doug Lea
dc7d30d08e
8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
...
Reviewed-by: martin
2019-11-01 09:04:04 -07:00
Lance Andersen
3cc7b5babe
8231451: ZipFileInputStream::skip handling of negative values with STORED entries
...
Reviewed-by: clanger, bpb, alanb
2019-10-30 15:54:41 -04:00
Naoto Sato
127c4a4e1b
8231273: Upgrade CLDR to v36
...
Reviewed-by: rriggs
2019-10-28 11:06:17 -07:00
Naoto Sato
d60ee287e1
8225435: Upgrade IANA Language Subtag Registry to the latest for JDK14
...
Reviewed-by: rriggs
2019-10-11 11:06:46 -07:00
Kiran Ravikumar
4b36fb50ed
8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni
...
Reviewed-by: alanb, coffeys, chegar
2019-10-09 10:14:03 +00:00
Julia Boes
4dafa3033f
8231161: Wrong return type in code sample in Collector API documentation
...
Correct declaration of container from R to A and add compilation test
Reviewed-by: smarks, lancea
2019-10-03 18:59:56 +01:00
Patrick Concannon
0364ad244a
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
...
General refactoring of code and increased test coverage
Reviewed-by: lancea, aefimov
2019-09-30 17:19:58 +01:00
Doug Lea
a9254cbcfa
8231032: ThreadMXBean locking tests fail after JSR 166 refresh
...
Reviewed-by: martin, mchung, dholmes
2019-09-27 12:20:14 -07:00
Doug Lea
eb1eadb69f
8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
...
Reviewed-by: martin, alanb
2019-09-14 11:26:26 -07:00
Doug Lea
9275097a02
8145138: CyclicBarrier/Basic.java failed with "3 not equal to 4"
...
Reviewed-by: martin, alanb
2019-09-14 11:26:26 -07:00
Doug Lea
064f69d6ab
8221168: java/util/concurrent/CountDownLatch/Basic.java fails
...
Reviewed-by: martin, alanb
2019-09-14 11:24:14 -07:00
Doug Lea
f634f777f6
8227235: rare failures in testForkHelpQuiesce tck tests
...
Reviewed-by: martin, alanb
2019-09-14 11:20:57 -07:00
Doug Lea
80fe274875
8229442: AQS and lock classes refresh
...
Reviewed-by: martin
2019-09-14 11:16:40 -07:00
Ivan Gerasimov
5e7e0e7bbe
8230829: Matcher matches a surrogate pair that crosses border of the region
...
Reviewed-by: naoto
2019-09-12 11:07:35 -07:00
Naoto Sato
ea0fbbca51
8230284: Accounting currency format support does not cope with explicit number system
...
Reviewed-by: rriggs
2019-09-09 12:42:01 -07:00
Naoto Sato
865afd7fda
8215181: Accounting currency format support
...
Reviewed-by: lancea, rriggs
2019-08-07 14:56:26 -07:00
Lance Andersen
5233e25c4c
8226530: ZipFile reads wrong entry size from ZIP64 entries
...
Reviewed-by: bpb, clanger, shade
2019-08-07 14:04:10 -04:00
Ramanand Patil
1f0295ca65
8228469: (tz) Upgrade time-zone data to tzdata2019b
...
Reviewed-by: naoto, martin
2019-08-07 13:00:57 +01:00
Ivan Gerasimov
66dc6cf25b
8228352: CANON_EQ breaks when pattern contains supplementary codepoint
...
Reviewed-by: naoto
2019-08-01 07:14:03 -07:00
Naoto Sato
11ab995e6c
8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale
...
Reviewed-by: lancea
2019-07-26 13:32:59 -07:00
Naoto Sato
c1a479ad67
8212970: TZ database in "vanguard" format support
...
Reviewed-by: rriggs, joehw, erikj, scolebourne
2019-07-26 08:56:28 -07:00
Mikael Vidstedt
f08a9de3b2
Merge
2019-07-17 04:33:37 -07:00
Peter Levart
49daf1dc19
8227368: EnumSet.class serialization broken in JDK 9+
...
Reviewed-by: smarks
2019-07-13 10:43:45 +00:00
Daisy Zhou
116af970c8
8227289: Enable assertions for some shell to java conversion tests after JDK-8218960
...
Reviewed-by: naoto
2019-07-15 10:21:33 +08:00
Claes Redestad
eddf2cf920
8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
...
Reviewed-by: alanb
2019-07-04 15:00:03 +02:00
Jesper Wilhelmsson
37599ff955
Merge
2019-06-29 05:26:55 +02:00
Christoph Langer
a8fc8c4c21
8226869: Test java/util/Locale/LocaleProvidersRun.java should enable assertions
...
Reviewed-by: naoto
2019-06-28 20:46:25 +01:00
Vladimir Kozlov
c956e7ca8d
8185139: [Graal] Tests which set too restrictive security manager fail with Graal
...
Tests should also check default policy
Reviewed-by: mchung, dfuchs, alanb, mullan
2019-06-21 13:04:14 -07:00
Sean Coffey
8d4f4b0491
8213561: ZipFile/MultiThreadedReadTest.java timed out in tier1
...
Reviewed-by: lancea
2019-06-20 08:02:41 +00:00
Tagir F. Valeev
822c02437a
8225339: Optimize HashMap.keySet()/HashMap.values()/HashSet toArray() methods
...
Reviewed-by: rriggs, redestad, smarks
2019-06-14 05:02:58 +00:00
Ivan Gerasimov
4a3b3d365e
8225397: Integer value miscalculation in toString() method of BitSet
...
Reviewed-by: aph
2019-06-06 17:20:19 -07:00
Claes Redestad
27d8c3f7b4
8224240: Properties.load fails to throw IAE on malformed unicode in certain circumstances
...
Reviewed-by: smarks, rriggs, dfuchs
2019-06-05 10:23:06 +02:00
Ivan Gerasimov
f5e2916507
8224789: Parsing repetition count in regex does not detect numeric overflow
...
Reviewed-by: rriggs, bchristi
2019-05-29 13:44:27 -07:00
Doug Lea
22a4313efc
8224024: java/util/concurrent/BlockingQueue/DrainToFails.java testBounded fails intermittently
...
Reviewed-by: martin
2019-05-24 08:47:39 -07:00
Naoto Sato
93fabcdc5a
8221431: Support for Unicode 12.1
...
Reviewed-by: erikj, rriggs
2019-05-23 12:21:21 -07:00
Leo Jiang
078f5eb6a8
8219781: Localized names for Japanese era Reiwa in COMPAT provider
...
Reviewed-by: naoto
2019-05-19 22:14:09 +08:00
Aleksei Efimov
64b8734964
8223638: Replace wildcard address with loopback or local host in tests - part 6
...
Reviewed-by: dfuchs
2019-05-14 13:34:49 +01:00
Naoto Sato
c709e1cbf0
8221432: Upgrade CLDR to Version 35.1
...
Reviewed-by: rriggs, srl
2019-05-08 12:45:02 -07:00
Naoto Sato
c797bc008e
8220037: Inconsistencies of generated timezone files between Windows and Linux
...
Reviewed-by: rriggs
2019-05-07 09:37:02 -07:00
Ivan Gerasimov
b7ea7e93aa
8223174: Pattern.compile() can throw confusing NegativeArraySizeException
...
Reviewed-by: martin
2019-05-03 23:00:07 -07:00
Doug Lea
187ce630a2
8219138: Miscellaneous changes imported from jsr166 CVS 2019-05
...
Reviewed-by: martin
2019-05-02 06:33:28 -07:00
Doug Lea
82b990abc9
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
...
Reviewed-by: martin, dholmes
2019-05-02 06:33:28 -07:00
Adam Farley8
d97dd4d554
8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
...
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin, smarks
2019-05-02 06:33:28 -07:00
Naoto Sato
854c0539c4
8222980: Upgrade IANA Language Subtag Registry to Version 2019-04-03
...
Reviewed-by: bpb, lancea
2019-04-26 09:09:39 -07:00
Stuart Marks
1aa784cdac
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
...
Reviewed-by: redestad, lancea
2019-04-09 09:49:36 -07:00
Steve Groeger
3ff0b6ea5e
8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
...
Make a strong reference to TestLogger and dont fetch it from LogManager
Reviewed-by: dfuchs
2019-04-08 15:01:39 +01:00
Naoto Sato
2a510a6353
8205432: Replace the placeholder Japanese era name
...
Reviewed-by: rriggs, chegar
2019-04-01 08:19:21 -07:00
Aleksey Shipilev
e8a753f253
8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms
...
Reviewed-by: stuefe, alanb
2019-03-27 12:38:29 +01:00
Christoph Langer
26358daaee
8172695: (scanner) java/util/Scanner/ScanTest.java fails
...
Reviewed-by: smarks, bpb
2019-03-21 09:16:58 +01:00
Roger Riggs
b77b4b254c
8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
...
Reviewed-by: lancea, alanb
2019-03-19 10:47:17 -04:00
Toshio Nakamura
aa5aa46fb0
8220227: Host Locale Provider getDisplayCountry returns error message under non-English Win10
...
Adjusting to detect translated Unknown messages
Reviewed-by: naoto
2019-03-13 13:05:37 +09:00
Lin Zang
144d81caf6
8219721: jcmd from earlier release will hang attaching to VM with JDK-8215622 applied
...
Fix compatibility issue caused by jmap update of 8215622
Reviewed-by: dholmes, ysuenaga, phh, sspitsyn
2019-03-11 21:26:19 -04:00
Naoto Sato
c12d6ac1a7
8219890: Calendar.getDisplayName() returns empty string for new Japanese Era on some locales
...
Reviewed-by: lancea
2019-02-28 14:03:04 -08:00
Philipp Kunz
24af91dc02
8219548: Better Null paramenter checking in ToolProvider
...
Reviewed-by: lancea, alanb, jjg
2019-02-26 13:14:26 -05:00
Daniel Fuchs
e58a4da301
8216363: NullPointerException in java.util.logging.Handler#isLoggable
...
The implementation is changed to match the spec: isLoggable(null) returns false.
Reviewed-by: mchung, lancea
2019-02-21 16:57:47 +00:00
Lin Zang
6f5c009756
8215622: Add dump to file support for jmap –histo
...
Add "file=" to jmap "histo" jmap, Hotspot support in attachListener.cpp:heap_inspection.
Reviewed-by: phh, sspitsyn
2019-02-20 11:36:02 -08:00
Arno Zeller
7252ba2762
8219228: java/util/Base64/TestEncodingDecodingLength.java failing on 8GB test machine
...
Reviewed-by: clanger, rriggs, nishjain, mbaesken
2019-02-18 12:52:55 +01:00
Doug Lea
ff97b60fde
8215249: Miscellaneous changes imported from jsr166 CVS 2019-02
...
Reviewed-by: martin, chegar, dholmes
2019-02-15 11:18:01 -08:00
Doug Lea
a7ab4d7bd3
8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws
...
Reviewed-by: martin, chegar, dholmes, reinhapa, alanb
2019-02-15 11:18:01 -08:00
Doug Lea
012c399c26
8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp
...
Reviewed-by: martin, chegar, dholmes
2019-02-15 11:18:01 -08:00
Doug Lea
f0807ebc18
8210280: Unnecessary reallocation when invoking HashMap.putAll()
...
Co-authored-by: Michal Vala <mvala@redhat.com>
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin, mvala, igerasim, chegar, rriggs
2019-02-08 13:39:22 -08:00
Nishit Jain
13a52f3a17
8217969: Base64.Decoder.decode methods do not need to throw OOME due to integer overflow
...
8218265
: java/util/Base64/TestEncodingDecodingLength.java failing
Reviewed-by: rriggs, naoto
2019-02-06 13:57:19 +05:30
Brian Burkhalter
f380787a41
8218460: Test generation scripts do not invoke stream preprocessor correctly
...
Reviewed-by: rriggs
2019-02-05 14:36:50 -08:00
Naoto Sato
6da3289179
8217609: New era placeholder not recognized by java.text.SimpleDateFormat
...
Reviewed-by: nishjain, rriggs
2019-01-29 07:46:50 -08:00
Steve Groeger
76946b97e4
8217777: TEST_BUG: jdk/java/util/prefs/ExportSubtree.java passes even when test should fail
...
Reviewed-by: clanger, rriggs
2019-01-29 09:10:08 +00:00
Daniel Fuchs
4ca19585c3
8217353: java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexResetUpdate.java fails with Unexpected reference: java.lang.ref.WeakReference
...
Instrumented the test to relay the original exception as a suppressed exception of the secondary one, increased sleep time, adjusted iteration numbers according to timeout factor.
Reviewed-by: lancea, iignatyev
2019-01-25 11:45:26 +00:00
Nishit Jain
72141ff6e6
8210583: Base64.Encoder incorrectly throws NegativeArraySizeException
...
Reviewed-by: rriggs, naoto, darcy, alanb
2019-01-24 12:45:19 +05:30
Naoto Sato
a862610527
8217366: ZoneStrings are not populated for all the Locales
...
Reviewed-by: rriggs
2019-01-23 15:43:01 -08:00
Philipp Kunz
44ba433328
8216362: Better error message handling when there is an invalid Manifest
...
Reviewed-by: lancea, rriggs, mullan
2019-01-10 14:32:56 -05:00
Dora Zhou
b1a3c7d538
8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale
...
Reviewed-by: naoto, rgoel, rriggs
2019-01-07 18:48:39 -08:00
Tagir F. Valeev
42e7372b3e
8214687: Optimize Collections.nCopies().hashCode() and equals()
...
Reviewed-by: igerasim, smarks
2018-12-30 08:57:24 +07:00
Philipp Kunz
1dae61a374
8066619: Fix deprecation warnings in java.util.jar
...
Reviewed-by: rriggs, lancea
2018-12-21 09:54:32 -05:00
Christoph Langer
206ea259ec
8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests
...
Reviewed-by: redestad, lancea
2018-12-19 10:36:16 +00:00
Alan Bateman
888057a89f
8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny
...
Reviewed-by: redestad, mchung, jjg
2018-12-18 10:26:15 +00:00
Daniel Fuchs
0bdabe5e08
8211093: Default logging.properties sets log level for com.xyz.foo
...
Reviewed-by: bpb, rriggs
2018-12-13 11:27:37 +00:00
Dora Zhou
ffccf955f5
8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
...
Reviewed-by: naoto
2018-12-06 18:46:08 -08:00
Joe Wang
bffe795d2d
8213325: (props) Properties.loadFromXML does not fully comply with the spec
...
Reviewed-by: alanb, rriggs, dfuchs, naoto
2018-12-04 14:53:00 -08:00
Naoto Sato
5fc8ae7c71
8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public
...
Reviewed-by: rriggs, mchung
2018-11-29 10:13:42 -08:00
Doug Lea
53d3a4f50c
8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
...
Reviewed-by: martin, chegar
2018-11-28 15:25:14 -08:00
Doug Lea
5d11c7bd0c
8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec
...
Reviewed-by: martin, dholmes
2018-11-28 15:25:14 -08:00
Dora Zhou
2b38340ad7
8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests
...
Reviewed-by: naoto
2018-11-15 21:53:30 -08:00
Roger Riggs
29e742273e
8185496
: Improve performance of system properties initialization in initPhase1
...
8213424: VersionProps duplicate and skipped initialization
Reviewed-by: mchung, redestad, dholmes
2018-11-09 13:28:16 -05:00
Mandy Chung
9ffe7e1205
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
...
Reviewed-by: alanb, dfuchs, kvn
2018-11-06 10:01:16 -08:00
Ying Zhou
0fade4897e
8210409: Refactor java.util.TimeZone:i18n shell tests to plain java tests
...
Reviewed-by: naoto
2018-11-06 15:23:52 +08:00
Naoto Sato
a1029a4729
8213330: Fix legal headers in i18n tests
...
Reviewed-by: lancea
2018-11-05 13:55:41 -08:00
Daniel Fuchs
059682d681
8213301: Fix legal headers in jdk logging tests
...
Reviewed-by: chegar, mchung
2018-11-05 11:20:47 +00:00
Lance Andersen
87f243d539
8213328: Update test copyrights in test/java/util/zip and test/jdk/tools
...
Reviewed-by: joehw
2018-11-04 13:06:02 -05:00
Lance Andersen
a655e6b52b
8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator
...
Reviewed-by: rriggs, sherman, alanb, clanger
2018-10-26 14:02:31 -04:00
Amy Lu
f095a9ee49
8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh to plain java test
...
Reviewed-by: bchristi, weijun
2018-10-25 11:05:24 +08:00
Amy Lu
6ce0aeb00b
8210908: Refactor java/util/prefs/PrefsSpi.sh to plain java test
...
Reviewed-by: bchristi
2018-10-25 11:00:40 +08:00
Hamlin Li
533bd0a604
8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests
...
Reviewed-by: naoto
2018-10-24 17:52:06 +08:00
Amy Lu
a0594bc138
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
...
Reviewed-by: forax, weijun
2018-10-23 13:47:17 +08:00
Dora Zhou
3c2c6bce02
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
...
Reviewed-by: naoto
2018-10-18 00:56:38 -07:00
Ying Zhou
05f0d11553
8210403: Refactor java.util.Locale:i18n shell tests to plain java tests
...
Reviewed-by: naoto
2018-10-17 16:37:41 +08:00
Xueming Shen
cd8e70a35c
8199172: Improve jar attribute checks
...
Reviewed-by: psandoz, alanb
2018-04-04 13:55:30 -07:00
Xueming Shen
859d376494
8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream
...
Reviewed-by: alanb
2018-10-08 14:14:52 -07:00
Jaikiran Pai
4cd9401815
8211765: JarFile constructor throws undocumented exception
...
Reviewed-by: lancea, sherman, alanb, chegar
2018-10-07 14:35:00 -04:00
Igor Ignatyev
ab8c7f710c
8211171: move JarUtils to top-level testlibrary
...
Reviewed-by: alanb
2018-10-01 14:54:46 -07:00
Doug Lea
deb0e6503d
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
...
Reviewed-by: martin, chegar
2018-09-28 08:45:46 -07:00
Doug Lea
0b431957a5
8210971: Add exception handling methods to CompletionStage and CompletableFuture
...
Reviewed-by: martin, chegar
2018-09-28 08:45:46 -07:00