test/jdk/com/sun/jdi/MethodExitReturnValuesTest.java
changeset 49118 dbbbf6d7cf6e
parent 47216 71c04702a3d5
equal deleted inserted replaced
49117:0a93645a57f1 49118:dbbbf6d7cf6e
    64 
    64 
    65     public static Class       classValue = Object.class;
    65     public static Class       classValue = Object.class;
    66     public static ClassLoader classLoaderValue;
    66     public static ClassLoader classLoaderValue;
    67     {
    67     {
    68         try {
    68         try {
    69             urls[0] = new URL("hi there");
    69             urls[0] = new URL("file:/foo");
    70         } catch (java.net.MalformedURLException ee) {
    70         } catch (java.net.MalformedURLException ex) {
       
    71             throw new AssertionError(ex);
    71         }
    72         }
    72         classLoaderValue = new URLClassLoader(urls);
    73         classLoaderValue = new URLClassLoader(urls);
    73     }
    74     }
    74 
    75 
    75     public static Thread      threadValue;
    76     public static Thread      threadValue;