Brian Burkhalter
|
b36cf35ad9
|
8283417: Update java.nio buffers to use sealed classes
Reviewed-by: rriggs, darcy, iris, alanb
|
2022-03-24 16:11:57 +00:00 |
|
Aleksei Efimov
|
929b6a3556
|
8282917: Remove InetAddressImplFactory from InetAddress
Reviewed-by: dfuchs, jpai
|
2022-03-24 13:50:50 +00:00 |
|
Naoto Sato
|
0ee65e1ff3
|
8283465: Character.UnicodeBlock.NUM_ENTITIES is out of date
Reviewed-by: bpb, iris, smarks
|
2022-03-23 19:44:04 +00:00 |
|
liach
|
3e73a0b726
|
8283237: CallSite should be a sealed class
Reviewed-by: jkuhn, mchung
|
2022-03-23 16:43:06 +00:00 |
|
Aleksei Efimov
|
2b291d837e
|
8282536: java.net.InetAddress should be a sealed class
Reviewed-by: dfuchs, jpai, rriggs, michaelm
|
2022-03-23 14:57:36 +00:00 |
|
Jaikiran Pai
|
91fab6ad59
|
8283411: InflaterInputStream holds on to a temporary byte array of 512 bytes
Reviewed-by: lancea, vtewari, alanb
|
2022-03-23 09:47:44 +00:00 |
|
Joe Darcy
|
f7d21c3523
|
8283480: Make AbstractStringBuilder sealed
Reviewed-by: jjg, rriggs, jlaskey, dfuchs
|
2022-03-22 16:26:23 +00:00 |
|
Jim Laskey
|
557ff4b355
|
8282625: Formatter caches Locale/DecimalFormatSymbols poorly
Reviewed-by: naoto, rriggs, jpai
|
2022-03-22 15:32:46 +00:00 |
|
Magnus Ihse Bursie
|
f8878cb0cc
|
8257733: Move module-specific data from make to respective module
Reviewed-by: jjg, weijun, naoto, erikj, prr, alanb, mchung
|
2022-03-21 21:34:09 +00:00 |
|
Joe Darcy
|
14b9e80b8a
|
8283415: Update java.lang.ref to use sealed classes
Reviewed-by: kbarrett, alanb
|
2022-03-21 16:57:17 +00:00 |
|
Ravi Reddy
|
ff0b0927a2
|
8278794: Infinite loop in DeflaterOutputStream.finish()
Reviewed-by: coffeys, lancea
|
2022-03-18 15:31:30 +00:00 |
|
Claes Redestad
|
002e366744
|
8283325: US_ASCII decoder relies on String.decodeASCII being exhaustive
Reviewed-by: rriggs, dcubed
|
2022-03-17 21:15:36 +00:00 |
|
Joe Darcy
|
5ef1990d6c
|
8283274: Improve @jvms usage in java.base
Reviewed-by: iris
|
2022-03-17 16:37:20 +00:00 |
|
Claes Redestad
|
beedae1141
|
8281146: Replace StringCoding.hasNegatives with countPositives
Co-authored-by: Lutz Schmidt <lucy@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: kvn, lucy, rriggs
|
2022-03-17 09:20:24 +00:00 |
|
XenoAmess
|
3e393047e1
|
8281631: HashMap copy constructor and putAll can over-allocate table
Reviewed-by: smarks
|
2022-03-16 16:48:49 +00:00 |
|
Joe Darcy
|
0cf291bc31
|
8283234: Improve @jls usage in java.base
Reviewed-by: iris
|
2022-03-16 16:17:50 +00:00 |
|
Joe Darcy
|
4df24c5df3
|
8283230: Improve @jls usage in ElementType
Reviewed-by: jjg, iris
|
2022-03-16 02:02:10 +00:00 |
|
Joe Darcy
|
32f8437d85
|
8283075: Bad IllegalArgumentException message for out of range rank from ClassDesc.arrayType(int)
Reviewed-by: vromero, alanb
|
2022-03-15 17:33:45 +00:00 |
|
Joe Darcy
|
05a83e03ca
|
8283124: Add constant for tau to Math and StrictMath
Reviewed-by: bpb, iris
|
2022-03-15 16:22:11 +00:00 |
|
Joe Darcy
|
671b6efd61
|
8283143: Use minimal-length literals to initialize PI and E constants
Reviewed-by: smarks
|
2022-03-15 16:05:37 +00:00 |
|
Naoto Sato
|
c96085eaab
|
8282929: Localized monetary symbols are not reflected in toLocalizedPattern return value
Reviewed-by: joehw, lancea
|
2022-03-14 16:28:15 +00:00 |
|
Brian Burkhalter
|
13cebffe61
|
8058924: FileReader(String) documentation is insufficient
Reviewed-by: naoto, lancea
|
2022-03-14 16:10:15 +00:00 |
|
Jaikiran Pai
|
3cf83a671e
|
8282572: EnumSet should be a sealed class
Reviewed-by: sundar
|
2022-03-14 03:17:57 +00:00 |
|
Brian Burkhalter
|
b13cacc575
|
8254574: PrintWriter handling of InterruptedIOException should be removed
Reviewed-by: alanb
|
2022-03-10 18:25:53 +00:00 |
|
Brian Burkhalter
|
fdce97df5f
|
8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system
Reviewed-by: lancea, alanb
|
2022-03-10 17:36:51 +00:00 |
|
Tim Prinzing
|
31ad80a229
|
8280902: ResourceBundle::getBundle may throw NPE when invoked by JNI code with no caller frame
Reviewed-by: naoto, mchung, ihse
|
2022-03-09 04:02:17 +00:00 |
|
Ian Graves
|
3fc009be8a
|
8281560: Matcher.hitEnd returns unexpected results in presence of CANON_EQ flag.
Reviewed-by: rriggs, lancea
|
2022-03-08 16:32:18 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Joe Darcy
|
1faa5c8092
|
8282686: Add constructors taking a cause to SocketException
Reviewed-by: alanb, xuelei, lancea, dfuchs
|
2022-03-07 17:52:04 +00:00 |
|
Lance Andersen
|
f0995abe62
|
8280404: Unexpected exception thrown when CEN file entry comment length is not valid
Reviewed-by: alanb
|
2022-03-07 16:10:31 +00:00 |
|
Joe Darcy
|
104e3cb24b
|
8282696: Add constructors taking a cause to InvalidObjectException and InvalidClassException
Reviewed-by: lancea
|
2022-03-07 14:47:52 +00:00 |
|
Naoto Sato
|
733c7907b0
|
8282081: java.time.DateTimeFormatter: wrong definition of symbol F
Reviewed-by: joehw, scolebourne, lancea, rriggs
|
2022-03-04 16:57:54 +00:00 |
|
Quan Anh Mai
|
fc52a2182a
|
8282143: Objects.requireNonNull should be ForceInline
Reviewed-by: psandoz
|
2022-03-02 00:46:35 +00:00 |
|
Weijun Wang
|
59b3ecc591
|
8277976: Break up SEQUENCE in X509Certificate::getSubjectAlternativeNames and X509Certificate::getIssuerAlternativeNames in otherName
6776681: Invalid encoding of an OtherName in X509Certificate.getAlternativeNames()
Reviewed-by: mullan
|
2022-02-28 17:00:47 +00:00 |
|
Naoto Sato
|
0ae3d1d59c
|
8282131: java.time.ZoneId should be a sealed abstract class
Reviewed-by: iris, rriggs, bpb, lancea, mchung, scolebourne
|
2022-02-28 13:22:15 +00:00 |
|
Andrey Turbanov
|
3cfffa4f8e
|
8282188: Unused static field MathContext.DEFAULT_DIGITS
Reviewed-by: darcy, bpb
|
2022-02-24 11:03:29 +00:00 |
|
Lance Andersen
|
a020b6ba8f
|
8280409: JarFile::getInputStream can fail with NPE accessing ze.getName()
Reviewed-by: mullan, alanb
|
2022-02-23 16:56:50 +00:00 |
|
Volker Simonis
|
378fa507a2
|
8281962: Avoid unnecessary native calls in InflaterInputStream
Reviewed-by: clanger, redestad, alanb, lancea
|
2022-02-23 08:36:13 +00:00 |
|
Brian Burkhalter
|
6445ee46b5
|
5041655: (ch) FileLock: negative param and overflow issues
Reviewed-by: alanb
|
2022-02-22 17:24:15 +00:00 |
|
Ian Graves
|
3cb38678aa
|
8281315: Unicode, (?i) flag and backreference throwing IndexOutOfBounds Exception
Reviewed-by: naoto
|
2022-02-22 16:31:57 +00:00 |
|
Ian Graves
|
41355e2daa
|
8276686: Malformed Javadoc inline tags in JDK source in /java/util/regex/Pattern.java
Reviewed-by: iris, bpb, lancea
|
2022-02-22 15:38:52 +00:00 |
|
Jaikiran Pai
|
e0b49629e9
|
8282190: Typo in javadoc of java.time.format.DateTimeFormatter#getDecimalStyle
Reviewed-by: dfuchs, rriggs, lancea, iris
|
2022-02-22 01:39:28 +00:00 |
|
Andrey Turbanov
|
51f4420711
|
8282130: (bf) Remove unused ARRAY_BASE_OFFSET, ARRAY_INDEX_SCALE from read-only Heap Buffers
Reviewed-by: bpb, alanb
|
2022-02-21 09:03:16 +00:00 |
|
Naoto Sato
|
129277653e
|
8281317: CompactNumberFormat displays 4-digit values when rounding to a new range
Reviewed-by: joehw
|
2022-02-17 19:03:08 +00:00 |
|
Tim Prinzing
|
a6f8a386ef
|
8281000: ClassLoader::registerAsParallelCapable throws NPE if caller is null
Reviewed-by: erikj, ihse, mchung, bchristi
|
2022-02-17 17:34:39 +00:00 |
|
Joe Darcy
|
4c7f8b49a4
|
8268250: Class.arrayType() for a 255-d array throws undocumented IllegalArgumentException
Reviewed-by: sundar, alanb
|
2022-02-17 17:12:40 +00:00 |
|
Andrey Turbanov
|
d0e11808fd
|
8282019: Unused static fields DEGREES_TO_RADIANS, RADIANS_TO_DEGREES in StrictMath
Reviewed-by: bpb, darcy
|
2022-02-17 12:31:37 +00:00 |
|
Joe Darcy
|
5ec7898dbf
|
8281671: Class.getCanonicalName spec should explicitly cover array classes
Reviewed-by: mchung
|
2022-02-16 22:02:55 +00:00 |
|
Tim Prinzing
|
67763df4dc
|
8281003: MethodHandles::lookup throws NPE if caller is null
Reviewed-by: ihse, mchung, jrose, alanb
|
2022-02-16 20:09:46 +00:00 |
|
Mandy Chung
|
980d187891
|
8281335: Allow a library already loaded via System::loadLibrary to be loaded as a raw library
Reviewed-by: sundar, mcimadamore
|
2022-02-16 18:31:32 +00:00 |
|