Re: RFR [13] 8221098: Run java/net/URL/HandlerLoop.java in othervm mode

2019-03-19 Thread Martin Buchholz
Looks good to me. On Tue, Mar 19, 2019 at 1:48 PM Alan Bateman wrote: > Looks okay, surprised this wasn't noticed before. > It was!

Re: RFR [13] 8221098: Run java/net/URL/HandlerLoop.java in othervm mode

2019-03-19 Thread Alan Bateman
Looks okay, surprised this wasn't noticed before. On 19/03/2019 20:43, Chris Hegarty wrote: HandlerLoop should be run in othervm, as it sets the system-wide URL protocol handler factory which could inadvertently affect subsequent tests run in the same agentvm. An example of this is in the bug de

RFR [13] 8221098: Run java/net/URL/HandlerLoop.java in othervm mode

2019-03-19 Thread Chris Hegarty
HandlerLoop should be run in othervm, as it sets the system-wide URL protocol handler factory which could inadvertently affect subsequent tests run in the same agentvm. An example of this is in the bug description: https://bugs.openjdk.java.net/browse/JDK-8221098 $ hg diff test/jdk/java/net/URL/Ha