Ioi Lam
|
f6d29909bb
|
8344824: CDS dump crashes when member_method of a lambda proxy is null
Reviewed-by: ccheung, matsaave
|
2024-11-27 20:10:28 +00:00 |
|
Casper Norrbin
|
15378a7853
|
8345126: [BACKOUT] JDK-8318127: align_up has potential overflow
Reviewed-by: iklam
|
2024-11-27 19:51:17 +00:00 |
|
Casper Norrbin
|
494806286f
|
8318127: align_up has potential overflow
Reviewed-by: kbarrett, dlong
|
2024-11-27 12:27:31 +00:00 |
|
Jorn Vernee
|
461ffafeba
|
8331735: UpcallLinker::on_exit races with GC when copying frame anchor
8343144: UpcallLinker::on_entry racingly clears pending exception with GC safepoints
8286875: ProgrammableUpcallHandler::on_entry/on_exit access thread fields from native
Reviewed-by: dholmes, eosterlund, aboldtch
|
2024-11-27 12:20:51 +00:00 |
|
Andrew Haley
|
eb0d1ce948
|
8344355: Register corruption in MacroAssembler::lookup_secondary_supers_table_var: x86-64 only
Reviewed-by: vlivanov, martin, dlong, asemenov
|
2024-11-27 10:27:58 +00:00 |
|
Fei Yang
|
82137db24d
|
8345047: RISC-V: Remove explicit use of AvoidUnalignedAccesses in interpreter
Reviewed-by: mli, fjiang
|
2024-11-27 10:26:09 +00:00 |
|
Kim Barrett
|
1f6144ef26
|
8345050: Fix -Wzero-as-null-pointer warning in MemPointer ctor
Reviewed-by: chagedorn, shade
|
2024-11-27 06:43:05 +00:00 |
|
Sonia Zaldana Calles
|
3689f3909e
|
8344013: "bad tag in log" assert with +LogCompilation +CITimeVerbose
Reviewed-by: chagedorn, dfenacci
|
2024-11-26 19:44:09 +00:00 |
|
Calvin Cheung
|
d752f19611
|
8343427: Class file load hook crashes on archived classes from multi-release JARs
Reviewed-by: dholmes, iklam
|
2024-11-26 17:14:00 +00:00 |
|
Markus Grönlund
|
0054bbed7f
|
8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows
Reviewed-by: stuefe, jsjolen
|
2024-11-26 10:50:20 +00:00 |
|
Albert Mingkun Yang
|
9793e73bc1
|
8344853: Parallel: Improve comments in psParallelCompact
Reviewed-by: sjohanss, zgu
|
2024-11-26 08:55:01 +00:00 |
|
Robbin Ehn
|
57d35f98f6
|
8344382: RISC-V: CASandCAEwithNegExpected fails with Zacas
Reviewed-by: fyang, mli
|
2024-11-26 08:51:55 +00:00 |
|
Roberto Castañeda Lozano
|
0105203575
|
8337660: C2: basic blocks with only BoxLock nodes are wrongly treated as empty
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: qamai, thartmann, kvn
|
2024-11-26 08:51:34 +00:00 |
|
Fei Yang
|
5e0d42b6a6
|
8344916: RISC-V: Misaligned access in array fill stub
Reviewed-by: rehn, mli
|
2024-11-26 01:01:17 +00:00 |
|
David Holmes
|
8de158aefe
|
8339134: Callers of Exceptions::fthrow should ensure exception message lengths avoid the INT_MAX limits of os::vsnprintf
Reviewed-by: coleenp, jsjolen
|
2024-11-25 19:55:26 +00:00 |
|
Christian Hagedorn
|
08dfc4a42e
|
8344213: Cleanup OpaqueLoop*Node verification code for Assertion Predicates
Reviewed-by: thartmann, epeter
|
2024-11-25 16:46:44 +00:00 |
|
Hamlin Li
|
133419177d
|
8334474: RISC-V: verify perf of ExpandBits/CompressBits (rvv)
Reviewed-by: fyang, rehn, luhenry
|
2024-11-25 13:54:44 +00:00 |
|
Roman Kennke
|
cb1c73663e
|
8344363: FullGCForwarding::initialize_flags is called after ObjLayout::initialize
Reviewed-by: stefank, shade, ayang
|
2024-11-25 13:48:02 +00:00 |
|
Kim Barrett
|
a83cfe2658
|
8344917: Fix recent NULL usage backsliding
Reviewed-by: jsjolen
|
2024-11-24 17:10:31 +00:00 |
|
Stig Rohde Døssing
|
822a1554cb
|
8341427: JFR: Adjust object sampler span handling
Reviewed-by: egahlin
|
2024-11-23 15:58:39 +00:00 |
|
Leonid Mesnik
|
98b667834c
|
8343741: SA jstack --mixed should print information about VM locks
Reviewed-by: cjplummer
|
2024-11-22 19:21:09 +00:00 |
|
Sonia Zaldana Calles
|
079f503d96
|
8344568: Renaming ceil_log2 to log2i_ceil
Reviewed-by: kbarrett
|
2024-11-22 18:55:31 +00:00 |
|
Aleksey Shipilev
|
82c3612d77
|
8344830: [BACKOUT] JDK-8341334: CDS: Parallel relocation
Reviewed-by: dholmes, jpai
|
2024-11-22 12:28:03 +00:00 |
|
Johan Sjölen
|
2ea0364b6e
|
8343893: Test jdk/jfr/event/runtime/TestNativeMemoryUsageEvents.java failed: heap should have grown and NMT should show that: expected 0 > 0
Reviewed-by: gziemski, mgronlun, lmesnik
|
2024-11-22 08:55:27 +00:00 |
|
William Kemper
|
db44e97c5d
|
8344798: Shenandoah: Use more descriptive variable names in shPhaseTimings.cpp
Reviewed-by: ysr
|
2024-11-22 00:05:50 +00:00 |
|
Coleen Phillimore
|
93d4ad4dd4
|
8344763: cpCache print_on doesn't handle nulls
Reviewed-by: matsaave
|
2024-11-21 18:26:23 +00:00 |
|
Jatin Bhateja
|
dc9a6ef610
|
8341137: Optimize long vector multiplication using x86 VPMUL[U]DQ instruction
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: vlivanov, sviswanathan
|
2024-11-21 18:13:32 +00:00 |
|
Coleen Phillimore
|
8f22db23a5
|
8330606: Redefinition doesn't but should verify the new klass
Reviewed-by: dholmes, jsjolen
|
2024-11-21 12:14:23 +00:00 |
|
Richard Reingruber
|
93aa7e2fcf
|
8328085: C2: Use after free in PhaseChaitin::Register_Allocate()
Reviewed-by: thartmann, mdoerr
|
2024-11-21 06:57:09 +00:00 |
|
SendaoYan
|
4fbf272017
|
8344526: RISC-V: implement -XX:+VerifyActivationFrameSize
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: mli, fyang
|
2024-11-21 02:05:00 +00:00 |
|
Leonid Mesnik
|
13439113c3
|
8340334: Update jcmd VM.events max parameter to be INT
Reviewed-by: cjplummer, kevinw
|
2024-11-21 01:32:09 +00:00 |
|
Daniel Lundén
|
7d4c3fd091
|
8331295: C2: Do not clone address computations that are indirect memory input to at least one load/store
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Reviewed-by: thartmann, chagedorn
|
2024-11-20 15:37:43 +00:00 |
|
Emanuel Peter
|
75420e9314
|
8334431: C2 SuperWord: fix performance regression due to store-to-load-forwarding failures
Reviewed-by: chagedorn, qamai
|
2024-11-20 14:23:57 +00:00 |
|
Coleen Phillimore
|
7bb4474d81
|
8344579: Clean up forward declarations and includes
Reviewed-by: stefank
|
2024-11-20 12:22:43 +00:00 |
|
Coleen Phillimore
|
21b8749bfd
|
8344479: Declare MetaspaceObj::operator delete to be deleted
Reviewed-by: stefank, kbarrett, jwaters
|
2024-11-20 12:21:41 +00:00 |
|
Robbin Ehn
|
ea7e722ca0
|
8344010: RISC-V: Zacas do not work with LW locking
Reviewed-by: fyang, mli
|
2024-11-20 12:05:53 +00:00 |
|
Xiaolong Peng
|
afee7405bd
|
8343541: C1: Plain memory accesses are emitted with membars with +AlwaysAtomicAccesses
Reviewed-by: shade, vlivanov
|
2024-11-20 10:34:07 +00:00 |
|
Hamlin Li
|
587f2b4b4d
|
8343827: RISC-V: set AlignVector as false if applicable to enable SLP
Reviewed-by: fyang, luhenry
|
2024-11-20 08:49:35 +00:00 |
|
Amit Kumar
|
189fc8ddef
|
8344381: [s390x] Test failures with error: Register type is not known
Reviewed-by: mdoerr, lucy
|
2024-11-20 08:25:37 +00:00 |
|
SendaoYan
|
4ddd3dec2d
|
8344356: Aarch64: implement -XX:+VerifyActivationFrameSize
Reviewed-by: aph
|
2024-11-20 01:36:56 +00:00 |
|
Xiaolong Peng
|
cd45ba32f0
|
8342041: Test gc/shenandoah/oom/TestClassLoaderLeak.java slow on Windows after JDK-8340490
Reviewed-by: shade, wkemper
|
2024-11-19 20:18:54 +00:00 |
|
Sonia Zaldana Calles
|
3328b4ecf2
|
8343700: ceil_log2 should not loop endlessly
Reviewed-by: shade, kbarrett, aph, stuefe
|
2024-11-19 19:13:09 +00:00 |
|
Coleen Phillimore
|
d4cd27e875
|
8344445: MethodCounters don't need a vptr
Reviewed-by: kbarrett, dlong
|
2024-11-19 16:13:11 +00:00 |
|
Hamlin Li
|
dc940ec8af
|
8344387: RISC-V: C2: Improve encoding of LoadNKlass for compact headers
Reviewed-by: fyang, luhenry
|
2024-11-19 15:59:30 +00:00 |
|
Ivan Walulya
|
1717946c1b
|
8344302: G1: Refactor G1CMTask::do_marking_step to use smaller wrapper methods
Reviewed-by: tschatzl, ayang
|
2024-11-19 14:31:40 +00:00 |
|
Fei Yang
|
0d66689177
|
8344393: RISC-V: Remove option UseRVVForBigIntegerShiftIntrinsics
Reviewed-by: mli, fjiang
|
2024-11-19 10:20:58 +00:00 |
|
Amit Kumar
|
7540fa2147
|
8343884: [s390x] Disallow OptoScheduling
Reviewed-by: lucy
|
2024-11-19 10:16:22 +00:00 |
|
Tobias Hartmann
|
9d60300fee
|
8344199: Incorrect excluded field value set by getEventWriter intrinsic
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: syan, mgronlun
|
2024-11-19 10:01:49 +00:00 |
|
Aleksey Shipilev
|
76a55c3cb6
|
8341334: CDS: Parallel relocation
Reviewed-by: iklam, adinn, stuefe
|
2024-11-19 08:45:02 +00:00 |
|
Alex Menkov
|
dd8636908c
|
8344262: Win32AttachOperationRequest objects are created by using global new
Reviewed-by: jwaters, dholmes
|
2024-11-19 00:08:06 +00:00 |
|