jdk-24/test/hotspot/jtreg/gc
Thomas Schatzl 9a4c25731e 8228609: G1 copy cost prediction uses used vs. actual copied byte
Let the object copy cost predictor use the actual copied bytes as input for the prediction instead of the used bytes.

Reviewed-by: kbarrett, sjohanss
2019-11-21 11:42:54 +01:00
..
arguments 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
class_unloading 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
concurrent_phase_control 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
CondCardMark 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
cslocker 8217389: JTREG: Clean up, remove unused variable warnings 2019-02-18 12:08:08 +01:00
epsilon 8232051: Epsilon should warn about Xms/Xmx/AlwaysPreTouch configuration 2019-10-15 19:45:09 +02:00
ergonomics 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
g1 8228609: G1 copy cost prediction uses used vs. actual copied byte 2019-11-21 11:42:54 +01:00
logging 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
metaspace 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
nvdimm 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00
parallel 8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X 2019-04-26 11:33:32 -07:00
serial 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
shenandoah 8234232: [TESTBUG] gc/shenandoah/jvmti/TestHeapDump.java fails with -Xcomp 2019-11-15 20:39:26 +08:00
startup_warnings 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
stress 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
survivorAlignment 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
testlibrary 8210192: Hsperf counter ParNew::CMS should be ParNew:CMS 2018-09-04 14:17:45 -07:00
whitebox 8217329: JTREG: Clean up, remove unused imports in gc folder 2019-02-08 11:52:33 +01:00
z 8234338: ZGC: Improve small heap usage 2019-11-20 10:37:46 +01:00
ArraySize.java 8220704: ZGC: gc tests complain Java heap too small 2019-03-15 18:59:21 +01:00
CriticalNative.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
CriticalNativeArgs.java 8229919: Support JNI Critical functions in object pinning API on x86_32 platforms 2019-10-15 22:22:23 -04:00
InfiniteList.java 8220704: ZGC: gc tests complain Java heap too small 2019-03-15 18:59:21 +01:00
libCriticalNative.c 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestAgeOutput.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestAllocateHeapAt.java 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00
TestAllocateHeapAtError.java 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00
TestAllocateHeapAtMultiple.java 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00
TestBigObj.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestCardTablePageCommits.java 8217329: JTREG: Clean up, remove unused imports in gc folder 2019-02-08 11:52:33 +01:00
TestDisableExplicitGC.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestFullGCALot.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestFullGCCount.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestGenerationPerfCounter.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestHumongousReferenceObject.java 8225111: Make Shenandoah tests work with 32-bit VMs 2019-06-02 10:08:38 +02:00
TestMemoryInitialization.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestMemoryInitializationWithSerial.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestMemoryMXBeansAndPoolsPresence.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestNoPerfCounter.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestNUMAPageSize.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestNumWorkerOutput.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestObjectAlignment.java 8217329: JTREG: Clean up, remove unused imports in gc folder 2019-02-08 11:52:33 +01:00
TestPolicyNamePerfCounter.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestSmallHeap.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestSoftReferencesBehaviorOnOOME.java 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00
TestStackOverflow.java 8214799: Add package declaration to each JTREG test case in the gc folder 2019-01-28 15:53:56 +01:00
TestSystemGC.java 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
TestVerifyDuringStartup.java 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00
TestVerifySilently.java 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00
TestVerifySubSet.java 8217332: JTREG: Clean up, use generics instead of raw types 2019-02-08 12:09:41 +01:00