jdk-24/test/hotspot/jtreg/runtime/cds/appcds
2024-11-26 17:14:00 +00:00
..
aotClassLinking 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
applications 8332340: Add JavacBench as a test case for CDS 2024-05-23 16:04:56 +00:00
cacheObject 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
cdsutils
complexURI 8339460: CDS error when module is located in a directory with space in the name 2024-09-26 15:40:31 +00:00
condy 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
customLoader 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
dynamicArchive 8305895: Implement JEP 450: Compact Object Headers (Experimental) 2024-11-08 17:21:39 +00:00
javaldr 8342376: More reliable OOM handling in ExceptionDuringDumpAtObjectsInitPhase test 2024-10-21 15:56:19 +00:00
jcmd 8334492: DiagnosticCommands (jcmd) should accept %p in output filenames and substitute PID 2024-07-30 18:40:37 +00:00
jigsaw 8344718: Test runtime/cds/appcds/jigsaw/addmods/AddmodsOption.java fails on Linuxppc64le after JDK-8344239 2024-11-22 11:10:32 +00:00
jvmti 8343427: Class file load hook crashes on archived classes from multi-release JARs 2024-11-26 17:14:00 +00:00
lambdaForm 8295102: Always load @lambda-form-invoker lines from default classlist 2022-10-13 00:01:06 +00:00
loaderConstraints 8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode 2024-10-30 11:05:07 +00:00
methodHandles 8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L 2024-03-11 20:49:20 +00:00
redefineClass 8343889: Test runtime/cds/appcds/redefineClass/RedefineBasicTest.java failed 2024-11-14 17:50:03 +00:00
resolvedConstants 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
sharedStrings 8341913: Support CDS heap dumping for Shenandoah and Epsilon 2024-10-22 17:58:20 +00:00
test-classes 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
AOTFlags.java 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
AppendClasspath.java 8251213: [TESTBUG] CDS tests shouldn't write output files into test.classes directory 2020-08-09 20:56:04 -07:00
ArchiveRelocationTest.java 8306059: improve the reliability of TestSerialGCWithCDS.java and ArchiveRelocationTest.java tests 2023-04-18 21:23:42 +00:00
BadBSM.java 8259275: JRuby crashes while resolving invokedynamic instruction 2021-01-13 05:51:52 +00:00
BootClassPathMismatch.java 8263412: ClassFileInstaller can't be used by classes outside of default package 2021-03-12 23:13:16 +00:00
CaseSensitiveClassPath.java
CDSandJFR.java 8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions= 2021-04-20 15:53:45 +00:00
ClassListFormatBase.java 8255860: Clean up CDS logging related to lambda 2020-11-05 05:20:59 +00:00
ClassListWithCustomClassNoSource.java 8279009: CDS crashes when the source of an InstanceKlass is NULL 2022-01-20 17:52:49 +00:00
ClassLoaderTest.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
ClassPathAttr.java 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
ClassSpecializerTestApp.java 8279009: CDS crashes when the source of an InstanceKlass is NULL 2022-01-20 17:52:49 +00:00
CommandLineFlagCombo.java 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
CommandLineFlagComboNegative.java
CommonAppClasspath.java 8279366: CDS should allow alternative locations for JAR files in classpath 2022-10-25 17:52:18 +00:00
CompilerUtils.java
DirClasspathTest.java 8251267: CDS tests should use CDSTestUtils.getOutputDir instead of System.getProperty("user.dir") 2020-12-08 20:00:10 +00:00
DumpClassList.java 8272348: Update CDS tests in anticipation of JDK-8270489 2021-08-16 03:22:52 +00:00
DumpClassListWithLF.java 8277998: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc failed "assert(ZAddress::is_marked(addr)) failed: Should be marked" 2021-12-08 15:59:37 +00:00
DumpingWithNoCoops.java 8308034: Some CDS tests need to use @requires vm.flagless 2023-05-22 15:53:04 +00:00
DumpRuntimeClassesTest.java 8341452: Test runtime/cds/appcds/DumpRuntimeClassesTest.java from JDK-8324259 is failing 2024-10-17 13:56:49 +00:00
DuplicateClassPaths.java 8304292: Memory leak related to ClassLoader::update_class_path_entry_list 2023-08-10 20:02:27 +00:00
ExtraSymbols.invalid_1.txt
ExtraSymbols.invalid_2.txt
ExtraSymbols.invalid_3.txt
ExtraSymbols.java 8250989: Consolidate buffer allocation code for CDS static/dynamic dumping 2021-02-07 07:10:38 +00:00
FieldAnnotationsTest.java
FieldLayoutFlags.java 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
FillerObjectLoadTest.java 8321550: Update several runtime/cds tests to use vm flags or mark as flagless 2024-03-29 18:05:21 +00:00
FreeUnusedMetadata.java
HelloExtTest.java 8291443: Obsolete the PrintSharedDictionary flag 2022-10-24 16:08:51 +00:00
HelloTest.java
IgnoreEmptyClassPaths.java 8256718: Obsolete the long term deprecated and aliased Trace flags 2020-12-03 13:14:57 +00:00
JarBuilder.java 8322657: CDS filemap fastdebug assert while loading Graal CE Polyglot in isolated classloader 2024-01-08 23:53:06 +00:00
JvmtiAddPath.java 8308073: ClassLoaderExt::append_boot_classpath should handle dynamic archive 2023-05-25 21:26:54 +00:00
LambdaContainsOldInf.java 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
LambdaEagerInit.java 8292914: Lambda proxies have unstable names 2023-02-27 17:18:44 +00:00
LambdaProxyClasslist.java 8255489: Unify the parsing of @lambda-proxy and @lambda-form-invokers tags in a classlist 2020-10-30 22:01:59 +00:00
LambdaVerificationFailedDuringDump.java 8258236: Segfault in ClassListParser::resolve_indy dumping static AppCDS archive 2020-12-16 02:37:29 +00:00
LambdaWithJavaAgent.java 8278174: runtime/cds/appcds/LambdaWithJavaAgent.java fails with release VMs 2021-12-03 06:00:14 +00:00
LambdaWithOldClass.java 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
LambdaWithUseImplMethodHandle.java 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
LongClassListPath.java 8330532: Improve line-oriented text parsing in HotSpot 2024-05-09 07:43:03 +00:00
LotsOfClasses.java 8329431: Improve speed of writing CDS heap objects 2024-04-10 04:14:10 +00:00
MismatchedPathTriggerMemoryRelease.java 8291991: Adjust the "shared class paths mismatch" message if class path logging is enabled 2022-11-16 15:47:32 +00:00
MissingSuperTest.java
MoveJDKTest.java 8261455: Automatically generate the CDS archive if necessary 2022-01-13 00:23:05 +00:00
MultiProcessSharing.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
MultiReleaseJars.java 8173605: Remove support for source and target 1.7 option in javac 2022-09-01 16:43:50 +00:00
NestHostOldInf.java 8285914: AppCDS crash when using shared archive with old class file 2022-05-09 16:00:57 +00:00
NonExistClasspath.java 8279675: CDS cannot handle non-existent JAR file in bootclassapth 2022-01-21 23:47:09 +00:00
NonJarInClasspath.java 8267556: Enhance class paths check during runtime 2021-06-10 19:50:44 +00:00
OldClassTest.java 8265604: Support unlinked classes in dynamic CDS archive 2021-07-20 02:06:42 +00:00
OldClassWithjsr.java 8302795: Shared archive failed on old version class with jsr bytecode 2023-03-14 17:15:19 +00:00
OldInfExtendsInfDefMeth.java 8265604: Support unlinked classes in dynamic CDS archive 2021-07-20 02:06:42 +00:00
OldSuperClass.java 8265604: Support unlinked classes in dynamic CDS archive 2021-07-20 02:06:42 +00:00
OldSuperInf.java 8265604: Support unlinked classes in dynamic CDS archive 2021-07-20 02:06:42 +00:00
OldSuperInfIndirect.java 8265604: Support unlinked classes in dynamic CDS archive 2021-07-20 02:06:42 +00:00
PackageSealing.java 8263412: ClassFileInstaller can't be used by classes outside of default package 2021-03-12 23:13:16 +00:00
ParallelLoad2.java
ParallelLoadTest.java
PrintSharedArchiveAndExit.java 8292269: Replace FileMapInfo::fail_continue() with Unified Logging 2023-03-03 19:00:27 +00:00
ProhibitedPackage.java 8325038: runtime/cds/appcds/ProhibitedPackage.java can fail with UseLargePages 2024-02-09 18:06:51 +00:00
ProtectionDomain.java
RelativePath.java 8251267: CDS tests should use CDSTestUtils.getOutputDir instead of System.getProperty("user.dir") 2020-12-08 20:00:10 +00:00
RewriteBytecodesTest.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
SealingViolation.java 8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom" 2023-08-22 22:37:16 +00:00
SharedArchiveConsistency.java 8298048: Combine CDS archive heap into a single block 2023-04-21 15:29:45 +00:00
SharedBaseAddress.java 8283352: [CDS] SharedBaseAddress.java fails on x86_32 2022-03-19 07:08:47 +00:00
SharedPackages.java
SharedRegionAlignmentTest.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
SignedJar.java 8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom" 2023-08-22 22:37:16 +00:00
SpecifySysLoaderProp.java 8281941: Change CDS warning messages to use Unified Logging 2023-03-10 17:11:48 +00:00
StaticArchiveWithLambda.java 8344011: Remove usage of security manager from Class and reflective APIs 2024-11-14 07:39:28 +00:00
TestCombinedCompressedFlags.java 8247252: TestCombinedCompressedFlags.java failed src/hotspot/share/services/virtualMemoryTracker.cpp:388 Error: ShouldNotReachHere() 2020-06-11 12:51:09 +02:00
TestCommon.java 8329431: Improve speed of writing CDS heap objects 2024-04-10 04:14:10 +00:00
TestDumpClassListSource.java 8321550: Update several runtime/cds tests to use vm flags or mark as flagless 2024-03-29 18:05:21 +00:00
TestEpsilonGCWithCDS.java 8341371: CDS cannot load archived heap objects with -XX:+UseSerialGC -XX:-UseCompressedOops 2024-10-28 14:31:35 +00:00
TestParallelGCWithCDS.java 8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking 2024-11-15 22:28:54 +00:00
TestSerialGCWithCDS.java 8341371: CDS cannot load archived heap objects with -XX:+UseSerialGC -XX:-UseCompressedOops 2024-10-28 14:31:35 +00:00
TestShenandoahWithCDS.java 8341371: CDS cannot load archived heap objects with -XX:+UseSerialGC -XX:-UseCompressedOops 2024-10-28 14:31:35 +00:00
TestWithProfiler.java 8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions= 2021-04-20 15:53:45 +00:00
TestZGCWithCDS.java 8305895: Implement JEP 450: Compact Object Headers (Experimental) 2024-11-08 17:21:39 +00:00
TraceLongClasspath.java
TransformInterfaceOfLambda.java 8323950: Null CLD while loading shared lambda proxy class with javaagent active 2024-01-30 20:00:10 +00:00
UnusedCPDuringDump.java 8297041: Remove the last remnants of sjavac 2022-11-17 09:20:22 +00:00
UseAppCDS_Test.java
VerifierTest_0.java
VerifierTest_1A.java
VerifierTest_1B.java
VerifierTest_2.java
VerifierTest.java 8292269: Replace FileMapInfo::fail_continue() with Unified Logging 2023-03-03 19:00:27 +00:00
VerifyObjArrayCloneTest.java 8286277: CDS VerifyError when calling clone() on object array 2022-05-23 16:23:12 +00:00
VerifyWithDefaultArchive.java 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
WideIloadTest.java
WrongClasspath.java 8321183: Incorrect warning from cds about the modules file 2023-12-05 17:17:14 +00:00
XShareAutoWithChangedJar.java