Aleksey Shipilev
fb822e49f2
8324514: ClassLoaderData::print_on should print address of class loader
...
Reviewed-by: kbarrett, coleenp
2024-01-24 17:40:22 +00:00
Albert Mingkun Yang
bccd823c8e
8324613: Serial: Rename GenerationPool to TenuredGenerationPool
...
Reviewed-by: stefank
2024-01-24 13:03:03 +00:00
Thomas Schatzl
8c003d83c4
8321512: runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java fails on 32-bit platforms
...
Reviewed-by: shade, iwalulya
2024-01-24 12:00:17 +00:00
Albert Mingkun Yang
1c1cb048cd
8324512: Serial: Remove Generation::Name
...
Reviewed-by: stefank, iwalulya, cjplummer
2024-01-24 10:02:28 +00:00
Albert Mingkun Yang
b65e5eb14e
8324543: Remove Space::object_iterate
...
Reviewed-by: stefank, kbarrett
2024-01-24 10:02:18 +00:00
David Holmes
6d2f6408e4
8324578: [BACKOUT] [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
...
Reviewed-by: darcy, kvn
2024-01-24 03:14:01 +00:00
William Kemper
c17059dee7
8324334: Shenandoah: Improve end of process report
...
Reviewed-by: kdnilsen, ysr
2024-01-24 02:08:11 +00:00
Chris Plummer
edfee7f348
8323546: Cleanup jcmd docs for Compiler.perfmap and VM.cds filename parameter
...
Reviewed-by: dholmes, sspitsyn, iklam
2024-01-23 20:33:49 +00:00
Gerard Ziemski
3d8236367d
8300088: [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
...
Reviewed-by: dholmes, fparain, dcubed
2024-01-23 16:15:59 +00:00
Albert Mingkun Yang
2a01c798d3
8324513: Inline ContiguousSpace::object_iterate_from
...
Reviewed-by: stefank
2024-01-23 15:51:58 +00:00
Hamlin Li
bcaad515fd
8318228: RISC-V: C2 ConvF2HF
...
Reviewed-by: fyang, vkempik
2024-01-23 12:02:28 +00:00
Albert Mingkun Yang
5acd37fa96
8324207: Serial: Remove Space::set_saved_mark_word
...
Reviewed-by: tschatzl, stefank
2024-01-23 09:40:09 +00:00
Albert Mingkun Yang
f5e6d111b1
8324210: Serial: Remove unused methods in Generation
...
Reviewed-by: tschatzl, stefank
2024-01-23 09:38:47 +00:00
Kim Barrett
bcb340da09
8324286: Fix backsliding on use of nullptr instead of NULL
...
Reviewed-by: jsjolen, coleenp, jwaters
2024-01-23 08:49:46 +00:00
Matthias Baesken
3696765b7d
8323964: runtime/Thread/ThreadCountLimit.java fails intermittently on AIX
...
Reviewed-by: dholmes, stuefe
2024-01-23 08:17:00 +00:00
David Holmes
5a74c2a67e
8323438: Enhance assertions for Windows sync API failures
...
Reviewed-by: ccheung, jwaters, dcubed
2024-01-23 01:09:14 +00:00
Vladimir Kozlov
52523d33dd
8324050: Issue store-store barrier after re-materializing objects during deoptimization
...
Reviewed-by: dlong, shade
2024-01-22 22:50:32 +00:00
Y. Srinivas Ramakrishna
df370d725e
8314329: AgeTable: add is_clear() & allocation spec, and relax assert to allow use of 0-index slot
...
AgeTable changes:
1. add CHeap allocation spec
2. add a non-product const is_clear() method to check if the age table has only zero entries
3. relax the assertion that the 0th index of the age table is never used, to allow use of that slot
Reviewed-by: wkemper, kdnilsen, ayang, shade
2024-01-22 19:51:47 +00:00
Aleksey Shipilev
bde650f21e
8322282: Incorrect LoaderConstraintTable::add_entry after JDK-8298468
...
Reviewed-by: dholmes, simonis, coleenp
2024-01-22 12:30:36 +00:00
Emanuel Peter
c84af49386
8324129: C2: Remove some ttyLocker usages in preparation for JDK-8306767
...
Reviewed-by: kvn, vlivanov, dholmes
2024-01-22 10:41:36 +00:00
Hamlin Li
fd372629f7
8323748: RISC-V: Add Zfh probe code
...
Reviewed-by: fyang
2024-01-22 10:14:25 +00:00
Kim Barrett
a474b37212
8324240: Remove unused GrowableArrayView::EMPTY
...
Reviewed-by: dcubed
2024-01-21 02:28:54 +00:00
Sam James
f4d08ccf80
8318696: Do not use LFS64 symbols on Linux
...
Reviewed-by: ihse, dholmes, kbarrett, mbaesken
2024-01-20 09:49:44 +00:00
Serguei Spitsyn
8700de66e4
8322744: VirtualThread.notifyJvmtiDisableSuspend should be static
...
Reviewed-by: pchilanomate, alanb
2024-01-19 18:40:55 +00:00
Calvin Cheung
437342b93e
8323556: CDS archive space addresses should be randomized with ArchiveRelocationMode=1
...
Reviewed-by: iklam, matsaave
2024-01-19 17:11:01 +00:00
Coleen Phillimore
2865afe759
8323685: PrintSystemDictionaryAtExit has mutex rank assert
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: tschatzl, ayang
2024-01-19 16:54:03 +00:00
Christian Hagedorn
6997bfc68d
8323154: C2: assert(cmp != nullptr && cmp->Opcode() == Op_Cmp(bt)) failed: no exit test
...
Reviewed-by: roland, thartmann, qamai
2024-01-19 15:49:02 +00:00
Roman Kennke
16be38887f
8322383: G1: Only preserve marks on objects that are actually moved
...
Reviewed-by: ayang, tschatzl
2024-01-19 12:59:21 +00:00
Albert Mingkun Yang
0081d8c07f
8324147: Serial: Remove generation::compute_new_size
...
Reviewed-by: ehelin
2024-01-19 11:48:34 +00:00
Matthias Baesken
5f7141982c
8322366: Add IEEE rounding mode corruption check to JNI checks
...
Reviewed-by: dholmes, lucy
2024-01-19 09:10:37 +00:00
Matthias Baesken
05330227be
8222719: libperfstat on AIX - cleanup old API versions
...
Reviewed-by: goetz, clanger
2024-01-19 08:14:13 +00:00
Albert Mingkun Yang
a2b117ae02
8324132: G1: Remove unimplemented G1MonitoringSupport::recalculate_eden_size
...
Reviewed-by: tschatzl
2024-01-18 15:23:11 +00:00
Albert Mingkun Yang
8e534598b5
8323993: Serial: Refactor gc_prologue and gc_epilogue
...
Reviewed-by: stefank, ehelin
2024-01-18 15:22:56 +00:00
Patricio Chilano Mateo
52f787f675
8323595: is_aligned(p, alignof(OopT))) assertion fails in Jetty without compressed OOPs
...
Reviewed-by: fparain, dlong
2024-01-18 12:16:26 +00:00
Gui Cao
ff8cc268fd
8323694: RISC-V: Unnecessary ResourceMark in NativeCall::set_destination_mt_safe
...
Reviewed-by: fyang, rehn
2024-01-18 02:28:54 +00:00
Aleksey Shipilev
7be9f1d054
8321137: Reconsider ICStub alignment
...
Reviewed-by: dlong, eosterlund, mdoerr, fyang, aph
2024-01-17 12:48:37 +00:00
Albert Mingkun Yang
f2a4ed680b
8323779: Serial: Remove Generation::promotion_attempt_is_safe
...
Reviewed-by: stefank, cjplummer
2024-01-17 10:25:00 +00:00
Tobias Holenstein
b89172149d
8316756: C2 EA fails with "missing memory path" when encountering unsafe_arraycopy stub call
...
Co-authored-by: Vladimir Kozlov <kvn@openjdk.org>
Reviewed-by: kvn, thartmann, chagedorn
2024-01-17 08:07:04 +00:00
Roberto Castañeda Lozano
bf666bc0c7
8322692: ZGC: avoid over-unrolling due to hidden barrier size
...
Reviewed-by: eosterlund, kvn
2024-01-17 07:50:03 +00:00
Richard Reingruber
de97c0eb4b
8290965: PPC64: Implement post-call NOPs
...
Reviewed-by: mdoerr
2024-01-17 06:50:32 +00:00
Henry Jen
2063bb8ffa
Merge
...
Reviewed-by: erikj
2024-01-17 01:41:52 +00:00
Joshua Cao
b058063c40
8323820: [MacOS] build failure: non-void function does not return a value
...
Reviewed-by: shade, lucy
2024-01-16 22:01:21 +00:00
Doug Simon
19c9388c20
8323616: [JVMCI] TestInvalidJVMCIOption.java fails intermittently with NPE
...
Reviewed-by: thartmann, never
2024-01-16 19:31:04 +00:00
Albert Mingkun Yang
790871e908
8323800: Serial: Fix include guard macro in generation.hpp
...
Reviewed-by: stefank
2024-01-16 14:26:22 +00:00
Markus Grönlund
e2d6023cb9
8323631: JfrTypeSet::write_klass can enqueue a CLD klass that is unloading
...
Reviewed-by: egahlin
2024-01-16 13:31:03 +00:00
Albert Mingkun Yang
44a9392eca
8323780: Serial: Remove unused _full_collections_completed
...
Reviewed-by: ehelin, stefank
2024-01-16 11:56:10 +00:00
Stefan Karlsson
59062402b9
8323716: Only print ZGC Phase Switch events in hs_err files when running with ZGC
...
Reviewed-by: aboldtch, tschatzl, shade
2024-01-16 10:30:32 +00:00
Emanuel Peter
e01f6da1b8
8320175: [BACKOUT] 8316533: C2 compilation fails with assert(verify(phase)) failed: missing Value() optimization
...
Reviewed-by: thartmann, chagedorn
2024-01-16 10:15:00 +00:00
Albert Mingkun Yang
8abaf11965
8323715: Serial: Move genMemoryPools to serial folder
...
Reviewed-by: stefank, tschatzl
2024-01-16 08:39:07 +00:00
Albert Mingkun Yang
67204994dc
8323738: Serial: Remove unreachable methods in Generation
...
Reviewed-by: tschatzl, stefank
2024-01-16 08:38:53 +00:00