--- old/test/hotspot/jtreg/runtime/appcds/customLoader/HelloCustom.java 2018-10-01 10:09:36.576961321 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/customLoader/HelloCustom.java 2018-10-01 10:09:35.880934472 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -35,7 +35,7 @@ * @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 + * @run driver HelloCustom */ import jdk.test.lib.process.OutputAnalyzer;