RFR (S) 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
Calvin Cheung
calvin.cheung at oracle.com
Wed Jul 24 23:23:37 UTC 2019
Hi Coleen,
Thanks for doing this tests consolidation.
In TEST.groups, for the hotspot_appcds_dynamic test group (starting from
line 313), I think we need to exclude the tests which used to reside
under the SharedArchiveFile dir as well.
You can use mach5 to test it by supplying the following args:
--test hotspot_appcds_dynamic --jvm-args "Dtest.dynamic.cds.archive=true"
or if you'd like to run it locally using jtreg, add the following args:
-vmoptions:-Dtest.dynamic.cds.archive=true
<jdk>/open/test/hotspot/jtreg:hotspot_appcds_dynamic
(where <jdk> is the full path to the top dir of your repo)
thanks,
Calvin
On 7/24/19 10:38 AM, coleen.phillimore at oracle.com wrote:
> Summary: moved appcds and SharedArchive files to test/hotspot/runtime/cds
>
> This is 99% tedious. I moved the files with hg move and fixed the
> directory references in the tests to 'cds'. Tested with mach5
> hs-tier1,2,3.
>
> open webrev at http://cr.openjdk.java.net/~coleenp/2019/8202339.01/webrev
> bug link https://bugs.openjdk.java.net/browse/JDK-8202339
>
> Thanks,
> Coleen
More information about the hotspot-runtime-dev
mailing list