Mandy Chung
7db2f08756
8310242: Clarify the name parameter to Class::forName
...
Reviewed-by: rriggs, liach, alanb, dholmes
2023-06-26 19:56:24 +00:00
Sergey Tsypanov
297c799631
8301492: Modernize equals() method of ResourceBundle.CacheKey and Bundles.CacheKey
...
Reviewed-by: prappo, naoto
2023-06-26 19:41:43 +00:00
Jatin Bhateja
ff9a754109
8310459: [BACKOUT] 8304450: [vectorapi] Refactor VectorShuffle implementation
...
Reviewed-by: thartmann, sviswanathan
2023-06-26 18:35:03 +00:00
Jaikiran Pai
013367b483
8310868: Thread.interrupt() method's javadoc has an incorrect {@link}
...
Reviewed-by: alanb
2023-06-26 06:25:08 +00:00
Joe Darcy
0db63ec76d
8310571: Use inline @return tag on java.util.Objects
...
Reviewed-by: smarks
2023-06-23 22:55:06 +00:00
Joe Darcy
0314292cb2
8310267: Javadoc for Class#isPrimitive() is incorrect regarding Class objects for primitives
...
Reviewed-by: prappo
2023-06-23 19:35:57 +00:00
Ben Perez
7628da2008
8279254: PKCS9Attribute SigningTime always encoded in UTFTime
...
Reviewed-by: jnimeh
2023-06-23 15:31:16 +00:00
Christian Stein
4bf78162c5
8309670: java -help output for --module-path / -p is incomplete
...
Reviewed-by: mchung, alanb
2023-06-23 11:09:37 +00:00
Joe Darcy
0e4fde3d30
8310453: Update javadoc of java.lang.Object
...
Reviewed-by: rriggs, alanb
2023-06-22 16:38:39 +00:00
Per Minborg
5a30fb6664
8310591: Missing @since
tags in java.lang.foreign
...
Reviewed-by: mcimadamore
2023-06-22 11:59:33 +00:00
Alan Bateman
3661cdee1b
8309853: StructuredTaskScope.join description improvements
...
Reviewed-by: rpressler, darcy
2023-06-22 04:29:13 +00:00
Jorn Vernee
e022e87654
8310053: VarHandle and slice handle derived from layout are lacking alignment check
...
Reviewed-by: mcimadamore
2023-06-21 00:03:13 +00:00
Ao Qi
137a5f7c2c
8310105: LoongArch64 builds are broken after JDK-8304913
...
Reviewed-by: shade, rriggs
2023-06-19 21:05:55 +00:00
Roger Riggs
33c6ec9d4e
8310019: MIPS builds are broken after JDK-8304913
...
Reviewed-by: phh, shade, aoqi
2023-06-19 18:29:14 +00:00
Andrew Haley
44a8aa0691
8308609: java/lang/ScopedValue/StressStackOverflow.java fails with "-XX:-VMContinuations"
...
Reviewed-by: alanb
2023-06-16 12:21:11 +00:00
Per Minborg
b412fc79c3
8309937: Add @sealedGraph for some Panama FFM interfaces
...
Reviewed-by: mcimadamore
2023-06-16 11:42:55 +00:00
Alan Bateman
227656f3a9
8309408: Thread.sleep cleanup
...
Reviewed-by: dholmes, stefank
2023-06-16 07:26:27 +00:00
Jaikiran Pai
db133dbc02
8310106
: sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers
...
Reviewed-by: wetmore, xuelei
2023-06-16 05:38:10 +00:00
Man Cao
5c705166da
8309688: Data race on java.io.ClassCache$CacheRef.strongReferent
...
Reviewed-by: rriggs, shade
2023-06-15 20:13:36 +00:00
Justin Lu
81bfd78901
8309632: JDK 21 RDP1 L10n resource files update
...
Reviewed-by: naoto
2023-06-15 19:43:07 +00:00
Pavel Rappo
3e0bbd290c
8285368: Overhaul doc-comment inheritance
...
6376959: Algorithm for Inheriting Method Comments seems to go not as documented
6934301: Support directed inheriting of class comments with @inheritDoc
Reviewed-by: jjg, rriggs, aivanov, smarks, martin
2023-06-15 17:47:41 +00:00
Naoto Sato
3eeb681a0d
8167252: Some of Charset.availableCharsets() does not contain itself
...
Reviewed-by: bpb, alanb, iris, lancea, jpai
2023-06-15 16:34:00 +00:00
Mandy Chung
9bfe415f66
8305104: Remove the old core reflection implementation
...
Reviewed-by: dholmes, alanb
2023-06-13 19:41:38 +00:00
Raffaello Giulietti
bfef3c3e80
8309955: Matcher uses @since {@inheritDoc}
...
Reviewed-by: lancea
2023-06-13 18:40:47 +00:00
Chen Liang
75dcc4ef94
8307508: IndirectVarHandle.isAccessModeSupported throws NPE
...
Reviewed-by: mchung
2023-06-13 17:05:52 +00:00
Ben Perez
bed9161c81
8308474: DSA does not reset SecureRandom when initSign is called again
...
Reviewed-by: weijun
2023-06-13 16:34:58 +00:00
Stuart Marks
e138685648
8309882: LinkedHashMap adds an errant serializable field
...
Reviewed-by: darcy, bpb, jpai, rriggs
2023-06-13 15:16:28 +00:00
Doug Simon
c0aa6bf4fe
8309390: [JVMCI] improve copying system properties into libgraal
...
Reviewed-by: never, kvn
2023-06-13 14:45:33 +00:00
Chen Liang
1a9edb8df9
8309838: Classfile API Util.toBinaryName and other cleanup
...
Reviewed-by: asotona
2023-06-13 08:57:47 +00:00
Per Minborg
f7de726bd3
8295555: Primitive wrapper caches could be @Stable
...
Reviewed-by: rriggs
2023-06-13 08:39:00 +00:00
Xue-Lei Andrew Fan
80a8144af5
8309867: redundant class field RSAPadding.md
...
Reviewed-by: hchao, weijun, valeriep
2023-06-12 20:42:53 +00:00
Maurizio Cimadamore
a6ad42e00e
8308645: Javadoc of FFM API needs to be refreshed
...
8309398: ValueLayout:: arrayElementVarHandle doesn't throws UnsupportedOperationException - if byteAlignment() > byteSize()
8308812: SequenceLayout::withElementCount(long elementCount) doesn't throw IllegalArgumentException - if elementCount < 0 for some cases
Reviewed-by: jvernee
2023-06-12 15:55:49 +00:00
Jaikiran Pai
268ec61d4f
8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError
...
Reviewed-by: mchung, alanb
2023-06-12 09:45:07 +00:00
Kevin Driver
80edd5c298
8294985: SSLEngine throws IAE during parsing of X500Principal
...
Reviewed-by: wetmore, xuelei, mullan
2023-06-09 23:31:12 +00:00
Sergey Bylokhov
bdd81b3182
8304885: Reuse stale data to improve DNS resolver resiliency
...
Reviewed-by: michaelm, dfuchs
2023-06-09 23:20:06 +00:00
Claes Redestad
dc842e8587
8309665: Simplify Arrays.copyOf/-Range methods
...
Reviewed-by: jlaskey, rriggs, alanb
2023-06-09 09:57:39 +00:00
Alan Bateman
97df6cf55a
8309545: Thread.interrupted from virtual thread needlessly resets interrupt status
...
Reviewed-by: rpressler, dholmes, jpai
2023-06-09 07:30:03 +00:00
Jonathan Gibbons
6f492e8005
8309686: inconsistent URL for https://www.unicode.org/reports/tr35
...
Reviewed-by: naoto
2023-06-08 22:16:42 +00:00
Alan Bateman
b2a5271e74
8309196: Remove Thread.countStackFrames
...
Reviewed-by: rriggs, mchung, dholmes, jpai, iris
2023-06-08 17:28:04 +00:00
Joe Darcy
5a706fb403
8306584: Start of release updates for JDK 22
...
8306585: Add SourceVersion.RELEASE_22
8306586: Add source 22 and target 22 to javac
Reviewed-by: erikj, iris, dholmes, jlahoda, alanb
2023-06-08 16:02:21 +00:00
Chen Liang
ac3ce2bf75
8304425: ClassHierarchyResolver from Reflection
...
Reviewed-by: asotona
2023-06-08 07:29:56 +00:00
Nagata-Haruhito
9d64a9d220
8306431: File.listRoots method description should be re-examined
...
Reviewed-by: bpb, alanb
2023-06-08 07:03:29 +00:00
Raffaello Giulietti
90027ff204
8309515: Stale cached data from Matcher.namedGroups() after Matcher.usePattern()
...
Reviewed-by: rriggs
2023-06-07 21:39:53 +00:00
Jorn Vernee
c49129f545
8308445: Linker should check that capture state segment is big enough
...
Reviewed-by: mcimadamore
2023-06-07 12:25:28 +00:00
Jorn Vernee
fa791119f0
8308031: Linkers should reject unpromoted variadic parameters
...
Reviewed-by: mcimadamore
2023-06-07 12:14:55 +00:00
Dhamoder Nalla
749d480193
8305763: Parsing a URI with an underscore goes through a silent exception, negatively impacting performance
...
Reviewed-by: dfuchs
2023-06-07 09:50:08 +00:00
Alan Bateman
f1c7afcc3f
8306647: Implementation of Structured Concurrency (Preview)
...
8306572: Implementation of Scoped Values (Preview)
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: psandoz, dfuchs, mchung
2023-06-07 06:41:09 +00:00
Martin Balao
4a75fd462c
8301553: Support Password-Based Cryptography in SunPKCS11
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: valeriep
2023-06-06 19:39:34 +00:00
Joe Darcy
d82436e4e3
8295071: Spec Clarification : ClassFileFormatVersion: System property java.class.version | Java class format version number
...
Reviewed-by: iris, alanb, rriggs
2023-06-06 18:33:42 +00:00
Stuart Marks
9526190863
8307840: SequencedMap view method specification and implementation adjustments
...
Reviewed-by: darcy, alanb
2023-06-06 17:02:32 +00:00