Code Review Request, 8004184, security tests leave JSSEServer running

Xuelei Fan xuelei.fan at oracle.com
Mon Dec 3 13:50:00 UTC 2012


Thanks, Chris!

Xuelei

On 12/3/2012 5:34 PM, Chris Hegarty wrote:
> OK, if this resolves this issue, then I'm fine with it.
> 
> -Chris.
> 
> On 03/12/2012 01:28, Xuelei Fan wrote:
>> On 12/2/2012 11:38 PM, Chris Hegarty wrote:
>>> Your description talks about releasing resources, but the comment
>>> in the source mentions initialising system properties. Are you
>>> using othervm mode to get around releasing resources or an issues
>>> with previously set system properties?
>>>
>> JSSE cannot support agentvm mode because some system properties will be
>> only called one time at every VM.  Othervm mode is used to release
>> resources.  And it is also used to correct the previous system
>> properties issues.  I normally put the comments to all JSSE test, so
>> that the code readers can understand why the test must be run in othervm
>> mode.
>>
>> Thanks,
>> Xuelei
>>
>>
>>> -Chris
>>>
>>> On 2 Dec 2012, at 02:49, Xuelei Fan<xuelei.fan at oracle.com>  wrote:
>>>
>>>> Hi,
>>>>
>>>> Please review the test bug that does not release the server resources.
>>>>
>>>> bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8004184webrev:
>>>> http://cr.openjdk.java.net./~xuelei/8004184/webrev.00/
>>>>
>>>>
>>>> Thanks,
>>>> Xuelei
>>




More information about the security-dev mailing list