--- old/test/hotspot/jtreg/runtime/appcds/DumpClassList.java 2018-04-24 20:05:00.191643910 -0400 +++ new/test/hotspot/jtreg/runtime/appcds/DumpClassList.java 2018-04-24 20:04:58.879568366 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -92,7 +92,6 @@ output = TestCommon.createArchive(appJar, appClass, "-Xbootclasspath/a:" + appendJar, - "-XX:+UnlockDiagnosticVMOptions", "-Xlog:class+load", "-XX:SharedClassListFile=" + classList); TestCommon.checkDump(output)