Leo Korinth
86dde5e02b
8316001: GC: Make TestArrayAllocatorMallocLimit use createTestJvm
...
Reviewed-by: ayang, tschatzl
2023-09-15 08:59:48 +00:00
Soumadipta Roy
edd454b502
8315766: Parallelize gc/stress/TestStressIHOPMultiThread.java test
...
Reviewed-by: shade, tschatzl
2023-09-14 12:21:45 +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
Erik Joelsson
020255a72d
8267174: Many test files have the wrong Copyright header
...
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
2023-09-12 20:16:05 +00:00
Ivan Walulya
47aa6f3a65
8315219: G1: Improve allocator pathological case where it keeps doing direct allocations instead of retiring a PLAB
...
Reviewed-by: tschatzl, ayang, mli
2023-08-31 08:04:47 +00:00
Roland Westrelin
1cee3b9fd9
8313262: C2: Sinking node may cause required cast to be dropped
...
Reviewed-by: chagedorn, thartmann
2023-08-23 08:59:36 +00:00
Daohan Qu
6b9df037e4
8311240: Eliminate usage of testcases.jar from TestMetaSpaceLog.java
...
Reviewed-by: ayang, tschatzl
2023-08-22 12:51:59 +00:00
Leo Korinth
17a19dc060
8311639: Replace currentTimeMillis() with nanoTime() in jtreg/gc
...
Reviewed-by: stefank, ayang
2023-08-21 12:19:36 +00:00
Thomas Schatzl
1925508425
8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp
...
Reviewed-by: ayang, iwalulya
2023-08-16 12:08:56 +00:00
Axel Boldt-Christmas
242a2e63df
8308843: Generational ZGC: Remove gc/z/TestHighUsage.java
...
Reviewed-by: ayang, tschatzl
2023-08-10 07:16:36 +00:00
Thomas Schatzl
7e209528d3
8140326: G1: Consider putting regions where evacuation failed into next collection set
...
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: iwalulya, ayang
2023-08-08 10:29:14 +00:00
Stefan Karlsson
28fd7a1739
8311179: Generational ZGC: gc/z/TestSmallHeap.java failed with OutOfMemoryError
...
Reviewed-by: ayang, aboldtch, tschatzl
2023-08-08 09:57:52 +00:00
Jenny Shivayogi
6a853bba09
8311821: Simplify ParallelGCThreadsConstraintFunc after CMS removal
...
Reviewed-by: kbarrett, shade, tschatzl
2023-08-02 07:00:13 +00:00
Leo Korinth
bb5278d98a
8311239: GC: Remove trailing blank lines in source files
...
Reviewed-by: tschatzl, aboldtch, mli
2023-07-13 08:53:36 +00:00
Daohan Qu
9084b6c9d5
8311514: Incorrect regex in TestMetaSpaceLog.java
...
Reviewed-by: stuefe
2023-07-07 11:49:29 +00:00
Axel Boldt-Christmas
f393975d1b
8310743: assert(reserved_rgn != nullptr) failed: Add committed region, No reserved region found
...
Reviewed-by: stefank, ayang
2023-07-03 14:06:58 +00:00
Leo Korinth
496f94b488
8311086: Remove jtreg/gc/startup_warnings
...
Reviewed-by: ayang, mli, kbarrett, tschatzl
2023-07-03 11:11:05 +00:00
Daniel D. Daugherty
140b70fb29
8311186: ProblemList javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java on linux-aarch64
...
8311189: disable gc/z/TestHighUsage.java
8311190: ProblemList javax/management/remote/mandatory/connection/DeadLockTest.java with virtual threads on windows-x64
8311191: ProblemList javax/management/remote/mandatory/connection/ConnectionTest.java with virtual threads on windows-x64
8311193: ProblemList vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java on linux-all
8311195: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on macosx-x64
Reviewed-by: lmesnik
2023-06-30 21:43:09 +00:00
Matthias Baesken
a7d168b522
8311026: Some G1 specific tests do not set -XX:+UseG1GC
...
Reviewed-by: sspitsyn, tschatzl
2023-06-30 11:35:02 +00:00
Axel Boldt-Christmas
a0595761ef
8310187: Improve Generational ZGC jtreg testing
...
Reviewed-by: stefank, eosterlund, stuefe
2023-06-20 10:08:13 +00:00
Thomas Stuefe
6473a7df20
8310107: os::trace_page_sizes_for_requested_size should name alignment as requested page size
...
Reviewed-by: stefank, dholmes
2023-06-19 06:00:50 +00:00
Kim Barrett
92167505b2
8308643: Incorrect value of 'used' jvmstat counter
...
Reviewed-by: tschatzl, ayang
2023-06-15 22:23:26 +00:00
Stefan Karlsson
63fe413d93
8309890: TestStringDeduplicationInterned.java waits for the wrong condition
...
Reviewed-by: aboldtch, kbarrett
2023-06-14 06:30:05 +00:00
Stefan Karlsson
cc0976bf7f
8308589: gc/cslocker/TestCSLocker.java timed out
...
Reviewed-by: eosterlund
2023-05-26 13:51:31 +00:00
Thomas Schatzl
65c8dbe693
8171221: Remove -XX:+CheckMemoryInitialization
...
Reviewed-by: ayang, shade
2023-05-24 12:02:04 +00:00
Martin Doerr
20f15352a3
8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
...
Reviewed-by: jvernee, rrich
2023-05-24 08:38:34 +00:00
Erik Österlund
285c833ffa
8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating
...
Reviewed-by: stefank, ayang, tschatzl
2023-05-17 11:47:30 +00:00
Stefan Karlsson
682359cb48
8299075: TestStringDeduplicationInterned.java fails because extra deduplication
...
Reviewed-by: kbarrett, tschatzl
2023-05-16 16:04:18 +00:00
Stefan Karlsson
d20034b09c
8307058: Implementation of Generational ZGC
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Per Liden <pliden@openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Co-authored-by: Erik Helin <ehelin@openjdk.org>
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Co-authored-by: Nils Eliasson <neliasso@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Leslie Zhai <lzhai@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Yadong Wang <yadongwang@openjdk.org>
Reviewed-by: eosterlund, aboldtch, rcastanedalo
2023-05-11 13:59:37 +00:00
William Kemper
1b143ba787
8307378: Allow collectors to provide specific values for GC notifications' actions
...
Reviewed-by: kdnilsen, stefank
2023-05-05 05:43:05 +00:00
Ivan Walulya
a98f58756d
8306766: Reduce heap size for TestJNICriticalStressTest
...
Reviewed-by: ayang, tschatzl
2023-04-25 10:27:22 +00:00
Ivan Walulya
4a9f8efa86
8057586: Explicit GC ignored if GCLocker is active
...
Reviewed-by: tschatzl, ayang
2023-04-24 08:47:23 +00:00
Ivan Walulya
96889bf3e4
8191565: Last-ditch Full GC should also move humongous objects
...
Reviewed-by: tschatzl, sjohanss
2023-03-16 14:15:39 +00:00
Pavel Rappo
45a616a891
8303480: Miscellaneous fixes to mostly invisible doc comments
...
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
2023-03-07 15:31:42 +00:00
Thomas Schatzl
4c5d9cfc64
8303013: Always do remembered set verification during G1 Full GC
...
Reviewed-by: ayang, iwalulya
2023-03-01 12:34:02 +00:00
Stefan Karlsson
60e6378925
8302977: ZGC: Doesn't support gc/TestVerifySubSet.java
...
Reviewed-by: tschatzl
2023-02-21 11:04:43 +00:00
Thomas Schatzl
593bec685e
8302122: Parallelize TLAB retirement in prologue in G1
...
8297611: G1: Merge tlab and per-thread dirty card log flushing
Reviewed-by: kbarrett, ayang
2023-02-20 10:23:00 +00:00
Albert Mingkun Yang
7c50ab1612
8225409: G1: Remove the Hot Card Cache
...
Reviewed-by: tschatzl, iwalulya
2023-02-14 10:18:43 +00:00
Thomas Schatzl
83e2db6ba3
8301116: Parallelize TLAB resizing in G1
...
Reviewed-by: ayang, iwalulya
2023-02-09 09:17:06 +00:00
Leo Korinth
30cb305dc1
8292170: Convert CodeRootSetTable to use ResourceHashtable
...
Reviewed-by: coleenp, iwalulya, iklam
2023-01-26 10:32:36 +00:00
Erik Österlund
95fafd094f
8300644
: Remove gc/shenandoah/jni/TestStringCriticalWithDedup.java
...
Reviewed-by: wkemper, mbaesken
2023-01-25 08:15:35 +00:00
Jesper Wilhelmsson
df1caf9081
Merge
2023-01-04 16:03:09 +00:00
Kim Barrett
b743519ba9
8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false"
...
Reviewed-by: iwalulya, tschatzl
2023-01-04 03:28:31 +00:00
Jesper Wilhelmsson
c5a4a7a679
Merge
2022-12-20 11:40:56 +00:00
Kim Barrett
ea40f29939
8298215: gc/g1/TestVerifyGCType.java failed with "Missing expected verification pattern Verifying After GC for: Pause Young (Prepare Mixed): expected true, was false"
...
Reviewed-by: iwalulya, tschatzl
2022-12-20 00:13:25 +00:00
Jesper Wilhelmsson
10bc86cc26
Merge
2022-12-15 06:36:55 +00:00
Kim Barrett
80cadd4010
8298785: gc/TestFullGCCount.java fails with "invalid boolean value: null' for expression
vm.opt.ExplicitGCInvokesConcurrent'"
...
Reviewed-by: dcubed
2022-12-14 21:57:55 +00:00
Jesper Wilhelmsson
a130c8a668
Merge
2022-12-14 21:47:29 +00:00
Thomas Schatzl
8ff2928a04
8297639: Remove preventive GCs in G1
...
Reviewed-by: ayang, iwalulya
2022-12-14 17:55:15 +00:00
Kim Barrett
279170147a
8298296: gc/TestFullGCCount.java fails with "System.gc collections miscounted."
...
Reviewed-by: tschatzl, ayang
2022-12-14 13:36:36 +00:00