Chen Liang
|
bd8569bc6c
|
8339131 : Remove rarely-used accessor methods from Opcode
Reviewed-by: asotona
|
2024-09-04 12:29:40 +00:00 |
|
Mark Powers
|
bbb516163d
|
8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs
Reviewed-by: mullan, rhalade
|
2024-09-03 19:55:58 +00:00 |
|
Chen Liang
|
ad40a122d6
|
8339214: Remove misleading CodeBuilder.loadConstant(Opcode, ConstantDesc)
Reviewed-by: asotona
|
2024-09-03 13:44:48 +00:00 |
|
Viktor Klang
|
e0c46d589b
|
8325397: sun/java2d/Disposer/TestDisposerRace.java fails in linux-aarch64
Reviewed-by: alanb
|
2024-09-03 12:55:23 +00:00 |
|
Shaojin Wen
|
b94c3debf5
|
8339401: Optimize ClassFile load and store instructions
Reviewed-by: liach, redestad
|
2024-09-03 12:05:02 +00:00 |
|
Per Minborg
|
7a418fc074
|
8338967: Improve performance for MemorySegment::fill
Reviewed-by: mcimadamore, psandoz
|
2024-09-03 10:25:27 +00:00 |
|
Justin Lu
|
b840b130df
|
8338882: Clarify matching order of MessageFormat subformat factory styles
Reviewed-by: naoto
|
2024-08-30 18:28:53 +00:00 |
|
Chen Liang
|
25e03b5209
|
8339115: Rename TypeKind enum constants to follow code style
Reviewed-by: asotona
|
2024-08-30 17:28:28 +00:00 |
|
Brian Burkhalter
|
fef1ef7dfe
|
6426678: (spec) File.createTempFile(prefix, suffix, dir) needs clarification for illegal symbols in suffix
Reviewed-by: alanb
|
2024-08-30 17:17:10 +00:00 |
|
Shaojin Wen
|
b711c41d44
|
8339196: Optimize BufWriterImpl#writeU1/U2/Int/Long
Reviewed-by: liach, redestad
|
2024-08-29 21:21:16 +00:00 |
|
Chen Liang
|
777ed2b5d2
|
8339132: Make DirectCodeBuilder write through without allocating instruction objects
Reviewed-by: asotona, redestad
|
2024-08-29 15:45:52 +00:00 |
|
Andrey Turbanov
|
d35ffa4f6a
|
8339017: Make a couple of fields in DoubleByte static
Reviewed-by: bpb, naoto
|
2024-08-29 09:57:52 +00:00 |
|
Brent Christian
|
26e3d535ad
|
8338716: Re-visit "interrupt handling" in jdk.internal.loader.Resource
Reviewed-by: alanb
|
2024-08-28 22:54:38 +00:00 |
|
Claes Redestad
|
eff6d9cd23
|
8339167: Remove AbstractPoolEntry.PrimitiveEntry to reduce boxing overheads
Reviewed-by: liach
|
2024-08-28 18:22:30 +00:00 |
|
Claes Redestad
|
a98ecad0a9
|
8338897: Small startup regression remains after JDK-8309622 and JDK-8331932
Reviewed-by: liach, naoto
|
2024-08-28 18:16:00 +00:00 |
|
Anthony Scarpino
|
0c2b175898
|
8328608: Multiple NewSessionTicket support for TLS
Reviewed-by: djelinski
|
2024-08-28 17:24:33 +00:00 |
|
Maurizio Cimadamore
|
1ff9ac7233
|
8338731: MemoryLayout::offsetHandle can return a negative offset
Reviewed-by: pminborg, psandoz
|
2024-08-28 10:22:34 +00:00 |
|
Jaikiran Pai
|
2e174c6367
|
8338445: jdk.internal.loader.URLClassPath may leak JarFile instance when dealing with unexpected Class-Path entry in manifest
Reviewed-by: michaelm, cstein, alanb
|
2024-08-28 09:29:18 +00:00 |
|
Shaojin Wen
|
449ca2c3c1
|
8337832: Optimize datetime toString
Reviewed-by: scolebourne, liach, naoto
|
2024-08-27 22:10:05 +00:00 |
|
Per Minborg
|
2e96f159aa
|
8338489: Typo in MemorySegment doc
Reviewed-by: rriggs, mcimadamore, iris
|
2024-08-27 16:24:50 +00:00 |
|
Naoto Sato
|
fa4ff78bd4
|
8338690: CompactNumberInstance.format incorrectly formats some numbers (few vs many)
Reviewed-by: joehw, rriggs, jlu
|
2024-08-27 15:34:50 +00:00 |
|
Maurizio Cimadamore
|
b25095b08e
|
8338728: Misc issues in memory layout javadoc
Reviewed-by: pminborg, psandoz
|
2024-08-27 14:26:31 +00:00 |
|
Viktor Klang
|
414d23cb8f
|
8338765: ScheduledThreadPoolExecutor struggles with extremely long delays
Reviewed-by: alanb
|
2024-08-27 13:23:02 +00:00 |
|
Shaojin Wen
|
5ecbecfbca
|
8338936: StringConcatFactory optimize the construction of MethodType and MethodTypeDesc
Reviewed-by: redestad, liach
|
2024-08-26 20:26:17 +00:00 |
|
Claes Redestad
|
3f00da84b3
|
8338906: Avoid passing EnumDescs and extra classes to type switch methods that don't use them
Reviewed-by: liach, jlahoda
|
2024-08-26 15:58:25 +00:00 |
|
Claes Redestad
|
e63418ee01
|
8338979: Avoid bootstrapped switches in the classfile API
Reviewed-by: liach, asotona
|
2024-08-26 14:29:09 +00:00 |
|
Maurizio Cimadamore
|
20d8f58c92
|
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
|
2024-08-26 09:17:45 +00:00 |
|
Chen Liang
|
a461369f16
|
8338700: AttributeMapper type parameter should be bounded by Attribute
Reviewed-by: asotona
|
2024-08-23 15:16:44 +00:00 |
|
Markus Grönlund
|
69bd227e6c
|
8338417: Explicitly pin a virtual thread before acquiring the JFR string pool monitor
Reviewed-by: alanb, egahlin, dholmes
|
2024-08-23 09:29:23 +00:00 |
|
Markus Grönlund
|
fead3cf541
|
8338745: Intrinsify Continuation.pin() and Continuation.unpin()
Reviewed-by: kvn
|
2024-08-23 09:26:00 +00:00 |
|
Claes Redestad
|
47c8a6a8db
|
8333265: De-duplicate method references in java.util.stream.FindOps
Reviewed-by: liach
|
2024-08-21 22:10:06 +00:00 |
|
Doug Lea
|
ab8071d280
|
8338146: Improve Exchanger performance with VirtualThreads
Reviewed-by: alanb
|
2024-08-21 18:22:24 +00:00 |
|
Maurizio Cimadamore
|
0e8fe3550b
|
8338677: Improve startup of memory access var handles by simplifying combinator chains
Reviewed-by: redestad
|
2024-08-21 15:11:32 +00:00 |
|
Shaojin Wen
|
3aeb6733f9
|
8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor
Reviewed-by: redestad, liach
|
2024-08-21 14:56:30 +00:00 |
|
Chen Liang
|
80adea8e0a
|
8338545: Functional interface implementations for common pre-boot ClassFile operations
Reviewed-by: asotona
|
2024-08-21 11:58:21 +00:00 |
|
Adam Sotona
|
e88a3b0574
|
8338661: StackMapTable is invalid if frames appear in dead code
Reviewed-by: liach
|
2024-08-21 08:19:35 +00:00 |
|
Chen Liang
|
88ccbb6091
|
8336934: Clean up JavaLangReflectAccess
Reviewed-by: rriggs, darcy
|
2024-08-21 01:05:41 +00:00 |
|
Chen Liang
|
1ebf2cf639
|
8336756: Improve ClassFile Annotation writing
Reviewed-by: asotona
|
2024-08-20 19:02:38 +00:00 |
|
Mark Reinhold
|
0267284c52
|
8338611: java.lang.module specification wording not aligned with JEP 261
Reviewed-by: alanb
|
2024-08-20 18:50:17 +00:00 |
|
Chen Liang
|
b442003048
|
8338623: StackCounter adding extraneous slots for receiver invoke instructions
Reviewed-by: asotona
|
2024-08-20 14:44:37 +00:00 |
|
Jaikiran Pai
|
686eb233d5
|
8336817: Several methods on DatagramSocket and MulticastSocket do not specify behaviour when already closed or connected
Reviewed-by: dfuchs, alanb
|
2024-08-20 12:28:56 +00:00 |
|
Chen Liang
|
68d1f5c33b
|
8338543: ClassBuilder withMethod builders should cache the method type symbol
Reviewed-by: asotona
|
2024-08-20 05:43:04 +00:00 |
|
Alan Bateman
|
2766b09e29
|
8338452: (dc) DatagramChannelImpl.blockingReceive with timeout may block indefinitely if all datagrams blocked by SecurityManager
Reviewed-by: dfuchs
|
2024-08-19 12:57:29 +00:00 |
|
Adam Sotona
|
f0fe31383a
|
8338564: Remove obsolete AbstractNamedEntry::equals method
Reviewed-by: liach
|
2024-08-19 12:57:17 +00:00 |
|
Chen Liang
|
961e944fa7
|
8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: asotona
|
2024-08-16 15:48:54 +00:00 |
|
Pavel Rappo
|
07352c6744
|
8338398: Trivially fix grammar and typos
Reviewed-by: aivanov
|
2024-08-16 14:06:10 +00:00 |
|
Shaojin Wen
|
5022109b2a
|
8336856: Efficient hidden class-based string concatenation strategy
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
|
2024-08-16 13:18:02 +00:00 |
|
Andrey Turbanov
|
60c9b5cd9f
|
8337839: Make a few fields in MergeCollation static
Reviewed-by: jpai, naoto
|
2024-08-16 08:49:18 +00:00 |
|
Shaojin Wen
|
74066bcca8
|
8338409: Use record to simplify code
Reviewed-by: redestad, liach
|
2024-08-15 22:57:33 +00:00 |
|
Chen Liang
|
ace496515f
|
8338406: BytecodeHelpers using wrong bootstrap method descriptor for condy
Reviewed-by: asotona
|
2024-08-15 17:50:34 +00:00 |
|