Integrated: JDK-8255780: Remove unused overloads of VMError::report_and_die()
Thomas Stuefe
stuefe at openjdk.java.net
Tue Nov 3 07:38:55 UTC 2020
On Mon, 2 Nov 2020 19:07:29 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> VMError::report_and_die() comes in a lot of overloads. These are unused:
>
> void report_and_die(const char* message, const char* detail_fmt, ...)
> void report_and_die(const char* message);
>
> and can be removed.
This pull request has now been integrated.
Changeset: 9a367479
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9a367479
Stats: 16 lines in 2 files changed: 0 ins; 16 del; 0 mod
8255780: Remove unused overloads of VMError::report_and_die()
Reviewed-by: mdoerr, coleenp
-------------
PR: https://git.openjdk.java.net/jdk/pull/1018
More information about the hotspot-dev
mailing list