diff -r 423faefc77df -r 6e079ff6c83c test/hotspot/jtreg/runtime/appcds/customLoader/HelloCustom.java --- a/test/hotspot/jtreg/runtime/appcds/customLoader/HelloCustom.java Wed Jan 17 16:49:43 2018 -0800 +++ b/test/hotspot/jtreg/runtime/appcds/customLoader/HelloCustom.java Wed Jan 17 21:44:44 2018 -0800 @@ -32,9 +32,9 @@ * java.management * @compile test-classes/Hello.java test-classes/CustomLoadee.java * @build sun.hotspot.WhiteBox - * @run main ClassFileInstaller -jar hello.jar Hello - * @run main ClassFileInstaller -jar hello_custom.jar CustomLoadee - * @run main ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox + * @run driver ClassFileInstaller -jar hello.jar Hello + * @run driver ClassFileInstaller -jar hello_custom.jar CustomLoadee + * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox * @run main HelloCustom */