Christoph Langer
3602186430
8242039: Improve jlink VersionPropsPlugin
...
Reviewed-by: redestad
2020-04-14 21:43:34 +02:00
Denghui Dong
a62a0e5282
8238665: Add JFR event for direct memory statistics
...
Reviewed-by: egahlin, alanb
2020-04-14 20:36:33 +02:00
Stuart Marks
a46f4bfa95
8242327: List spec should state that unmodifiable lists implement RandomAccess
...
Reviewed-by: lancea
2020-04-13 14:37:07 -07:00
Brian Burkhalter
447d6499f1
8242292: (fs) FileSystems.getFileSystem(URI) should throw IAE if the URI scheme is null
...
Reviewed-by: lancea, alanb
2020-04-13 10:16:38 -07:00
Joe Darcy
455d2e7cea
8225540: In core reflection note whether returned annotations are declaration or type annotations
...
Reviewed-by: alanb, prappo
2020-04-09 14:16:17 -07:00
Jim Laskey
d9bf934831
8241742: Remove the preview status for methods introduced for Text Blocks
...
Reviewed-by: psandoz, chegar, alanb
2020-04-09 10:55:01 -03:00
Naoto Sato
62060fc278
8242337: javadoc typo in NumberFormat::setMinimumFractionDigits
...
Reviewed-by: lancea, martin
2020-04-08 11:40:33 -07:00
Pavel Rappo
4c4271f283
8242230: Whitespace typos, relaxed javadoc, formatting
...
Reviewed-by: darcy, igerasim
2020-04-08 11:16:56 +01:00
Patrick Concannon
378aef32ab
8240533: Inconsistent Exceptions are thrown by DatagramSocket and DatagramChannel when sending a DatagramPacket to port 0
...
Fix adds checks for port == 0 to the send and connect methods in DatagramSocket and DatagramChannelImpl
Reviewed-by: alanb, chegar, dfuchs, lancea
2020-04-07 16:21:01 +01:00
Christoph Dreis
08b90285b2
8242208: Use Method.getParameterCount where applicable
...
Reviewed-by: redestad, chegar
2020-04-06 13:46:09 +02:00
Christoph Dreis
e9adf7bbe1
8242186: Reduce allocations in URLStreamHandler.parseURL for some cases
...
Reviewed-by: redestad, chegar
2020-04-06 13:44:54 +02:00
Chris Hegarty
61940fe4ce
8241988: DatagramSocket incorrectly caches the first set of socket options
...
Reviewed-by: msheppar, dfuchs, alanb
2020-04-03 07:16:35 +01:00
Christoph Langer
15fcf27414
8241947: Minor comment fixes for system property handling
...
Reviewed-by: ihse, mchung, alanb
2020-04-02 13:06:29 +02: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
3790e58090
8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only)
...
Reviewed-by: weijun
2020-04-01 18:38:05 -07:00
Mandy Chung
5700a934bb
8241964: Clean up java.lang.Class javadoc
...
Reviewed-by: darcy
2020-03-31 19:18:16 -07:00
Ivan Gerasimov
53b2368d49
8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio)
...
Reviewed-by: alanb, prappo, dfuchs
2020-03-30 13:59:16 -07:00
Joe Darcy
916f00acc1
8241374: add Math.absExact
...
Reviewed-by: smarks, chegar, bpb
2020-03-30 13:49:02 -07:00
Ivan Gerasimov
b0e1ee4b3b
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
...
Reviewed-by: prappo
2020-03-28 21:07:55 -07:00
Joe Darcy
98e6be7cc2
8241789: Make citations of JLS and JVMS consistent in java.lang.Class
...
Reviewed-by: jjg
2020-03-28 13:01:26 -07:00
Sergei Tsypanov
b35032dc01
8241649: Optimize Character.toString
...
Reviewed-by: redestad, rriggs
2020-03-26 10:02:57 +01: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
Mandy Chung
75a8b7fa83
8240975: Extend NativeLibraries to support explicit unloading
...
Reviewed-by: alanb, mcimadamore
2020-03-23 09:05:39 -07:00
Pavel Rappo
17ff85d4ad
8241014: Miscellaneous typos in documentation comments
...
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
2020-03-20 20:54:56 +00: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
Valerie Peng
0610992a8f
8238566: java.security.Provider$Service.supportsParameter() is racy
...
Use double-checked-locking pattern inside the hasKeyAttributes() method
Reviewed-by: xuelei
2020-03-12 22:11:49 +00:00
Mandy Chung
e9494f2155
8240242: improve the javadoc for Lookup::dropLookupModes w.r.t. dropping UNCONDITIONAL
...
Reviewed-by: chegar, rriggs
2020-03-12 11:56:49 -07:00
Mandy Chung
d5d6dc0caa
8228336: Refactor native library loading implementation
...
Reviewed-by: alanb, dholmes
2020-03-12 11:54:11 -07:00
Daniel Fuchs
58337b12f8
8059309: network tests fail with "java.net.SocketException: Couldn't obtain phys addr" when run as "root"
...
The solaris specific code is changed to use the fallback mechanism if the DLPI interface returns an error indicating that the operation is unsupported. In addition, NetworkInterface::getHardwareAddress is changed to always return null for the loopback interface.
Reviewed-by: alanb
2020-03-12 18:31:49 +00:00
Naoto Sato
eeaafbe141
8216332: Grapheme regex does not work with emoji sequences
...
Reviewed-by: rriggs
2020-03-12 08:31:26 -07:00
Erik Gahlin
672992f6ac
8222000: JFR: Process start event
...
Reviewed-by: mgronlun, rriggs
2020-03-09 21:25:38 +01:00
Naoto Sato
123ac07064
8239836: ZoneRules.of() doesn't check transitionList/standardOffsetTL arguments validity
...
Reviewed-by: rriggs, joehw, scolebourne
2020-03-09 13:20:45 -07:00
Brian Burkhalter
e2f4319171
4617266: (se spec) SelectionKey.OP_READ/OP_WRITE documentation errors
...
Reviewed-by: lancea, alanb, darcy
2020-03-06 10:34:31 -08:00
Joe Darcy
001b8056c8
8240624: Note mapping of RoundingMode constants to equivalent IEEE 754-2019 attribute
...
Reviewed-by: bpb
2020-03-05 15:07:20 -08: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
Sergei Tsypanov
f729514ebd
8240094: Optimize empty substring handling
...
Reviewed-by: redestad, igerasim, jlaskey
2020-02-26 21:24:02 +01:00
Naoto Sato
8493812702
8239520: ValueRange.of(long, long, long) does not throw IAE on invalid inputs
...
Reviewed-by: rriggs
2020-02-24 14:16:20 -08:00
Naoto Sato
c30f84536e
8239837: Typo in source code of ZoneOffsetTransitionRule leaking to Javadocs
...
Reviewed-by: lancea
2020-02-24 12:20:30 -08:00
Xue-Lei Andrew Fan
4e430ffbb6
8239264: Clearup the legacy ObjectIdentifier constructor from int array
...
Reviewed-by: jnimeh
2020-02-17 18:52:50 -08:00
Joe Darcy
683a5b1197
8237805: Use inline @jls @jvms in core libs where appropriate
...
Reviewed-by: xiaofeya, dfuchs, prappo
2020-02-13 10:37:37 -08:00
Stuart Marks
5b4d80d106
8046362: IdentityHashMap.hash comments should be clarified
...
Reviewed-by: aph, martin, rriggs
2020-02-13 10:00:33 -08:00
Roger Riggs
eccdd8e603
8238919: (doc) Broken code snippet in the java.util.stream package documentation
...
Reviewed-by: mchung, naoto
2020-02-12 15:06:39 -05: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
John Rose
f0cdbbe120
8238239: java.lang.Record spec clarifications
...
Reviewed-by: psandoz
2020-02-10 15:08:51 -05:00
Claes Redestad
326a939e1b
8237878: Improve ModuleLoaderMap datastructures
...
Reviewed-by: alanb, forax
2020-02-10 13:58:12 +01:00
Claes Redestad
ac69c7894d
8238684: Override getOrDefault in immutable Map implementation
...
Reviewed-by: forax, psandoz, smarks
2020-02-08 15:21:25 +01:00
Patrick Concannon
00c40ae1e3
7021373: DatagramPacket exception conditions are not clear
...
Specification is clarified by adding or clarifying @throws clauses where required
Reviewed-by: alanb, chegar, darcy, dfuchs
2020-02-07 11:10:41 +00:00
Claes Redestad
38f0c08ee0
8237484: Improve module system bootstrap
...
Reviewed-by: alanb
2020-02-07 10:23:35 +01:00