RFR: JDK-8255780: Remove unused overloads of VMError::report_and_die()
Martin Doerr
mdoerr at openjdk.java.net
Mon Nov 2 19:54:58 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.
Thanks for reducing overloaded versions of it. Looks good.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1018
More information about the hotspot-dev
mailing list