< prev index next >

test/jdk/java/util/ResourceBundle/modules/layer/LayerTest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2017, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 70,80 **** } } private static void runCmd() throws Throwable { JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("java"); ! launcher.addToolArg("-cp") .addToolArg(Utils.TEST_CLASSES) .addToolArg("Main") .addToolArg(Utils.TEST_CLASSES); int exitCode = ProcessTools.executeCommand(launcher.getCommand()) --- 70,82 ---- } } private static void runCmd() throws Throwable { JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("java"); ! launcher.addToolArg("-ea") ! .addToolArg("-esa") ! .addToolArg("-cp") .addToolArg(Utils.TEST_CLASSES) .addToolArg("Main") .addToolArg(Utils.TEST_CLASSES); int exitCode = ProcessTools.executeCommand(launcher.getCommand())
< prev index next >