2514 Commits

Author SHA1 Message Date
Stuart Marks
312d5273ed 8186851: fix misspellings of "dependent" and "independent" in the JDK repo
Reviewed-by: bpb, psadhukhan
2017-08-29 12:16:28 -07:00
Nishit Jain
2935665766 8186713: Document default rounding mode in NumberFormat
Reviewed-by: naoto, bpb
2017-08-29 12:16:22 +05:30
Xue-Lei Andrew Fan
25c3c626bf 8179654: New JDK 9 typos in SSLEngineResult
Reviewed-by: ascarpino, wetmore
2017-08-29 00:01:00 +00:00
Naoto Sato
b474897fe2 8171049: Era.getDisplayName doesn't work with non-IsoChronology
Reviewed-by: rriggs
2017-08-28 10:16:33 -07:00
Mandy Chung
496b798b66 8186145: tools/launcher/modules/validate/ValidateModulesTest.java fails when launched with -XX:+EnableJVMCI
--validate-modules runs with a boot layer resolving all system modules rather than only java.base

Reviewed-by: alanb
2017-08-25 10:52:17 -07:00
Brian Burkhalter
d5f19a429a 8186707: Remove libnio FileChannelImpl native close0() function
Remove Java_sun_nio_ch_FileChannelImpl_close0() on Unix and Windows and Java_sun_nio_ch_FileDispatcherImpl_closeByHandle on Windows only

Reviewed-by: alanb
2017-08-25 10:43:12 -07:00
Brent Christian
3d44d41bf8 8186217: Remove erroneous @hidden JavaDoc tag from java.util.Properties.replace(Object, Object, Object)
Reviewed-by: bpb, naoto
2017-08-25 10:39:02 -07:00
Jonathan Gibbons
15a9282cb9 8186684: Fix broken links in java.base API docs
Reviewed-by: sherman, martin, mchung, bpb, lancea
2017-08-24 16:52:21 -07:00
Vinnie Ryan
ac74c7fdb4 8173181: Empty string alias in KeyStore throws StringIndexOutOfBoundsException for getEntry()
Reviewed-by: weijun
2017-08-24 16:49:56 +01:00
Claes Redestad
07d8b10614 8186500: StringConcatFactory.makeConcatWithConstants throws AssertionError when recipe contains non-String constants
Reviewed-by: shade, psandoz
2017-08-24 15:03:38 +02:00
Jonathan Gibbons
0ad228775f 8186466: Fix accessibility and other minor issues in java.base
Reviewed-by: mchung, naoto, martin
2017-08-23 10:58:11 -07:00
Roger Riggs
9c6245db87 8173817: StackOverflowError in "process reaper" thread
Switch to inner class to avoid lambda stack overhead in ProcessReaper

Reviewed-by: dholmes, martin
2017-08-22 09:41:58 -04:00
Nishit Jain
48c3c0e860 6609718: [Fmt-Ch] uninformative exception in ChoiceFormat.applyPattern(String)
Reviewed-by: naoto
2017-08-22 12:04:53 +05:30
Claes Redestad
01c44cfed8 8185362: Replace use of AtomicReferenceFieldUpdater from BufferedInputStream with Unsafe
Reviewed-by: shade, martin, sherman
2017-08-22 07:52:40 +02:00
Claes Redestad
a0682e8231 8186334: JarFile throws ArrayIndexOutOfBoundsException when the manifest contains certain characters
Reviewed-by: psandoz, bchristi
2017-08-22 07:52:16 +02:00
Sean Mullan
f36db2dd00 8159544: Remove deprecated classes in com.sun.security.auth.**
Reviewed-by: jlahoda, vinnie, weijun
2017-08-21 14:05:10 +00:00
Jesper Wilhelmsson
745b1b769a Merge 2017-08-17 19:35:37 +02:00
Roger Riggs
f1c5dd9a93 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
Registry filter should allow arrays of any type

Reviewed-by: dfuchs, smarks, coffeys
2017-08-16 16:46:51 -04:00
Jesper Wilhelmsson
31ebdb6fdd Merge 2017-08-16 21:16:30 +02:00
Liam Miller-Cushon
925357af09 8184940: JDK 9 rejects zip files where the modified day or month is 0
Reviewed-by: martin
2017-08-14 17:19:31 -07:00
Jonathan Gibbons
b6f3d93557 8186160: Fix a11y issues in java.security package
Reviewed-by: wetmore
2017-08-14 13:57:15 -07:00
Jonathan Gibbons
0f6e2890e7 8186156: Fix a11y and HTML issues in java.net and javax.net packages
Reviewed-by: lancea, mchung
2017-08-14 13:54:10 -07:00
Jesper Wilhelmsson
2cfd23d6f4 Merge 2017-08-08 22:55:42 +02:00
Weijun Wang
43ead07d44 8185934: keytool shows "Signature algorithm: SHA1withECDSA, -1-bit key"
Reviewed-by: mullan
2017-08-08 21:37:38 +08:00
Roger Riggs
15ebee5d38 8184744: Replace finalizer in crypto classes with Cleaner
Reviewed-by: mchung
2017-08-07 14:14:03 -04:00
Alan Bateman
df5b632f58 8185853: Generate readability graph at link time and other startup improvements
Reviewed-by: mchung
2017-08-07 09:37:16 +01:00
Christoph Langer
893b23be49 8184330: Remove sun.nio.ch.Util.atBugLevel() either completely or at least get rid of volatile field bugLevel
Reviewed-by: alanb
2017-08-04 15:28:32 +02:00
Xue-Lei Andrew Fan
b6563b7bf4 8180643: Illegal handshake message
Reviewed-by: weijun
2017-08-03 00:55:45 +00:00
Ivan Gerasimov
ab1f27286b 8185754: Typo in java.util.regex.Pattern javadoc: no slash in \p class
Reviewed-by: bpb
2017-08-02 16:20:02 -07:00
Brian Burkhalter
0227368887 8185623: (se) AbstractSelector.selectorOpen is not published safely
Make 'selectorOpen' instance variable final

Reviewed-by: chegar
2017-08-01 16:08:17 -07:00
Bradford Wetmore
570bbe25a2 8169080: Improve documentation examples for crypto applications
Reviewed-by: mullan
2017-08-01 15:30:13 -07:00
Vladimir Kozlov
8a7e0be29b Merge 2017-08-01 13:04:59 -07:00
Mandy Chung
2cb9e39fc9 8161121: VM::isSystemDomainLoader should consider platform class loader
Reviewed-by: alanb
2017-07-28 13:22:33 -07:00
Jonathan Gibbons
1b9cc2f7a2 8186153: Fix a11y and HTML issues in the java.math, java.text and java.time packages
Reviewed-by: lancea, bpb
2017-08-11 14:07:14 -07:00
Jonathan Gibbons
c79d52b103 8186052: Fix a11y and HTML issues in the java.base/java.lang[.*] packages
Reviewed-by: smarks
2017-08-10 15:23:03 -07:00
Jonathan Gibbons
330008fbf2 8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages
Reviewed-by: bpb, smarks
2017-08-10 15:21:17 -07:00
Doug Lea
2f31db126d 8185099: Miscellaneous changes imported from jsr166 CVS 2017-08
Reviewed-by: martin, psandoz
2017-08-09 17:40:38 -07:00
Doug Lea
9f28d43df5 8185830: ConcurrentSkipListSet.clone() fails with UnsupportedOperationException
Reviewed-by: martin, psandoz, plevart
2017-08-09 17:30:51 -07:00
Brian Burkhalter
d5769843a5 8185092: Data race in FilterOutputStream.close
Change boolean instance variable "closed" to an AtomicBoolean.

Reviewed-by: martin, alanb, redestad
2017-07-27 13:13:19 -07:00
Nishit Jain
933a5cc639 8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
Reviewed-by: naoto, rriggs, tbell
2017-07-27 11:38:55 +05:30
Lana Steuck
1465bc0bba Merge 2017-07-27 02:05:45 +00:00
Xue-Lei Andrew Fan
f13bcda829 6645409: Remove unused DefaultHostnameVerifier
Reviewed-by: mullan
2017-07-25 22:21:09 +00:00
Xue-Lei Andrew Fan
415359251f 8184316: Typo in javax.net.ssl.SSLServerSocket class documentation
Reviewed-by: mullan
2017-07-25 22:19:54 +00:00
Adam Petcher
657a610888 8183591: Incorrect behavior when reading DER value with Integer.MAX_VALUE length
Reviewed-by: mullan
2017-07-24 10:18:33 -04:00
Doug Lea
e043d76f49 8178409: Miscellaneous changes imported from jsr166 CVS 2017-07
Reviewed-by: martin, psandoz
2017-07-22 09:18:50 -07:00
Doug Lea
c887543d2d 8177632: ScheduledThreadPoolExecutor delayed task shutdown policy affects non-scheduled tasks
8176254: ScheduledThreadPoolExecutor periodic tasks not cancelled if running at shutdown
8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads

Reviewed-by: martin, psandoz, dholmes
2017-07-22 09:13:53 -07:00
Doug Lea
8e1db99fd6 8178956: Misleading description of arguments to accumulator function called by LongAccumulator
Reviewed-by: martin, psandoz, dholmes, darcy
2017-07-22 09:08:50 -07:00
Doug Lea
a2667824fb 7062169: (coll) micro-optimize ArrayList.remove(Object)
Reviewed-by: martin, psandoz, igerasim
2017-07-22 09:03:50 -07:00
Abhijit Saha
68fc0e86fe Merge 2017-07-18 10:39:10 -07:00
Xueming Shen
d98cecb4c0 8184306: zlib 1.2.11 upgrade triggers j.u.zip.Deflater regression
Reviewed-by: alanb, bpb
2017-07-17 14:48:43 -07:00