< prev index next >

test/hotspot/jtreg/runtime/appcds/customLoader/UnloadUnregisteredLoaderTest.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

*** 27,37 **** * @summary Test the behavior when shared classes loaded by custom loaders are * unloaded. * (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 /test/hotspot/jtreg/runtime/testlibrary * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @build sun.hotspot.WhiteBox ClassUnloadCommon --- 27,37 ---- * @summary Test the behavior when shared classes loaded by custom loaders are * unloaded. * (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 /test/hotspot/jtreg/runtime/testlibrary * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @build sun.hotspot.WhiteBox ClassUnloadCommon
< prev index next >