diff -r 71c3b8c51977 -r 3e3764f8fe36 test/hotspot/jtreg/runtime/appcds/OldClassTest.java --- a/test/hotspot/jtreg/runtime/appcds/OldClassTest.java Thu Aug 23 11:33:51 2018 -0400 +++ b/test/hotspot/jtreg/runtime/appcds/OldClassTest.java Thu Aug 23 09:35:09 2018 -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)"); }