Re: RFR [13] 8221098: Run java/net/URL/HandlerLoop.java in othervm mode
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
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