On 3/10/2013 1:55 PM, Martin Buchholz wrote:
On Wed, Oct 2, 2013 at 7:13 PM, David Holmes <david.hol...@oracle.com>wrote:

On 3/10/2013 2:54 AM, Martin Buchholz wrote:

On Wed, Oct 2, 2013 at 9:49 AM, Peter Levart <peter.lev...@gmail.com>
wrote:

  Hi Martin,

If you want to optimize for without-security-manager case



I want to optimize for the case that Thread.interrupt does not throw
SecurityException


How is your proposal optimizing that case ???


Instead of doing extra work to avoid a SecurityException, I am assuming a
SecurityException is rare, and risk having to throw it twice.

Sorry I'm missing something - what extra work are you avoiding and where? The original code just did t.interrupt() now you've added try/catch with a second privileged interrupt attempt. I don't see anything being avoided. Are you referring to caller code that catches the SecurityException itself and somehow retries?

David

Reply via email to