8221098: Run java/net/URL/HandlerLoop.java in othervm mode

Reviewed-by: alanb, martin
This commit is contained in:
Chris Hegarty 2019-03-20 09:17:48 +00:00
parent f16af8d4d5
commit defc86bd5b

View file

@ -32,7 +32,7 @@ import java.net.URLStreamHandlerFactory;
* @summary Test bootstrap problem when a URLStreamHandlerFactory is loaded * @summary Test bootstrap problem when a URLStreamHandlerFactory is loaded
* by the application class loader. * by the application class loader.
* @modules java.base/sun.net.www.protocol.file * @modules java.base/sun.net.www.protocol.file
* @run main HandlerLoop * @run main/othervm HandlerLoop
*/ */
public class HandlerLoop { public class HandlerLoop {