< prev index next >

test/hotspot/jtreg/runtime/appcds/customLoader/ParallelTestMultiFP.java

Print this page
rev 48002 : imported patch 8188791-open-appcds.v02.patch
rev 48005 : Tests addon for 8188791 which enables AppCDS / CustomClassLoader tests on all 64-bit Linux and Solaris platforms

*** 26,36 **** * @test * @summary Load classes from CDS archive into multiple custom loader using parallel threads * (NOTE: AppCDS does not support uncompressed oops) * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true) * @requires (sun.arch.data.model == "64") ! * @requires ((os.family == "linux") & (os.arch=="amd64")) | (os.family == "solaris") * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @compile ../test-classes/ParallelLoad.java ../test-classes/ParallelClasses.java --- 26,36 ---- * @test * @summary Load classes from CDS archive into multiple custom loader using parallel threads * (NOTE: AppCDS does not support uncompressed oops) * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true) * @requires (sun.arch.data.model == "64") ! * @requires (os.family == "linux") | (os.family == "solaris") | (os.family == "aix") * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @compile ../test-classes/ParallelLoad.java ../test-classes/ParallelClasses.java
< prev index next >