Jim Laskey
3d98ec1b7b
8273056: java.util.random does not correctly sample exponential or Gaussian distributions
...
Co-authored-by: Guy Steele <gls@openjdk.org>
Reviewed-by: bpb, darcy
2021-12-02 13:00:14 +00:00
Naoto Sato
a363b7b921
8177819: DateTimeFormatterBuilder zone parsing should recognise DST
...
8277049: ZonedDateTime parse in Fall DST transition fails to retain the correct zonename.
Reviewed-by: joehw, scolebourne
2021-12-01 17:14:53 +00:00
Ravi Reddy
1e9ed54d36
8193682: Infinite loop in ZipOutputStream.close()
...
Reviewed-by: lancea, coffeys
2021-12-01 15:35:00 +00:00
Alan Bateman
fde0b95ede
8277861: Terminally deprecate Thread.stop
...
Reviewed-by: rriggs, mchung, uschindler, dholmes
2021-12-01 08:44:51 +00:00
Jaikiran Pai
0a01baaf2d
8277986: Typo in javadoc of java.util.zip.ZipEntry#setTime
...
Reviewed-by: alanb, iris, lancea
2021-12-01 01:17:07 +00:00
Weijun Wang
7049c13cf4
8231107: Allow store password to be null when saving a PKCS12 KeyStore
...
Reviewed-by: mullan
2021-12-01 01:01:57 +00:00
Petr Portnov
e30e676709
8277606: String(String) constructor could copy hashIsZero
...
Reviewed-by: redestad, rriggs
2021-11-30 20:50:13 +00:00
Roger Riggs
0384739afc
8276665: ObjectInputStream.GetField.get(name, object) should throw ClassNotFoundException
...
Reviewed-by: naoto, lancea, smarks
2021-11-24 15:14:22 +00:00
Maurizio Cimadamore
96e36071b6
8275063: Implementation of Foreign Function & Memory API (Second incubator)
...
Reviewed-by: erikj, psandoz, jvernee, darcy
2021-11-24 11:51:16 +00:00
Mandy Chung
032067264f
8277451: java.lang.reflect.Field::set on static field with invalid argument type should throw IAE
...
Reviewed-by: alanb
2021-11-23 17:14:59 +00:00
Vicente Romero
7b67a49f83
8261847: performance of java.lang.Record::toString should be improved
...
Reviewed-by: jlaskey, redestad
2021-11-23 15:23:23 +00:00
Roger Riggs
5e7e2da227
8272042: java.util.ImmutableCollections$Map1 and MapN should not be @ValueBased
...
Reviewed-by: mchung, iris, naoto, smarks
2021-11-23 15:02:48 +00:00
Volker Simonis
79350b9b4f
8276216: Negated character classes performance regression in Pattern
...
Reviewed-by: clanger
2021-11-23 09:15:20 +00:00
Sergey Bylokhov
e3243ee963
8277087: ZipException: zip END header not found at ZipFile#Source.findEND
...
Reviewed-by: lancea
2021-11-23 08:57:34 +00:00
Jim Laskey
8683de5eda
8274685: Documentation suggests there are ArbitrarilyJumpableGenerator when none
...
Co-authored-by: Guy Steele <gls@openjdk.org>
Reviewed-by: rriggs
2021-11-22 16:19:23 +00:00
Jim Laskey
6b4fbaedbb
8273792: JumpableGenerator.rngs() documentation refers to wrong method
...
Co-authored-by: Guy Steele <gls@openjdk.org>
Reviewed-by: rriggs
2021-11-22 16:17:01 +00:00
Andrey Turbanov
36b59f3814
8274333: Redundant null comparison after Pattern.split
...
Reviewed-by: mullan, weijun, rriggs, iris
2021-11-19 18:49:04 +00:00
Andrey Turbanov
6677554374
8274949: Use String.contains() instead of String.indexOf() in java.base
...
Reviewed-by: weijun, dfuchs, vtewari, lancea
2021-11-19 18:48:06 +00:00
Sean Mullan
03f8c0fb93
8275887
: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled
...
Reviewed-by: weijun
2021-11-19 14:36:07 +00:00
Sean Mullan
a44b45fdf3
4337793: Mark non-serializable fields of java.security.cert.Certificate and CertPath
...
Reviewed-by: valeriep, rriggs
2021-11-18 13:48:12 +00:00
Naoto Sato
b8453ebdb4
8275007: Java fails to start with null charset if LC_ALL is set to certain locales
...
Reviewed-by: rriggs, iris, joehw, alanb
2021-11-18 01:13:26 +00:00
Naoto Sato
231fb61aae
8276970: Default charset for PrintWriter that wraps PrintStream
...
Reviewed-by: rriggs, alanb
2021-11-18 01:12:12 +00:00
Sean Coffey
6bb04626af
8277224: sun.security.pkcs.PKCS9Attributes.toString() throws NPE
...
Reviewed-by: weijun
2021-11-17 20:50:46 +00:00
Weijun Wang
262d07001b
8277246: Check for NonRepudiation as well when validating a TSA certificate
...
Reviewed-by: xuelei, mullan
2021-11-17 20:03:55 +00:00
Roger Riggs
8ed384cfb6
8276609: Document setting property jdk.serialFilter
to an invalid value throws ExceptionInInitializerError
...
Reviewed-by: dfuchs, lancea
2021-11-16 20:53:49 +00:00
Daniel Jelinski
cddc6ce446
8275811: Incorrect instance to dispose
...
Reviewed-by: xuelei
2021-11-16 20:34:15 +00:00
Paul Sandoz
a59c9b2ac2
8271515: Integration of JEP 417: Vector API (Third Incubator)
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Co-authored-by: Jie Fu <jiefu@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Rado Smogura <mail@smogura.eu>
Reviewed-by: kvn, sviswanathan, ngasson
2021-11-15 21:48:38 +00:00
Pavel Rappo
fdcd16a38f
8277048: Tiny improvements to the specification text for java.util.Properties.load
...
Reviewed-by: rriggs, iris, naoto
2021-11-15 11:25:23 +00:00
Lance Andersen
b85500e524
8276123: ZipFile::getEntry will not return a file entry when there is a directory entry of the same name within a Zip File
...
Reviewed-by: redestad, alanb
2021-11-12 17:12:13 +00:00
Andrey Turbanov
5a2452c80e
8274835: Remove unnecessary castings in java.base
...
Reviewed-by: mullan, naoto, lancea, bpb
2021-11-12 16:30:56 +00:00
Andrey Turbanov
1e941dedad
8275197: Remove unused fields in ThaiBuddhistChronology
...
Reviewed-by: naoto, rriggs, iris
2021-11-11 22:26:45 +00:00
Claes Redestad
0ca0acf63c
8276947: Clarify how DateTimeFormatterBuilder.appendFraction handles value ranges
...
Reviewed-by: rriggs, naoto
2021-11-11 20:36:46 +00:00
Aleksei Efimov
2ca4ff87b7
8244202: Implementation of JEP 418: Internet-Address Resolution SPI
...
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: dfuchs, alanb, michaelm, chegar
2021-11-11 14:33:58 +00:00
Yoshiki Sato
ad3be04d2a
8276536: Update TimeZoneNames files to follow the changes made by JDK-8275766
...
Reviewed-by: naoto, coffeys
2021-11-11 01:39:06 +00:00
Naoto Sato
bce35ac1d6
8276775: ZonedDateTime/OffsetDateTime.toString return invalid ISO-8601 for years <= 1893
...
Reviewed-by: lancea, iris, bpb, scolebourne, rriggs
2021-11-10 20:53:23 +00:00
Naoto Sato
0c409cac78
8276186: Require getAvailableLocales() methods to include Locale.ROOT
...
Reviewed-by: prappo, smarks, iris
2021-11-10 20:52:11 +00:00
Weijun Wang
a5c160c711
8267108: Alternate Subject.getSubject and doAs APIs that do not depend on Security Manager APIs
...
Reviewed-by: mullan
2021-11-10 19:35:17 +00:00
Sergey Tsypanov
0f23c6a9fe
8276926: Use String.valueOf() when initializing File.separator and File.pathSeparator
...
Reviewed-by: redestad, jlaskey
2021-11-10 12:46:30 +00:00
Jamil Nimeh
8822d41fdc
8274736: Concurrent read/close of SSLSockets causes SSLSessions to be invalidated unnecessarily
...
Reviewed-by: xuelei, wetmore
2021-11-10 01:24:33 +00:00
Masanori Yano
e198594753
8250678: ModuleDescriptor.Version parsing treats empty segments inconsistently
...
Reviewed-by: mchung, alanb
2021-11-09 14:28:07 +00:00
Bradford Wetmore
38e6d5d6ed
8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl
...
Reviewed-by: jnimeh
2021-11-09 01:11:18 +00:00
Eamonn McManus
905e3e8813
8231490: Ugly racy writes to ZipUtils.defaultBuf
...
Reviewed-by: lancea
2021-11-08 19:57:44 +00:00
Roger Riggs
7e73bca0b7
8276408: Deprecate Runtime.exec methods with a single string command line argument
...
Reviewed-by: alanb
2021-11-08 16:39:07 +00:00
Petr Portnov
cc2cac130c
8274686: java.util.UUID#hashCode() should use Long.hashCode()
...
Reviewed-by: rriggs
2021-11-08 13:22:37 +00:00
Ludvig Janiuk
d8b0dee65e
8276239: Better tables in java.util.random package summary
...
Reviewed-by: jlaskey
2021-11-08 09:44:44 +00:00
Anirvan Sarkar
c7095b20d9
8276207
: Properties.loadFromXML/storeToXML works incorrectly for supplementary characters
...
Reviewed-by: joehw
2021-11-06 00:41:44 +00:00
Jaikiran Pai
396132ff1e
8275509: ModuleDescriptor.hashCode isn't reproducible across builds
...
Reviewed-by: alanb, ihse
2021-11-05 03:44:45 +00:00
Ludvig Janiuk
8ec80c4bc1
8276653: Missing row headers in j.l.Character docs
...
Reviewed-by: naoto
2021-11-04 21:06:03 +00:00
Ludvig Janiuk
7e87f946ce
8276652: Missing row headers in MethodHandles.Lookup docs
...
Reviewed-by: mchung
2021-11-04 20:46:23 +00:00
Ludvig Janiuk
99d4b07cdd
8276649: MethodHandles.Lookup docs: replace the table in the cross-module access check section with list
...
Reviewed-by: mchung
2021-11-04 17:26:18 +00:00