Joshua Zhu
|
5c3838605d
|
8326541: [AArch64] ZGC C2 load barrier stub should consider the length of live registers when spilling registers
Reviewed-by: eosterlund, rcastanedalo
|
2024-04-24 05:44:39 +00:00 |
|
Jasmine Karthikeyan
|
438e64310d
|
8329531: compiler/c2/irTests/TestIfMinMax.java fails with IRViolationException: There were one or multiple IR rule failures.
Reviewed-by: epeter, dfenacci
|
2024-04-24 05:22:51 +00:00 |
|
Jatin Bhateja
|
80b381e91b
|
8329555: Crash in intrinsifying heap-based MemorySegment Vector store/loads
Reviewed-by: sviswanathan, kvn
|
2024-04-24 02:19:03 +00:00 |
|
Scott Gibbons
|
7a895552c8
|
8330844: Add aliases for conditional jumps and additional instruction forms for x86
Reviewed-by: kvn, epeter, sviswanathan
|
2024-04-23 23:35:59 +00:00 |
|
Justin Lu
|
f60798a30e
|
8329222: java.text.NumberFormat (and subclasses) spec updates
Reviewed-by: naoto
|
2024-04-23 21:10:46 +00:00 |
|
Alex Menkov
|
2555166247
|
8329113: Deprecate -XX:+UseNotificationThread
Reviewed-by: dcubed, dholmes, coleenp
|
2024-04-23 20:37:25 +00:00 |
|
Sonia Zaldana Calles
|
09b88098ff
|
8327289: Remove unused PrintMethodFlushingStatistics option
Reviewed-by: coleenp
|
2024-04-23 19:06:41 +00:00 |
|
Jonathan Gibbons
|
9cc163a999
|
8330178: Clean up non-standard use of /** comments in java.base
Reviewed-by: darcy, iris, dfuchs, aivanov, naoto
|
2024-04-23 18:43:36 +00:00 |
|
Aleksei Voitylov
|
88a5dcead2
|
8330805: ARM32 build is broken after JDK-8139457
Reviewed-by: shade
|
2024-04-23 18:12:10 +00:00 |
|
Sonia Zaldana Calles
|
7157eea101
|
8327290: Remove unused notproduct option TraceInvocationCounterOverflow
Reviewed-by: coleenp
|
2024-04-23 18:01:55 +00:00 |
|
Guoxiong Li
|
b4cea701c9
|
8330693: Generational ZGC: Simplify ZAddress::finalizable_good and ZAddress::mark_good
Reviewed-by: stefank, eosterlund
|
2024-04-23 16:32:20 +00:00 |
|
Alan Bateman
|
412e306d81
|
8329593: Drop adjustments to target parallelism when virtual threads do I/O on files opened for buffered I/O
Reviewed-by: bpb, jpai
|
2024-04-23 16:10:13 +00:00 |
|
Guoxiong Li
|
b07e1531b3
|
8330362: G1: Inline offset array element accessor in G1BlockOffsetTable
Reviewed-by: ayang, tschatzl
|
2024-04-23 15:22:17 +00:00 |
|
Matias Saavedra Silva
|
b6518a5db0
|
8329417: Remove objects with no pointers from relocation bitmap
Reviewed-by: ccheung, iklam
|
2024-04-23 15:07:55 +00:00 |
|
Matias Saavedra Silva
|
383fe6eaab
|
8330388: Remove invokedynamic cache index encoding
Reviewed-by: cjplummer, dlong, coleenp
|
2024-04-23 15:02:27 +00:00 |
|
Albert Mingkun Yang
|
2ea89268a1
|
8330961: Remove redundant public specifier in ModRefBarrierSet
Reviewed-by: tschatzl
|
2024-04-23 15:01:09 +00:00 |
|
Alexey Ivanov
|
3d5eeac3a3
|
8289770: Remove Windows version macro from ShellFolder2.cpp
Reviewed-by: jwaters, tr, serb
|
2024-04-23 12:57:24 +00:00 |
|
Oli Gillespie
|
6158da5e95
|
8330108: Increase CipherInputStream buffer size
Reviewed-by: ascarpino, shade
|
2024-04-23 12:37:36 +00:00 |
|
Jaroslav Bachorik
|
a92ad03946
|
8329995: Restricted access to /proc can cause JFR initialization to crash
Reviewed-by: dholmes, egahlin
|
2024-04-23 12:14:57 +00:00 |
|
Coleen Phillimore
|
fcb4a8ba26
|
8330578: The VM creates instance of abstract class VirtualMachineError
Reviewed-by: iklam, dlong, jwaters, dholmes
|
2024-04-23 11:31:11 +00:00 |
|
Adam Sotona
|
3bd6982ec3
|
8326150: Typo in the documentation for jdk.jshell
Reviewed-by: jlahoda
|
2024-04-23 11:07:58 +00:00 |
|
Albert Mingkun Yang
|
d9d926d669
|
8330145: Serial: Refactor SerialHeap::scan_evacuated_objs
Reviewed-by: gli, tschatzl
|
2024-04-23 11:05:35 +00:00 |
|
Albert Mingkun Yang
|
1a6da3d5f0
|
8330822: Remove ModRefBarrierSet::write_ref_array_work
Reviewed-by: gli, tschatzl
|
2024-04-23 11:05:23 +00:00 |
|
Feilong Jiang
|
281f9bdeb9
|
8330735: RISC-V: No need to move sp to tmp register in set_last_Java_frame
Reviewed-by: fyang
|
2024-04-23 08:00:18 +00:00 |
|
Claes Redestad
|
daa5a4bd12
|
8330802 : Desugar switch in Locale::createLocale
Reviewed-by: alanb, liach, rriggs, naoto, mchung
|
2024-04-23 08:00:07 +00:00 |
|
Nizar Benalla
|
8961077056
|
8309259: Reduce calls to MethodHandles.lookup() in jdk.internal.net.http.Stream
Reviewed-by: pminborg, jpai
|
2024-04-23 07:18:52 +00:00 |
|
Roberto Castañeda Lozano
|
574ba1400e
|
8330862: GCBarrierIRExample fails when a different GC is selected via the command line
Reviewed-by: thartmann, dholmes, stefank
|
2024-04-23 06:52:58 +00:00 |
|
Nizar Benalla
|
550a138622
|
8306928: Duplicate variable assignement in jdk.internal.net.http.AuthenticationFilter#getCredentials
Reviewed-by: clanger, jpai
|
2024-04-23 05:54:50 +00:00 |
|
Roberto Castañeda Lozano
|
57ebd045ea
|
8330153: C2: dump barrier information for all Mach nodes
Reviewed-by: kvn, thartmann
|
2024-04-23 04:18:23 +00:00 |
|
Scott Gibbons
|
58ad399d19
|
8330821: Rename UnsafeCopyMemory
Reviewed-by: kvn, sviswanathan
|
2024-04-22 22:54:19 +00:00 |
|
Jonathan Gibbons
|
1d52234e19
|
8330704: Clean up non-standard use of /** comments in some langtools tests
Reviewed-by: iris
|
2024-04-22 21:52:22 +00:00 |
|
Nizar Benalla
|
83c74d7307
|
8329717: Missing @since tags in elements in DocumentationTool and Taglet
Reviewed-by: prappo
|
2024-04-22 20:36:43 +00:00 |
|
Vicente Romero
|
0b9350e8b6
|
8322992: Javac fails with StackOverflowError when compiling deeply nested synchronized blocks
Reviewed-by: jlahoda
|
2024-04-22 16:31:32 +00:00 |
|
Ioi Lam
|
20be5e095f
|
8314846: Do not store Klass::_secondary_super_cache in CDS archive
Reviewed-by: stuefe, aph
|
2024-04-22 15:53:14 +00:00 |
|
Roman Kennke
|
7e421ce9d0
|
8330585: Refactor/rename forwardee handling
Reviewed-by: stefank, ayang
|
2024-04-22 15:03:09 +00:00 |
|
Magnus Ihse Bursie
|
3e65d90b4d
|
8330820: Remove remnants of operator_new.cpp in build system
Reviewed-by: tbell
|
2024-04-22 13:32:02 +00:00 |
|
Coleen Phillimore
|
936a47d7d6
|
8330607: Deprecate -XX:+UseEmptySlotsInSupers
Reviewed-by: shade, dcubed
|
2024-04-22 11:40:22 +00:00 |
|
Coleen Phillimore
|
ee7b2e9b3b
|
8330051: Small ObjectMonitor spinning code cleanups
Reviewed-by: dcubed, eosterlund, fbredberg
|
2024-04-22 11:25:53 +00:00 |
|
Albert Mingkun Yang
|
3e185c70fe
|
8330154: Serial: Remove TenuredSpace::update_for_block
Reviewed-by: gli, tschatzl
|
2024-04-22 10:08:52 +00:00 |
|
Albert Mingkun Yang
|
f889797e1f
|
8330463: Rename invalidate() to write_region() in ModRefBarrierSet
Reviewed-by: gli, tschatzl
|
2024-04-22 10:05:32 +00:00 |
|
Jonas Norlinder
|
c4f5c5140a
|
8330576: ZYoungCompactionLimit should have range check
Reviewed-by: eosterlund, stefank
|
2024-04-22 09:00:24 +00:00 |
|
Guoxiong Li
|
70acade9f1
|
8330339: G1: Move some public methods to private in G1BlockOffsetTable APIs
Reviewed-by: ayang, iwalulya
|
2024-04-22 08:58:38 +00:00 |
|
Claes Redestad
|
35b30c81e0
|
8330595: Invoke ObjectMethods::bootstrap method exactly
Reviewed-by: mchung
|
2024-04-22 08:55:46 +00:00 |
|
Claes Redestad
|
3d62bbf4f2
|
8330681: Explicit hashCode and equals for java.lang.runtime.SwitchBootstraps$TypePairs
Reviewed-by: jlahoda, mchung
|
2024-04-22 08:54:29 +00:00 |
|
Guoxiong Li
|
5313dcc8f9
|
8330733: Generational ZGC: Remove ZBarrier::verify_old_object_live_slow_path
Reviewed-by: stefank, tschatzl
|
2024-04-22 08:14:53 +00:00 |
|
Evgeny Nikitin
|
5394f57f00
|
8330621: Make 5 compiler tests use ProcessTools.executeProcess
Reviewed-by: chagedorn, stefank, thartmann
|
2024-04-22 07:41:06 +00:00 |
|
Christian Hagedorn
|
20546c1ea0
|
8330004: Refactor cloning down code in Split If for Template Assertion Predicates
Reviewed-by: epeter, kvn
|
2024-04-22 06:07:07 +00:00 |
|
Scott Gibbons
|
bd67ac69a2
|
8329331: Intrinsify Unsafe::setMemory
Reviewed-by: sviswanathan, jbhateja, kvn
|
2024-04-21 23:24:46 +00:00 |
|
Jatin Bhateja
|
185e711bfe
|
8318650: Optimized subword gather for x86 targets.
Reviewed-by: sviswanathan, epeter, psandoz
|
2024-04-21 23:21:17 +00:00 |
|
Ioi Lam
|
6d5699617f
|
8330540: Rename the enum type CompileCommand to CompileCommandEnum
Reviewed-by: kvn, dlong
|
2024-04-20 03:52:17 +00:00 |
|