RFR 8081390, javax/management/remote/mandatory/connection/RMIConnector_NPETest.java may leave orphaned processes

Felix Yang felix.yang at oracle.com
Tue Dec 6 03:38:35 UTC 2016


Hi Hamlin,

    as stated in the bug, the timeout is more-likely a test setup issue 
that small timeout factor together with "-Xcomp".

But  in theory,  if not put rmid.start() in finally, it indeed possibly 
leaves orphaned processes. So that is still a minor problem to fix.

Thanks,
Felix
On 2016/12/6 11:26, Hamlin Li wrote:
> Hi Felix,
>
> As the issue is timeout at rmid.start(), so it does not resolve the 
> issue to just move rmid.start() to try block.
>
> I saw the issue happened last in 2015/6, maybe we could just close it 
> as "Not Reproduced"?
>
>
> Thank you
> -Hamlin
>
> On 2016/12/6 10:08, Felix Yang wrote:
>> Hi,
>>
>>    please review the small fix to avoid  orphaned processes left.
>>
>> Bug:
>>
>>     https://bugs.openjdk.java.net/browse/JDK-8081390
>>
>> Webrev:
>>
>>     http://cr.openjdk.java.net/~xiaofeya/8081390/webrev.00/
>>
>> Thanks,
>>
>> Felix
>>
>



More information about the core-libs-dev mailing list