--- old/test/hotspot/jtreg/runtime/appcds/OldClassTest.java 2018-08-22 09:26:35.639772262 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/OldClassTest.java 2018-08-22 09:26:35.263736740 -0700 @@ -67,7 +67,6 @@ TestCommon.run( "-cp", jar, - "-verbose:class", "Hello") .assertNormalExit("Hello Unicode world (Old)"); @@ -79,7 +78,6 @@ TestCommon.run( "-cp", classpath, - "-verbose:class", "Hello") .assertNormalExit("Hello Unicode world (Old)"); }