Andrew Haley
|
3fab8e37bb
|
8341903: Implementation of Scoped Values (Fourth Preview)
Reviewed-by: alanb
|
2024-11-05 17:12:17 +00:00 |
|
Archie Cobbs
|
f95097cc64
|
8343482: Remove unnecessary @SuppressWarnings annotations (net)
Reviewed-by: dfuchs
|
2024-11-05 15:46:00 +00:00 |
|
Archie Cobbs
|
c799cad1de
|
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
Reviewed-by: ihse
|
2024-11-05 15:44:54 +00:00 |
|
Shaojin Wen
|
5890d9438b
|
8333893: Optimization for StringBuilder append boolean & null
Reviewed-by: liach
|
2024-11-05 15:05:33 +00:00 |
|
Chen Liang
|
16feeb7a8e
|
8343547: Restore accidentally removed annotations in LambdaForm from ClassFile API port
Reviewed-by: asotona
|
2024-11-05 12:15:42 +00:00 |
|
Shaojin Wen
|
67907d5e89
|
8343500: Optimize ArrayClassDescImpl computeDescriptor
Reviewed-by: liach
|
2024-11-05 00:29:08 +00:00 |
|
Artur Barashev
|
8b4749713c
|
8331682: Slow networks/Impatient clients can potentially send unencrypted TLSv1.3 alerts that won't parse on the server
Reviewed-by: wetmore, djelinski, xuelei
|
2024-11-04 18:46:38 +00:00 |
|
Archie Cobbs
|
1cc3586c53
|
8343551: Missing copyright header update in Charset-X-Coder.java.template
Reviewed-by: iris
|
2024-11-04 17:32:11 +00:00 |
|
Naoto Sato
|
1c4483473d
|
8333582: Update CLDR to Version 46.0
Reviewed-by: joehw, srl, jlu
|
2024-11-04 17:00:44 +00:00 |
|
Archie Cobbs
|
23fa1a3327
|
8343484: Remove unnecessary @SuppressWarnings annotations (nio)
Reviewed-by: alanb
|
2024-11-04 16:13:10 +00:00 |
|
Per Minborg
|
646d64e880
|
8340307: Add explanation around MemorySegment:reinterpret regarding arenas
Reviewed-by: jvernee
|
2024-11-04 14:12:30 +00:00 |
|
Chen Liang
|
8d6cfba37f
|
8336267: Method and Constructor signature parsing can be shared on the root object
Reviewed-by: mchung
|
2024-11-04 13:24:29 +00:00 |
|
Chen Liang
|
1f7d524fd3
|
8343437: ClassDesc.of incorrectly permitting empty names
Reviewed-by: mchung
|
2024-11-04 13:24:09 +00:00 |
|
Per Minborg
|
f69b6016d6
|
8343188: Investigate ways to simplify MemorySegment::ofBuffer
Reviewed-by: mcimadamore
|
2024-11-04 11:06:25 +00:00 |
|
Adam Sotona
|
f9e1c62dcd
|
8343436: Regression in StackMapGenerator after JDK-8339205
Reviewed-by: liach
|
2024-11-04 07:19:23 +00:00 |
|
Justin Lu
|
ea110c35f5
|
8343236: Use @apiNote and @implSpec in j.util.Currency
Reviewed-by: iris, lancea, bpb, naoto
|
2024-11-01 16:34:53 +00:00 |
|
Andrey Turbanov
|
f77a5144a1
|
8343194: Avoid redundant Hashtable.containsKey call in CodeSource.readObject
Reviewed-by: mullan
|
2024-11-01 11:47:00 +00:00 |
|
Calvin Cheung
|
d4eb2d924e
|
8319343: Improve CDS module graph support for --add-modules option
Reviewed-by: alanb, iklam
|
2024-10-31 21:30:08 +00:00 |
|
Aleksey Shipilev
|
7c36fa7e17
|
8343019: Primitive caches must use boxed instances from the archive
Reviewed-by: jiangli, vlivanov, iklam
|
2024-10-31 20:18:25 +00:00 |
|
Chen Liang
|
3ccd2f757d
|
8342458: More consistent constant instruction handling
Reviewed-by: asotona
|
2024-10-31 14:01:13 +00:00 |
|
Alan Bateman
|
dee0982c60
|
8343132: Remove temporary transitions from Virtual thread implementation
Reviewed-by: dholmes, sspitsyn, pchilanomate
|
2024-10-31 08:53:19 +00:00 |
|
Eirik Bjørsnøs
|
2f1ba5ef09
|
8343307: Throw ZipException instead of IAE in ZipFile.Source::initCEN
Reviewed-by: lancea, jpai
|
2024-10-31 08:32:48 +00:00 |
|
Jiangli Zhou
|
688e92e7f5
|
8342642: Class loading failure due to archived map issue in ModuleLoaderMap.Mapper
Reviewed-by: iklam, shade, alanb
|
2024-10-31 01:50:00 +00:00 |
|
Chen Liang
|
158ae51be0
|
8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned
Reviewed-by: darcy
|
2024-10-30 05:58:22 +00:00 |
|
Serguei Spitsyn
|
60364ef001
|
8341273: JVMTI is not properly hiding some continuation related methods
Reviewed-by: alanb, amenkov
|
2024-10-29 19:59:43 +00:00 |
|
Ferenc Rakoczi
|
9cfb0f7f7a
|
8341527: AVX-512 intrinsic for SHA3
Reviewed-by: sviswanathan
|
2024-10-29 15:18:24 +00:00 |
|
Eirik Bjørsnøs
|
d49f21043b
|
8342040: Further improve entry lookup performance for multi-release JARs
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad
|
2024-10-28 18:21:18 +00:00 |
|
Brian Burkhalter
|
1341b81321
|
8341666: FileInputStream doesn't support readAllBytes() or readNBytes(int) on pseudo devices
Reviewed-by: alanb
|
2024-10-28 16:38:36 +00:00 |
|
Jatin Bhateja
|
52382e285f
|
8338021: Support new unsigned and saturating vector operators in VectorAPI
Reviewed-by: psandoz, epeter, sviswanathan
|
2024-10-28 16:30:29 +00:00 |
|
Chen Liang
|
40e07a7ea3
|
8342865: Use type parameter for Class::getPrimitiveClass
Reviewed-by: darcy
|
2024-10-26 14:45:04 +00:00 |
|
Jonathan Gibbons
|
873f8a696f
|
8305406: Add @spec tags in java.base/java.* (part 2)
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org>
Reviewed-by: valeriep
|
2024-10-26 06:57:45 +00:00 |
|
Maurizio Cimadamore
|
f1a9a8d25b
|
8342902: Deduplication of acquire calls in BindingSpecializer causes escape-analyisis failure
Reviewed-by: jvernee
|
2024-10-25 21:07:48 +00:00 |
|
Mark Powers
|
ca1700b8bf
|
8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer
Reviewed-by: mullan
|
2024-10-24 23:09:45 +00:00 |
|
Justin Lu
|
7af46a6b42
|
8340554: Improve MessageFormat readObject checks
Reviewed-by: naoto
|
2024-10-24 16:17:43 +00:00 |
|
Markus KARG
|
3c14c2babb
|
8341566: Add Reader.of(CharSequence)
Reviewed-by: rriggs, jpai, liach, alanb
|
2024-10-24 14:34:58 +00:00 |
|
Chen Liang
|
25c2f48d45
|
8338544: Dedicated Array class descriptor implementation
Reviewed-by: redestad, mchung, jvernee
|
2024-10-24 02:40:08 +00:00 |
|
Brian Burkhalter
|
de92fe3757
|
8233451: (fs) Files.newInputStream() cannot be used with character special files
Reviewed-by: alanb
|
2024-10-23 18:53:30 +00:00 |
|
Joe Darcy
|
a21c558699
|
8342863: Use pattern matching for instanceof in equals methods of wrapper classes
Reviewed-by: rriggs
|
2024-10-23 18:23:50 +00:00 |
|
Naoto Sato
|
e64f0798be
|
8342582: user.region for formatting number no longer works for 21.0.5
Reviewed-by: jlu, rriggs
|
2024-10-23 17:44:31 +00:00 |
|
Naoto Sato
|
426da4bbad
|
8341975: Unable to set encoding for IO.println, IO.print and IO.readln
Reviewed-by: rriggs, iris, alanb
|
2024-10-23 17:44:15 +00:00 |
|
Mandy Chung
|
d6eddcdaf9
|
8327624: Remove VM implementation that bypass verification for core reflection
Reviewed-by: liach, dholmes, jrose, alanb, mli
|
2024-10-22 18:14:37 +00:00 |
|
Justin Lu
|
c61d2c5a34
|
8341445: DecimalFormatSymbols setters should throw NPE
Reviewed-by: naoto
|
2024-10-22 17:21:38 +00:00 |
|
Claes Redestad
|
d10eecf161
|
8341776: Remove unused enum values from LambdaForm$Kind
Reviewed-by: liach
|
2024-10-22 13:51:42 +00:00 |
|
Aggelos Biboudis
|
c9f38409cc
|
8342679: Clean up PreviewFeature.Feature
Reviewed-by: liach, vromero
|
2024-10-22 09:39:04 +00:00 |
|
Naoto Sato
|
71583222eb
|
8340477: Remove JDK1.1 compatible behavior for "EST", "MST", and "HST" time zones
Reviewed-by: iris, jlu, joehw
|
2024-10-21 17:20:50 +00:00 |
|
Hannes Wallnöfer
|
97c9212842
|
8342698: Fix order of @param tags in module java.base
Reviewed-by: iris
|
2024-10-21 17:14:25 +00:00 |
|
Justin Lu
|
51a7ff6594
|
8335271: Specify the MessageFormat ArgumentIndex Implementation Limit
Reviewed-by: darcy, iris, naoto, rriggs
|
2024-10-21 17:08:50 +00:00 |
|
Lance Andersen
|
54a744b023
|
8340553: ZipEntry field validation does not take into account the size of a CEN header
Reviewed-by: jpai, redestad, eirbjo
|
2024-10-21 15:34:27 +00:00 |
|
Joe Darcy
|
18b55ceaa4
|
8342653: Fix minor doc issues in AnnotatedElement
Reviewed-by: jpai, iris, liach
|
2024-10-21 15:14:12 +00:00 |
|
fabioromano1
|
27ef6c9df4
|
8341470: BigDecimal.stripTrailingZeros() optimization
Reviewed-by: rgiulietti
|
2024-10-21 10:14:15 +00:00 |
|