Integrated: 8301622: ProcessTools.java compilation gets ThreadDeath deprecation warning

Afshin Zafari duke at openjdk.org
Fri Mar 3 13:20:29 UTC 2023


On Thu, 2 Mar 2023 12:15:21 GMT, Afshin Zafari <duke at openjdk.org> wrote:

> ### Description
> The use of `ThreadDeath` is replaced with checking the exception be of type `Error` and the thread is `TERMINATED`.
> 
> 
> ### Test
> local and mach5 tier1

This pull request has now been integrated.

Changeset: ff364c19
Author:    Afshin Zafari <Afshin.zafari at oracle.com>
Committer: Alan Bateman <alanb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ff364c1906f078c13e121a43e60606caff5781e7
Stats:     5 lines in 1 file changed: 1 ins; 3 del; 1 mod

8301622: ProcessTools.java compilation gets ThreadDeath deprecation warning

Reviewed-by: dholmes, alanb

-------------

PR: https://git.openjdk.org/jdk/pull/12827


More information about the core-libs-dev mailing list