Re: RFR(s): 8035000: TEST_BUG: remove ActivationLibrary.DestroyThread and have callers call rmid.destroy() instead

2014-12-01 Thread Stuart Marks
Hi all, any reviewers for this one? s'marks On 11/24/14 6:26 PM, Stuart Marks wrote: Hi all, Here's another test cleanup fix. Basically this normalizes the shutdown/destroy policy for rmid processes that are started by RMI's test library in support of a few dozen of the RMI activation tests.

Re: RFR(s): 8035000: TEST_BUG: remove ActivationLibrary.DestroyThread and have callers call rmid.destroy() instead

2014-12-01 Thread Lance Andersen
Sorry Stuart, I looked at this last week but guess I forgot to reply. It looks fine and a nice clean up :-) Best Lance On Dec 1, 2014, at 1:50 PM, Stuart Marks stuart.ma...@oracle.com wrote: Hi all, any reviewers for this one? s'marks On 11/24/14 6:26 PM, Stuart Marks wrote: Hi all,

Re: RFR(s): 8035000: TEST_BUG: remove ActivationLibrary.DestroyThread and have callers call rmid.destroy() instead

2014-12-01 Thread Stuart Marks
Thanks Lance, I knew you'd come through. :-) On 12/1/14 10:53 AM, Lance Andersen wrote: Sorry Stuart, I looked at this last week but guess I forgot to reply. It looks fine and a nice clean up :-) Best Lance On Dec 1, 2014, at 1:50 PM, Stuart Marks stuart.ma...@oracle.com

RFR(s): 8035000: TEST_BUG: remove ActivationLibrary.DestroyThread and have callers call rmid.destroy() instead

2014-11-24 Thread Stuart Marks
Hi all, Here's another test cleanup fix. Basically this normalizes the shutdown/destroy policy for rmid processes that are started by RMI's test library in support of a few dozen of the RMI activation tests. The previous implementation was, well, confused, and it had a redundant timing loop