< prev index next >

test/hotspot/jtreg/gc/logging/TestMetaSpaceLog.java

Print this page

        

*** 128,138 **** } public static void loadClass(WhiteBox wb) { try { URLClassLoader ucl = new URLClassLoader(urls); ! Class.forName("case00", false, ucl); } catch (Exception e) { e.printStackTrace(); } } } --- 128,138 ---- } public static void loadClass(WhiteBox wb) { try { URLClassLoader ucl = new URLClassLoader(urls); ! ucl.loadClass("case00"); } catch (Exception e) { e.printStackTrace(); } } }
< prev index next >