--- old/test/runtime/BootClassAppendProp/BootClassPathAppendProp.java 2016-07-15 07:00:17.726236491 +0100 +++ new/test/runtime/BootClassAppendProp/BootClassPathAppendProp.java 2016-07-15 07:00:17.626229658 +0100 @@ -27,7 +27,7 @@ * @test * @build BootClassPathAppendProp * @run main/othervm -Xbootclasspath/a:/usr/lib -showversion -Xbootclasspath/a:/i/dont/exist BootClassPathAppendProp - * @run main/othervm -Xpatch:/not/here -Xbootclasspath/a:/i/may/exist BootClassPathAppendProp + * @run main/othervm --patch-module=no_module=/not/here -Xbootclasspath/a:/i/may/exist BootClassPathAppendProp * @run main/othervm -Djdk.boot.class.path.append=newdir BootClassPathAppendProp * @run main/othervm BootClassPathAppendProp */