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 |
|
Albert Mingkun Yang
|
b3dad2443a
|
8316021: Serial: Remove unused Generation::post_compact
Reviewed-by: tschatzl
|
2023-09-13 13:40:54 +00:00 |
|
Per Minborg
|
f9ab115acb
|
8316050: Use hexadecimal encoding in MemorySegment::toString
Reviewed-by: rriggs, mcimadamore
|
2023-09-13 12:45:54 +00:00 |
|
Emanuel Peter
|
f804f8652d
|
8314612: TestUnorderedReduction.java fails with -XX:MaxVectorSize=32 and -XX:+AlignVector
Reviewed-by: chagedorn, kvn
|
2023-09-13 10:47:20 +00:00 |
|
shaojin.wensj
|
f8df754b9a
|
8311207: Cleanup for Optimization for UUID.toString
Reviewed-by: liach, rriggs
|
2023-09-13 08:25:13 +00:00 |
|
Aleksey Shipilev
|
2d168c5734
|
8313202: MutexLocker should disallow null Mutexes
Reviewed-by: dholmes, coleenp, dcubed
|
2023-09-13 07:32:54 +00:00 |
|
Aleksey Shipilev
|
ece9bdfc83
|
8299614: Shenandoah: STW mark should keep nmethod/oops referenced from stack chunk alive
Reviewed-by: rkennke, zgu
|
2023-09-13 06:04:10 +00:00 |
|
Robbin Ehn
|
cbbfa0ddfb
|
8315652: RISC-V: Features string uses wrong separator for jtreg
Reviewed-by: fyang, luhenry
|
2023-09-13 04:59:19 +00:00 |
|
Robbin Ehn
|
1ebf510e5a
|
8315743: RISC-V: Cleanup masm lr()/sc() methods
Reviewed-by: fyang, luhenry
|
2023-09-13 04:58:49 +00:00 |
|
Justin Lu
|
dde11551e2
|
8315946: DecimalFormat and CompactNumberFormat do allow U+FFFE and U+FFFF in the pattern
Reviewed-by: naoto
|
2023-09-12 22:59:34 +00:00 |
|
Naoto Sato
|
ac2dfe45d1
|
8313865: Always true condition in sun.nio.cs.CharsetMapping#readINDEXC2B
Reviewed-by: aturbanov, vtewari, rriggs, iris
|
2023-09-12 18:19:07 +00:00 |
|
Andrew Haley
|
1d702d28b6
|
8313800: AArch64: SA stack walking code having trouble finding sender frame when invoking LambdaForms is involved
Reviewed-by: cjplummer
|
2023-09-12 16:49:55 +00:00 |
|
shaojin.wensj
|
e0845163aa
|
8315968: Move java.util.Digits to jdk.internal.util and refactor to reduce duplication
Reviewed-by: rriggs, liach, redestad
|
2023-09-12 16:35:01 +00:00 |
|
Mandy Chung
|
d75d9774c8
|
8285447: StackWalker minimal batch size should be optimized for getCallerClass
Reviewed-by: simonis
|
2023-09-12 16:24:16 +00:00 |
|
Thomas Schatzl
|
347beb21aa
|
8315998: Remove dead ClassLoaderDataGraphKlassIteratorStatic
Reviewed-by: coleenp
|
2023-09-12 13:34:04 +00:00 |
|
Thomas Schatzl
|
50158f393e
|
8316002: Remove unnecessary seen_dead_loader in ClassLoaderDataGraph::do_unloading
Reviewed-by: coleenp
|
2023-09-12 12:38:38 +00:00 |
|
Doug Simon
|
6f2684b7ba
|
8315948: JDK-8315818 broke Xcomp on libgraal
Reviewed-by: never, thartmann
|
2023-09-12 12:02:34 +00:00 |
|
Jiangli Zhou
|
455c471ee3
|
8313277: Resolve multiple definition of 'normalize' when statically linking JDK native libraries with user code
Co-authored-by: Chris Moon <cjmoon@google.com>
Reviewed-by: dholmes, stuefe, sspitsyn
|
2023-09-12 09:06:08 +00:00 |
|
Pavel Rappo
|
f55e799491
|
8316038: Fix doc typos in java.io.Console and java.util.Scanner
Reviewed-by: bpb, naoto, iris
|
2023-09-12 08:11:24 +00:00 |
|