8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
authorcjplummer
Sat, 19 May 2018 13:13:09 -0700
changeset 50189 b8ed2c98202a
parent 50188 531b4069637e
child 50190 6f548c41a4fc
8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[] Summary: use a valid URL[] Reviewed-by: sspitsyn, amenkov, dtitov
test/jdk/ProblemList.txt
test/jdk/com/sun/jdi/JdbMethodExitTest.sh
--- a/test/jdk/ProblemList.txt	Sat May 19 18:01:04 2018 +0200
+++ b/test/jdk/ProblemList.txt	Sat May 19 13:13:09 2018 -0700
@@ -776,7 +776,7 @@
 
 com/sun/jdi/JdbExprTest.sh                                      8203393 solaris-all
 
-com/sun/jdi/JdbMethodExitTest.sh                                8171483 generic-all
+com/sun/jdi/JdbMethodExitTest.sh                                8203393 solaris-all
 
 com/sun/jdi/RepStep.java                                        8043571 generic-all
 
--- a/test/jdk/com/sun/jdi/JdbMethodExitTest.sh	Sat May 19 18:01:04 2018 +0200
+++ b/test/jdk/com/sun/jdi/JdbMethodExitTest.sh	Sat May 19 13:13:09 2018 -0700
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #
-# Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2004, 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
@@ -63,7 +63,7 @@
     public static ClassLoader classLoaderValue;
     {
         try {
-            urls[0] = new URL("hi there");
+            urls[0] = new URL("file:/foo");
         } catch (java.net.MalformedURLException ee) {
         }
         classLoaderValue = new URLClassLoader(urls);