diff -r c5de7263722b -r f61bcd80ec1f hotspot/test/runtime/modules/ModuleStress/ModuleStressGC.java --- a/hotspot/test/runtime/modules/ModuleStress/ModuleStressGC.java Sat Apr 22 12:05:20 2017 +0200 +++ b/hotspot/test/runtime/modules/ModuleStress/ModuleStressGC.java Thu May 04 07:26:28 2017 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2017, 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 @@ -73,7 +73,7 @@ // test's, defined to module jdk.translet, export list at // GC safepoints. ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( - "-Xlog:modules=trace", + "-Xlog:module=trace", "-p", MODS_DIR.toString(), "-m", "jdk.test/test.MainGC"); OutputAnalyzer oa = new OutputAnalyzer(pb.start());