Albert Mingkun Yang
|
a6d120d4df
|
8316513: Serial: Remove unused invalidate_remembered_set
Reviewed-by: tschatzl
|
2023-09-19 15:20:51 +00:00 |
|
Glavo
|
f25c920fd3
|
8314774: Optimize URLEncoder
Reviewed-by: redestad, dfuchs
|
2023-09-19 13:49:58 +00:00 |
|
Per Minborg
|
cf74b8c2a3
|
8316337: (bf) Concurrency issue in DirectByteBuffer.Deallocator
Reviewed-by: alanb, liach
|
2023-09-19 13:10:51 +00:00 |
|
Alan Bateman
|
4461eeb31d
|
8312498: Thread::getState and JVM TI GetThreadState should return TIMED_WAITING virtual thread is timed parked
Reviewed-by: sspitsyn, rpressler
|
2023-09-19 10:58:12 +00:00 |
|
Andrew Haley
|
670b4567cf
|
8315038: Capstone disassembler stops when it sees a bad instruction
Reviewed-by: jvernee, shade
|
2023-09-19 09:16:57 +00:00 |
|
Thomas Schatzl
|
fab372d3a2
|
8316428: G1: Nmethod count statistics only count last code root set iterated
Reviewed-by: iwalulya, ayang
|
2023-09-19 08:30:17 +00:00 |
|
Andrey Turbanov
|
283c360392
|
8314877: Make fields final in 'java.net' package
Reviewed-by: jpai
|
2023-09-19 08:26:25 +00:00 |
|
Albert Mingkun Yang
|
86115c2a2e
|
8316420: Serial: Remove unused GenCollectedHeap::oop_iterate
Reviewed-by: stefank, tschatzl
|
2023-09-19 08:25:52 +00:00 |
|
Thomas Schatzl
|
d038571213
|
8030815: Code roots are not accounted for in region prediction
Reviewed-by: iwalulya, ayang
|
2023-09-19 08:23:57 +00:00 |
|
Yi Yang
|
3760a0448d
|
8314021: HeapDump: Optimize segmented heap file merging phase
Reviewed-by: amenkov, kevinw
|
2023-09-19 02:03:15 +00:00 |
|
Justin Lu
|
373e37bf13
|
8313813: Field sun.util.calendar.CalendarDate#forceStandardTime is never set
Reviewed-by: aturbanov, naoto
|
2023-09-18 22:08:17 +00:00 |
|
Joe Darcy
|
5308bbbcf8
|
8246280: Refine API to model sealed classes and interfaces in javax.lang.model
Reviewed-by: vromero, jjg
|
2023-09-18 20:40:01 +00:00 |
|
Alexey Semenyuk
|
dcea9bf087
|
8301247: JPackage app-image exe launches multiple exe's in JDK 17+
Reviewed-by: almatvee
|
2023-09-18 20:19:36 +00:00 |
|
shaojin.wensj
|
f09b7af685
|
8311220: Optimization for StringLatin UpperLower
Reviewed-by: redestad, liach
|
2023-09-18 17:04:50 +00:00 |
|
Joachim Kern
|
21c2dac159
|
8315706: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java real fix for failure on AIX
Reviewed-by: dholmes, mbaesken
|
2023-09-18 11:57:48 +00:00 |
|
Albert Mingkun Yang
|
ecce2afc1a
|
8316357: Serial: Remove unused GenCollectedHeap::space_containing
Reviewed-by: tschatzl
|
2023-09-18 11:36:42 +00:00 |
|
Nikita Sakharin
|
3828dc913a
|
8314236: Overflow in Collections.rotate
Co-authored-by: Nikita Sakharin <17588081+nikita-sakharin@users.noreply.github.com>
Reviewed-by: shade, smarks
|
2023-09-18 09:20:11 +00:00 |
|
Adam Sotona
|
1203e11a8d
|
8294969: Convert jdk.jdeps javap to use the Classfile API
Reviewed-by: vromero
|
2023-09-18 08:35:31 +00:00 |
|
Alan Bateman
|
f44032969f
|
8316391: (zipfs) ZipFileSystem.readFullyAt does not tolerate short reads
Reviewed-by: jpai, lancea
|
2023-09-17 11:53:12 +00:00 |
|
Doug Simon
|
4b8f5d031a
|
8316273: JDK-8315818 broke JVMCIPrintProperties on libgraal
Reviewed-by: never, kvn
|
2023-09-16 21:31:23 +00:00 |
|
Pavel Rappo
|
c92bdb0e91
|
8316187: Modernize examples in StringTokenizer and {Date,Number}Format
Reviewed-by: naoto
|
2023-09-16 07:51:34 +00:00 |
|
Pavel Rappo
|
149acd186e
|
8316207: Fix typos in java.io.StreamTokenizer
Reviewed-by: naoto
|
2023-09-15 17:32:41 +00:00 |
|
Daniel Fuchs
|
dc5ca1d379
|
8316031: SSLFlowDelegate should not log from synchronized block
Reviewed-by: djelinski
|
2023-09-15 17:21:27 +00:00 |
|
Sean Mullan
|
3c743cfea0
|
8312126: NullPointerException in CertStore.getCRLs after 8297955
Reviewed-by: weijun
|
2023-09-15 13:12:15 +00:00 |
|
Albert Mingkun Yang
|
bd268137ed
|
8316295: Serial: Remove empty Generation::promotion_failure_occurred
Reviewed-by: tschatzl
|
2023-09-15 11:39:16 +00:00 |
|
Feilong Jiang
|
42dc6b5d3a
|
8316182: RISC-V: SA stack walking code having trouble finding sender frame when invoking LambdaForms is involved
Reviewed-by: fyang
|
2023-09-15 10:04:43 +00:00 |
|
Roman Kennke
|
31c4e03d5d
|
8314551: More generic way to handshake GC threads with monitor deflation
Reviewed-by: jsjolen, eosterlund
|
2023-09-15 09:48:58 +00:00 |
|
Andrey Turbanov
|
89cb290bb0
|
8312165: Fix typos in java.desktop Swing
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov
|
2023-09-15 09:18:28 +00:00 |
|
Alan Bateman
|
25f32f3538
|
8316160: Remove sun.misc.Unsafe.{shouldBeInitialized,ensureClassInitialized}
Reviewed-by: rriggs, mchung, jpai
|
2023-09-15 09:09:21 +00:00 |
|
Gui Cao
|
4070829ae5
|
8315931: RISC-V: xxxMaxVectorTestsSmokeTest fails when using RVV
Reviewed-by: fyang, dzhang
|
2023-09-15 07:42:23 +00:00 |
|
Aleksey Shipilev
|
d575968b4b
|
8316178: Better diagnostic header for CodeBlobs
Reviewed-by: thartmann, kvn
|
2023-09-15 07:14:35 +00:00 |
|
Per Minborg
|
8dc2d9280e
|
8316190: Improve MemorySegment::toString
Reviewed-by: rriggs
|
2023-09-15 05:43:57 +00:00 |
|
Pengfei Li
|
96781ba33d
|
8312332: C2: Refactor SWPointer out from SuperWord
Reviewed-by: epeter, kvn
|
2023-09-15 01:02:44 +00:00 |
|
Justin Lu
|
b55e418a07
|
8301991: Convert l10n properties resource bundles to UTF-8 native
Reviewed-by: naoto
|
2023-09-14 22:19:18 +00:00 |
|
Adam Sotona
|
b2e91060db
|
8313452: Improve Classfile API attributes handling safety
Reviewed-by: briangoetz
|
2023-09-14 18:52:51 +00:00 |
|
Adam Sotona
|
ca747f09b6
|
8315678: Classfile API ConstantPool::entryCount and ConstantPool::entryByIndex methods are confusing
Reviewed-by: briangoetz
|
2023-09-14 18:30:39 +00:00 |
|
Adam Sotona
|
6d47fc6d5b
|
8313258: RuntimeInvisibleTypeAnnotationsAttribute.annotations() API Index out of Bound error
Reviewed-by: briangoetz
|
2023-09-14 18:29:01 +00:00 |
|
Adam Sotona
|
c7d306c65c
|
8315541: Classfile API TypeAnnotation.TargetInfo factory methods accept null labels
Reviewed-by: briangoetz
|
2023-09-14 18:27:12 +00:00 |
|
Mandy Chung
|
5cea53d372
|
8315810: Reimplement sun.reflect.ReflectionFactory::newConstructorForSerialization with method handles
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: rriggs
|
2023-09-14 16:10:55 +00:00 |
|
Albert Mingkun Yang
|
3abe7982bf
|
8316115: Parallel: Fix -Wconversion warnings around NUMA node ID
Reviewed-by: shade, tschatzl
|
2023-09-14 14:49:40 +00:00 |
|
Matias Saavedra Silva
|
83dca6296e
|
8313638: Add test for dump of resolved references
Reviewed-by: ccheung, iklam
|
2023-09-14 14:30:14 +00:00 |
|
Robbin Ehn
|
cfa89012ab
|
8315338: RISC-V: Change flags for stable extensions to non-experimental
Reviewed-by: fyang, luhenry, fjiang
|
2023-09-14 13:50:49 +00:00 |
|
Albert Mingkun Yang
|
de9b971c2e
|
8315933: Serial: Remove empty Generation::ensure_parsability
Reviewed-by: tschatzl, sjohanss
|
2023-09-14 12:06:25 +00:00 |
|
Stefan Karlsson
|
b48dbf6bfa
|
8316181: Move the fast locking implementation out of the .ad files
Reviewed-by: thartmann, rkennke, fyang
|
2023-09-14 11:50:24 +00:00 |
|
Andrey Turbanov
|
14408bc8f8
|
8315973: Remove unused fields from ThreadLocalRandom
Reviewed-by: jpai
|
2023-09-14 09:01:13 +00:00 |
|
Stefan Karlsson
|
639ba13c4b
|
8316179: Use consistent naming for lightweight locking in MacroAssembler
Reviewed-by: rkennke, coleenp, dholmes
|
2023-09-14 07:02:29 +00:00 |
|
Claes Redestad
|
92ad4a2399
|
8315789: Minor HexFormat performance improvements
Reviewed-by: rriggs
|
2023-09-13 20:58:23 +00:00 |
|
Justin Lu
|
ce93d27fe5
|
6228794: java.text.ChoiceFormat pattern behavior is not well documented.
Reviewed-by: naoto
|
2023-09-13 20:32:21 +00:00 |
|
Aggelos Biboudis
|
3b0a6d2a68
|
8314226: Series of colon-style fallthrough switch cases with guards compiled incorrectly
Reviewed-by: mcimadamore, vromero
|
2023-09-13 15:09:01 +00:00 |
|
Ludovic Henry
|
a731a24c93
|
8315934: RISC-V: Disable conservative fences per vendor
Reviewed-by: rehn, mli, fyang
|
2023-09-13 14:54:43 +00:00 |
|