Archie Cobbs
|
38c1d65148
|
8337980: Javac allows invocation of an inherited instance method from a static method
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore, jlahoda
|
2024-10-09 16:03:55 +00:00 |
|
Eirik Bjørsnøs
|
950e3a7587
|
8341625: Improve ZipFile validation of the END header
Reviewed-by: lancea
|
2024-10-09 15:56:38 +00:00 |
|
Oli Gillespie
|
e704c055a4
|
8340547: Starting many threads can delay safepoints
Reviewed-by: shade, qamai, dholmes
|
2024-10-09 15:28:44 +00:00 |
|
Kangcheng Xu
|
c30ad0124e
|
8325495: C2: implement optimization for series of Add of unique value
Reviewed-by: chagedorn, roland
|
2024-10-09 15:07:13 +00:00 |
|
Roland Westrelin
|
ff2f39f240
|
8340214: C2 compilation asserts with "no node with a side effect" in PhaseIdealLoop::try_sink_out_of_loop
Reviewed-by: chagedorn, thartmann
|
2024-10-09 14:59:15 +00:00 |
|
Roland Westrelin
|
ecc77a5b4a
|
8336702: C2 compilation fails with "all memory state should have been processed" assert
Reviewed-by: thartmann, chagedorn
|
2024-10-09 14:57:37 +00:00 |
|
Johan Sjölen
|
d936556799
|
8341633: StatSampler::assert_system_property: Print the keys and values of the assert
Reviewed-by: stefank
|
2024-10-09 13:05:33 +00:00 |
|
Christian Hagedorn
|
3fba1702cd
|
8340786: Introduce Predicate classes with predicate iterators and visitors for simplified walking
Reviewed-by: roland, thartmann
|
2024-10-09 11:42:22 +00:00 |
|
Shaojin Wen
|
047c2d7f26
|
8341141: Optimize DirectCodeBuilder
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: liach, redestad
|
2024-10-09 10:01:22 +00:00 |
|
SendaoYan
|
d636e0d314
|
8341688: Aarch64: Generate comments in -XX:+PrintInterpreter to link to source code
Reviewed-by: aph, jsjolen, jwaters
|
2024-10-09 09:02:52 +00:00 |
|
Daniel Skantz
|
d3f3c6a8cd
|
8330157: C2: Add a stress flag for bailouts
Reviewed-by: chagedorn, thartmann
|
2024-10-09 07:01:23 +00:00 |
|
Igor Veresov
|
7eab0a506a
|
8337066: Repeated call of StringBuffer.reverse with double byte string returns wrong result
Reviewed-by: kvn, thartmann
|
2024-10-08 23:21:44 +00:00 |
|
Shaojin Wen
|
62acc9c174
|
8341548: More concise use of classfile API
Reviewed-by: liach
|
2024-10-08 20:35:14 +00:00 |
|
Hannes Wallnöfer
|
65463536e6
|
8340203: Link color is hard to distinguish from text color in API documentation
Reviewed-by: prappo
|
2024-10-08 16:16:14 +00:00 |
|
Hamlin Li
|
580eb62dc0
|
8320500: [vectorapi] RISC-V: Optimize vector math operations with SLEEF
Reviewed-by: luhenry, ihse, erikj, fyang, rehn
|
2024-10-08 15:15:13 +00:00 |
|
Thomas Schatzl
|
4a12f5b26e
|
8341643: G1: Merged cards counter skewed by merge cards cache
Reviewed-by: iwalulya, mli
|
2024-10-08 14:12:53 +00:00 |
|
Matthias Baesken
|
6e48618161
|
8341644: Compile error in cgroup coding when using toolchain clang
Reviewed-by: stefank, mdoerr
|
2024-10-08 12:36:31 +00:00 |
|
Eirik Bjørsnøs
|
7a1e832ea9
|
8336843: Deprecate java.util.zip.ZipError for removal
Reviewed-by: liach, lancea
|
2024-10-08 10:08:31 +00:00 |
|
Eirik Bjørsnøs
|
f62dba3651
|
8341597: ZipFileInflaterInputStream input buffer size uses uncompressed size
Reviewed-by: lancea
|
2024-10-08 09:59:29 +00:00 |
|
Amit Kumar
|
59ac7039d3
|
8339220: [s390x] TestIfMinMax.java failure
Reviewed-by: lucy, aph
|
2024-10-08 09:19:40 +00:00 |
|
Claes Redestad
|
ffb60e55cd
|
8341594: Use Unsafe to coalesce reads in java.util.zip.ZipUtils
Reviewed-by: lancea
|
2024-10-08 08:14:40 +00:00 |
|
William Kemper
|
45a6359588
|
8341668: Shenandoah: assert(tail_bits < (idx_t)BitsPerWord) failed: precondition
Reviewed-by: ysr
|
2024-10-08 01:26:16 +00:00 |
|
Shaojin Wen
|
d996ca863d
|
8341581: Optimize BytecodeHelpers validate slot
Reviewed-by: liach
|
2024-10-07 23:30:06 +00:00 |
|
Eirik Bjørsnøs
|
f7bb647dc8
|
8341595: Clean up iteration of CEN headers in ZipFile.Source.initCEN
Reviewed-by: lancea, redestad
|
2024-10-07 16:34:08 +00:00 |
|
Ivan Walulya
|
a2372c607c
|
8341238: G1: Refactor G1Policy to move collection set selection methods into G1CollectionSet
Reviewed-by: tschatzl, mli
|
2024-10-07 13:26:16 +00:00 |
|
Hamlin Li
|
28977972a0
|
8340880: RISC-V: add t3-t6 alias into assemler_riscv.hpp
Reviewed-by: luhenry, fyang
|
2024-10-07 09:32:40 +00:00 |
|
SendaoYan
|
747a3fa31d
|
8341562: RISC-V: Generate comments in -XX:+PrintInterpreter to link to source code
Reviewed-by: fyang, luhenry
|
2024-10-07 08:39:44 +00:00 |
|
Roberto Castañeda Lozano
|
81ebbb2463
|
8341525: G1: use bit clearing to remove tightly-coupled initialization store pre-barriers
Reviewed-by: mdoerr, kbarrett, shade, tschatzl
|
2024-10-07 08:28:18 +00:00 |
|
Tobias Hartmann
|
92186a2774
|
8341612: [BACKOUT] 8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
Reviewed-by: chagedorn
|
2024-10-07 07:58:01 +00:00 |
|
Aleksey Shipilev
|
6600161ad4
|
8338379: Accesses to class init state should be properly synchronized
Reviewed-by: mdoerr, dholmes, coleenp, fyang, amitkumar
|
2024-10-07 07:05:31 +00:00 |
|
David M. Lloyd
|
20f36c666c
|
8339329: ConstantPoolBuilder#constantValueEntry method doc typo and clarifications
Reviewed-by: liach
|
2024-10-06 16:26:45 +00:00 |
|
SendaoYan
|
50426b3841
|
8337713: RISC-V: fix typos in macroAssembler_riscv.cpp
Reviewed-by: jwaters, fyang
|
2024-10-06 12:21:17 +00:00 |
|
Attila Szegedi
|
260d4658ae
|
8340572: ConcurrentModificationException when sorting ArrayList sublists
Reviewed-by: smarks
|
2024-10-05 21:15:18 +00:00 |
|
Martin Doerr
|
9a25f822fb
|
8339386: Assertion on AIX - original PC must be in the main code section of the compiled method
Reviewed-by: rrich, lucy
|
2024-10-05 18:42:37 +00:00 |
|
Martin Doerr
|
df763cd2c2
|
8341558: [AIX] build broken after 8341413
Reviewed-by: kbarrett
|
2024-10-05 18:34:31 +00:00 |
|
Shaojin Wen
|
1c3e56c3e4
|
8341512: Optimize StackMapGenerator::processInvokeInstructions
Reviewed-by: liach
|
2024-10-05 15:37:18 +00:00 |
|
Shaojin Wen
|
f8db3a831b
|
8341510: Optimize StackMapGenerator::processFieldInstructions
Reviewed-by: liach
|
2024-10-05 01:21:25 +00:00 |
|
Shaojin Wen
|
b42fbf43df
|
8339699: Optimize DataOutputStream writeUTF
Reviewed-by: liach, bpb
|
2024-10-04 22:35:03 +00:00 |
|
William Kemper
|
bade041db8
|
8341554: Shenandoah: Missing heap lock when updating usage for soft ref policy
Reviewed-by: kdnilsen, ysr
|
2024-10-04 21:56:06 +00:00 |
|
Chris Plummer
|
33e4bfdf91
|
8341295: Add some useful debugging APIs to the debug agent
Reviewed-by: amenkov, sspitsyn
|
2024-10-04 21:17:21 +00:00 |
|
Joe Darcy
|
a3e23572d5
|
8341483: Clarify special case handling of Types.getArrayType
Reviewed-by: liach, prappo, dlsmith
|
2024-10-04 20:31:28 +00:00 |
|
Joe Darcy
|
e70cbcfd0c
|
8341541: Wrong anchor in wrapper classes links
Reviewed-by: hannesw, liach
|
2024-10-04 19:25:31 +00:00 |
|
Kelvin Nilsen
|
f5f0852f51
|
8341379: Shenandoah: Improve lock contention during cleanup
Reviewed-by: xpeng, phh, wkemper
|
2024-10-04 17:29:31 +00:00 |
|
Calvin Cheung
|
42f32551cd
|
8341053: Two CDS tests fail again with -UseCompressedOops and UseSerialGC/UseParallelGC
Reviewed-by: iklam, matsaave
|
2024-10-04 16:14:51 +00:00 |
|
Kim Barrett
|
feb6a830e2
|
8340945: Ubsan: oopStorage.cpp:374:8: runtime error: applying non-zero offset 18446744073709551168 to null pointer
Reviewed-by: tschatzl, mbaesken
|
2024-10-04 15:58:22 +00:00 |
|
Stefan Karlsson
|
72ac72fe1f
|
8341413: Stop including osThread_os.hpp in the middle of the OSThread class
Reviewed-by: coleenp, dholmes
|
2024-10-04 11:43:11 +00:00 |
|
Maurizio Cimadamore
|
7fa2f229fb
|
8341127: Extra call to MethodHandle::asType from memory segment var handles fails to inline
Reviewed-by: psandoz, redestad, jvernee
|
2024-10-04 09:45:50 +00:00 |
|
Stefan Johansson
|
ec020f3fc9
|
8340426: ZGC: Move defragment out of the allocation path
Reviewed-by: aboldtch, jsikstro, eosterlund
|
2024-10-04 08:26:35 +00:00 |
|
Richard Reingruber
|
a63ac5a699
|
8340792: -XX:+PrintInterpreter: instructions should only be printed if printing all InterpreterCodelets
Reviewed-by: mdoerr, coleenp
|
2024-10-04 08:26:15 +00:00 |
|
Axel Boldt-Christmas
|
3f420fac84
|
8341451: Remove C2HandleAnonOMOwnerStub
Reviewed-by: fyang, chagedorn
|
2024-10-04 06:55:53 +00:00 |
|