< prev index next >

test/tools/launcher/modules/patch/basic/PatchTestWarningError.java

Print this page
rev 17315 : 8181335: remove packageless CompilerUtils
Reviewed-by: duke

*** 1,7 **** /* ! * Copyright (c) 2016, 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) 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 23,45 **** /** * @test * @bug 8168836 * @summary Basic argument validation for --patch-module ! * @library /lib/testlibrary * @modules jdk.compiler ! * @build PatchTestWarningError CompilerUtils JarUtils jdk.testlibrary.* * @run testng PatchTestWarningError */ import java.io.File; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.stream.Collectors; import java.util.stream.Stream; import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; --- 23,46 ---- /** * @test * @bug 8168836 * @summary Basic argument validation for --patch-module ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build PatchTestWarningError jdk.test.lib.compiler.CompilerUtils JarUtils jdk.testlibrary.* * @run testng PatchTestWarningError */ import java.io.File; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.stream.Collectors; import java.util.stream.Stream; + import jdk.test.lib.compiler.CompilerUtils; import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import org.testng.annotations.Test;
< prev index next >