Withdrawn: 8255416: Investigate err_msg to detect unnecessary uses
Anton Kozlov
akozlov at openjdk.java.net
Thu Dec 24 22:59:00 UTC 2020
On Wed, 28 Oct 2020 16:46:47 GMT, Anton Kozlov <akozlov at openjdk.org> wrote:
> Hi,
>
> When a single string without formatting arguments is provided to `err_msg`, it's redundancy, as the same message could be used without any err_msg. This is a follow-up to the discussion https://github.com/openjdk/jdk/pull/812#discussion_r511784050
>
> Please review a change that makes `err_msg` with a single string to fail compilation.
>
> Detected uses of err_msg with a single string were eliminated as well.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/905
More information about the hotspot-dev
mailing list