RFR [test] 8217340: Compilation failed: tools/launcher/Test7029048.java

Roger Riggs Roger.Riggs at oracle.com
Thu Jan 17 20:20:36 UTC 2019


Please review the addition of an @library /test/lib to ensure the 
compilation succeeds.  [1]

diff --git a/test/jdk/tools/launcher/Test7029048.java 
b/test/jdk/tools/launcher/Test7029048.java
--- a/test/jdk/tools/launcher/Test7029048.java
+++ b/test/jdk/tools/launcher/Test7029048.java
@@ -23,9 +23,10 @@

  /**
   * @test
- * @bug 7029048
+ * @bug 7029048 8217340
   * @summary Ensure that the launcher defends against user settings of the
   *          LD_LIBRARY_PATH environment variable on Unixes
+ * @library /test/lib
   * @compile -XDignore.symbol.file ExecutionEnvironment.java 
Test7029048.java
   * @run main Test7029048
   */

[1] https://bugs.openjdk.java.net/browse/JDK-8217340

Thanks, Roger




More information about the core-libs-dev mailing list