Request for reviews (M) 8005600: compiler/8004741/Test8004741.java fails intermediately

David Chase david.r.chase at oracle.com
Wed Jan 23 10:41:28 PST 2013


On 2013-01-23, at 1:10 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:

> One thing: (I think it was discussed before) run() method should rethrow ThreadDeath so it would be processed by VM runtime which will stop thread.

The run() method exits naturally, and the thread will stop shortly thereafter.  There's no need to rethrow ThreadDeath.

David



More information about the hotspot-compiler-dev mailing list