hg: jdk/hs: 8188791: Move AppCDS from closed repo to open repo

ioi.lam at oracle.com ioi.lam at oracle.com
Tue Nov 28 06:20:10 UTC 2017


Changeset: 78b2ecdd3c4b
Author:    iklam
Date:      2017-11-27 20:21 -0800
URL:       http://hg.openjdk.java.net/jdk/hs/rev/78b2ecdd3c4b

8188791: Move AppCDS from closed repo to open repo
Reviewed-by: dsamersoff, simonis, minqi
Contributed-by: jiangli.zhou at oracle.com, mikhailo.seledtsov at oracle.com, calvin.cheung at oracle.com

! src/hotspot/share/classfile/classListParser.cpp
! src/hotspot/share/classfile/classListParser.hpp
! src/hotspot/share/classfile/classLoaderExt.cpp
! src/hotspot/share/classfile/classLoaderExt.hpp
+ src/hotspot/share/classfile/sharedClassUtil.cpp
! src/hotspot/share/classfile/sharedClassUtil.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
+ src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/systemDictionaryShared.hpp
! src/hotspot/share/classfile/systemDictionary_ext.hpp
! src/hotspot/share/classfile/vmSymbols.hpp
- src/hotspot/share/classfile/vmSymbols_ext.hpp
+ src/hotspot/share/prims/cdsoffsets.cpp
+ src/hotspot/share/prims/cdsoffsets.hpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/arguments_ext.hpp
! src/hotspot/share/runtime/globals.hpp
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/runtime/appcds/AppCDSOptions.java
+ test/hotspot/jtreg/runtime/appcds/AppendClasspath.java
+ test/hotspot/jtreg/runtime/appcds/BootClassPathMismatch.java
+ test/hotspot/jtreg/runtime/appcds/CaseSensitiveClassPath.java
+ test/hotspot/jtreg/runtime/appcds/ClassLoaderTest.java
+ test/hotspot/jtreg/runtime/appcds/ClassPathAttr.java
+ test/hotspot/jtreg/runtime/appcds/CommandLineFlagCombo.java
+ test/hotspot/jtreg/runtime/appcds/CommandLineFlagComboNegative.java
+ test/hotspot/jtreg/runtime/appcds/CompilerUtils.java
+ test/hotspot/jtreg/runtime/appcds/DumpClassList.java
+ test/hotspot/jtreg/runtime/appcds/ExtraSymbols.invalid_1.txt
+ test/hotspot/jtreg/runtime/appcds/ExtraSymbols.invalid_2.txt
+ test/hotspot/jtreg/runtime/appcds/ExtraSymbols.invalid_3.txt
+ test/hotspot/jtreg/runtime/appcds/ExtraSymbols.java
+ test/hotspot/jtreg/runtime/appcds/ExtraSymbols.symbols.txt
+ test/hotspot/jtreg/runtime/appcds/FieldAnnotationsTest.java
+ test/hotspot/jtreg/runtime/appcds/FreeUnusedMetadata.java
+ test/hotspot/jtreg/runtime/appcds/HelloExtTest.java
+ test/hotspot/jtreg/runtime/appcds/HelloTest.java
+ test/hotspot/jtreg/runtime/appcds/IgnoreEmptyClassPaths.java
+ test/hotspot/jtreg/runtime/appcds/JarBuilder.java
+ test/hotspot/jtreg/runtime/appcds/JvmtiAddPath.java
+ test/hotspot/jtreg/runtime/appcds/MismatchedUseAppCDS.java
+ test/hotspot/jtreg/runtime/appcds/MissingSuperTest.java
+ test/hotspot/jtreg/runtime/appcds/MultiProcessSharing.java
+ test/hotspot/jtreg/runtime/appcds/MultiReleaseJars.java
+ test/hotspot/jtreg/runtime/appcds/OldClassTest.java
+ test/hotspot/jtreg/runtime/appcds/PackageSealing.java
+ test/hotspot/jtreg/runtime/appcds/ParallelLoad2.java
+ test/hotspot/jtreg/runtime/appcds/ParallelLoadTest.java
+ test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java
+ test/hotspot/jtreg/runtime/appcds/ProhibitedPackage.java
+ test/hotspot/jtreg/runtime/appcds/ProtectionDomain.java
+ test/hotspot/jtreg/runtime/appcds/RewriteBytecodesTest.java
+ test/hotspot/jtreg/runtime/appcds/SharedArchiveConsistency.java
+ test/hotspot/jtreg/runtime/appcds/SharedArchiveFile.java
+ test/hotspot/jtreg/runtime/appcds/SharedBaseAddress.java
+ test/hotspot/jtreg/runtime/appcds/SharedPackages.java
+ test/hotspot/jtreg/runtime/appcds/SignedJar.java
+ test/hotspot/jtreg/runtime/appcds/SpecifySysLoaderProp.java
+ test/hotspot/jtreg/runtime/appcds/TestCommon.java
+ test/hotspot/jtreg/runtime/appcds/TraceLongClasspath.java
+ test/hotspot/jtreg/runtime/appcds/UseAppCDS.java
+ test/hotspot/jtreg/runtime/appcds/UseAppCDS_Test.java
+ test/hotspot/jtreg/runtime/appcds/VerifierTest.java
+ test/hotspot/jtreg/runtime/appcds/VerifierTest_0.java
+ test/hotspot/jtreg/runtime/appcds/VerifierTest_1A.java
+ test/hotspot/jtreg/runtime/appcds/VerifierTest_1B.java
+ test/hotspot/jtreg/runtime/appcds/VerifierTest_2.java
+ test/hotspot/jtreg/runtime/appcds/WideIloadTest.java
+ test/hotspot/jtreg/runtime/appcds/WrongClasspath.java
+ test/hotspot/jtreg/runtime/appcds/XShareAutoWithChangedJar.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/CheckCachedResolvedReferences.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/CheckCachedResolvedReferencesApp.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/DumpTimeVerifyFailure.config.txt
+ test/hotspot/jtreg/runtime/appcds/cacheObject/DumpTimeVerifyFailure.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/GCStress.config.txt
+ test/hotspot/jtreg/runtime/appcds/cacheObject/GCStressApp.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/GCStressTest.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/InstrumentationAgent.mf
+ test/hotspot/jtreg/runtime/appcds/cacheObject/MyException.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/MyOuter.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/OpenArchiveRegion.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/RangeNotWithinHeap.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/RedefineClassApp.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/RedefineClassTest.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatA.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatB.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatBase.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatC.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatD.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ClassListFormatE.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/CustomLoaderApp.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/HelloCustom.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/LoaderSegregationTest.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ParallelTestBase.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ParallelTestMultiFP.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ParallelTestSingleFP.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ProhibitedPackageNamesTest.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/ProtectionDomain.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/SameNameInTwoLoadersTest.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/UnintendedLoadersTest.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/UnloadUnregisteredLoaderTest.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/UnsupportedPlatforms.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/CustomInterface2_ia.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/CustomInterface2_ib.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/CustomLoadee.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/CustomLoadee2.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/CustomLoadee3.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/CustomLoadee3Child.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/Hello.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/InProhibitedPkg.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/LoaderAPI.mf
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/LoaderSegregation.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/OnlyBuiltin.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/OnlyUnregistered.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/ProtDomain.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/SameNameUnrelatedLoaders.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/SimpleHello.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/UnintendedLoaders.java
+ test/hotspot/jtreg/runtime/appcds/customLoader/test-classes/UnloadUnregisteredLoader.java
+ test/hotspot/jtreg/runtime/appcds/javaldr/ArrayTest.java
+ test/hotspot/jtreg/runtime/appcds/javaldr/ArrayTestHelper.java
+ test/hotspot/jtreg/runtime/appcds/javaldr/CheckAnonymousClass.java
+ test/hotspot/jtreg/runtime/appcds/javaldr/GCDuringDump.java
+ test/hotspot/jtreg/runtime/appcds/javaldr/GCDuringDumpTransformer.java
+ test/hotspot/jtreg/runtime/appcds/javaldr/GCDuringDumpTransformer.mf
+ test/hotspot/jtreg/runtime/appcds/javaldr/GCSharedStringsDuringDump.java
+ test/hotspot/jtreg/runtime/appcds/javaldr/GCSharedStringsDuringDumpWb.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/CheckUnsupportedDumpingOptions.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/JigsawOptionsCombo.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/AppClassInCP.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/CustomPackage.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/MismatchedPatchModule.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/PatchDir.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/PatchJavaBase.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/PatchMain.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/Simple.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/SubClassOfPatchedClass.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/TwoJars.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/BootAppendTests.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/ClassPathTests.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/src/com/sun/tools/javac/Main.jasm
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/src/com/sun/tools/javac/Main2.jasm
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/src/javax/activation/UnsupportedDataTypeException2.jasm
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/src/jdk/test/Main.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/src/sun/nio/cs/ext/MyClass.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/src/sun/nio/cs/ext1/MyClass.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/limitmods/LimitModsHelper.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/limitmods/LimitModsTests.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/OverrideTests.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/java.activation/javax/activation/UnsupportedDataTypeException.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/java.activation/module-info.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/jdk.compiler/com/sun/tools/javac/Main.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/jdk.compiler/module-info.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/test/jdk/test/Main.java
+ test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/test/module-info.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/ClassFileLoadHook.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/ClassFileLoadHookTest.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/InstrumentationAgent.mf
+ test/hotspot/jtreg/runtime/appcds/jvmti/InstrumentationApp.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/InstrumentationClassFileTransformer.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/InstrumentationRegisterClassFileTransformer.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/InstrumentationTest.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/parallelLoad/ParallelClassesTransform.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/parallelLoad/ParallelLoadAndTransformTest.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/transformRelatedClasses/TransformInterfaceImplementorAppCDS.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/transformRelatedClasses/TransformRelatedClassesAppCDS.java
+ test/hotspot/jtreg/runtime/appcds/jvmti/transformRelatedClasses/TransformSuperSubAppCDS.java
+ test/hotspot/jtreg/runtime/appcds/redefineClass/RedefineBasic.java
+ test/hotspot/jtreg/runtime/appcds/redefineClass/RedefineBasicTest.java
+ test/hotspot/jtreg/runtime/appcds/redefineClass/RedefineRunningMethods_Shared.java
+ test/hotspot/jtreg/runtime/appcds/redefineClass/RedefineRunningMethods_SharedHelper.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/ExerciseGC.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/ExtraSharedInput.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/FlagCombo.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/HelloString.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/HelloStringGC.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/HelloStringPlus.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/InternSharedString.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/InternStringTest.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/InvalidFileFormat.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/LargePages.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/LockSharedStrings.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/LockStringTest.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/LockStringValueTest.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsBasic.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsBasic.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsBasicPlus.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsStress.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsUtils.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsWb.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsWbTest.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/SysDictCrash.java
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/CorruptDataLine.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/InvalidDataType.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/InvalidHeader.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/InvalidString.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/InvalidStringFormat.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/InvalidSymbol.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/InvalidSymbolFormat.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/InvalidVersion.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/OverflowPrefix.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/TruncatedString.txt
+ test/hotspot/jtreg/runtime/appcds/sharedStrings/invalidFormat/UnrecognizedPrefix.txt
+ test/hotspot/jtreg/runtime/appcds/test-classes/ArrayListTest.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/BootClassPathAppendHelper.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/C1.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/C2.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/CheckIfShared.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Child.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/CpAttr1.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/CpAttr2.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/CpAttr3.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/CpAttr4.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/CpAttr5.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/DummyClassHelper.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/EmptyClassHelper.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/FieldAnnotationsApp.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/ForNameTest.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Greet.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Hello.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/HelloExt.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/HelloExtApp.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/HelloExtExt.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/HelloMore.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/HelloWB.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Hi.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Iloadw.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/IloadwMain.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/JimageClassPackage.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/JimageClassProtDomain.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/JvmtiApp.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/MethodNoReturn.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/MissingSuper.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/MultiProcClass.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/MyAnnotation.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/PackageSealingTest.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/PackageTest.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/ParallelClasses.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/ParallelLoad.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Prohibited.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/ProhibitedHelper.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/ProtDomain.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/ProtDomainB.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/ReportMyLoader.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/RewriteBytecodes.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Super.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/TestClassLoader.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/TrySwitchMyLoader.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/Util.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/VerifierTest0.java
+ test/hotspot/jtreg/runtime/appcds/test-classes/com/sun/tools/javac/Main.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/cpattr1.mf
+ test/hotspot/jtreg/runtime/appcds/test-classes/cpattr1_long.mf
+ test/hotspot/jtreg/runtime/appcds/test-classes/cpattr2.mf
+ test/hotspot/jtreg/runtime/appcds/test-classes/cpattr3.mf
+ test/hotspot/jtreg/runtime/appcds/test-classes/cpattr4.mf
+ test/hotspot/jtreg/runtime/appcds/test-classes/cpattr5_extra_long.mf
+ test/hotspot/jtreg/runtime/appcds/test-classes/java/net/HttpCookie.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/javax/activation/MimeType.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/javax/transaction/InvalidTransactionException.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/jdk/dynalink/DynamicLinker.jasm
+ test/hotspot/jtreg/runtime/appcds/test-classes/package_seal.mf



More information about the jdk-hs-changes mailing list