[RFR]: 8131334: SAAJ Plugability Layer: using java.util.ServiceLoader

huizhe wang huizhe.wang at oracle.com
Fri Nov 20 20:33:41 UTC 2015


On 11/19/2015 12:45 PM, Alan Bateman wrote:
>
>
> On 19/11/2015 18:36, Daniel Fuchs wrote:
>>
>> Hi Miran,
>>
>> I would expect this to fail horribly - you may not have the
>> right to create anything under $JAVA_HOME/conf - it may even
>> be a read-only file system... And I would be very uneasy as this
>> may have side effects on tests executing later on if anything
>> is left over in the java home conf dir...
>>
> There may be tests executing concurrently in other agent VMs too so we 
> need to avoid changing the config like this.

In JAXP, we do it with an "isolated"-instance.

-Joe

>
> -Alan




More information about the core-libs-dev mailing list