RFR: JDK-8255780: Remove unused overloads of VMError::report_and_die()
Coleen Phillimore
coleenp at openjdk.java.net
Mon Nov 2 23:06: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.
Looks good!
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1018
More information about the hotspot-dev
mailing list