test/hotspot/jtreg/gc/TestAgeOutput.java
changeset 48791 6e079ff6c83c
parent 47216 71c04702a3d5
child 50455 2b73cce96dce
--- a/test/hotspot/jtreg/gc/TestAgeOutput.java	Wed Jan 17 16:49:43 2018 -0800
+++ b/test/hotspot/jtreg/gc/TestAgeOutput.java	Wed Jan 17 21:44:44 2018 -0800
@@ -30,7 +30,7 @@
  * @modules java.base/jdk.internal.misc
  * @library /test/lib
  * @build sun.hotspot.WhiteBox
- * @run main ClassFileInstaller sun.hotspot.WhiteBox
+ * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  * @run main/othervm -XX:+UseSerialGC TestAgeOutput UseSerialGC
  * @run main/othervm -XX:+UseConcMarkSweepGC TestAgeOutput UseConcMarkSweepGC
  * @run main/othervm -XX:+UseG1GC TestAgeOutput UseG1GC