RFR: 8318982: improve Exceptions::special_exception [v2]

Coleen Phillimore coleenp at openjdk.org
Tue Oct 31 19:59:32 UTC 2023


On Tue, 31 Oct 2023 18:04:20 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

>> src/hotspot/share/utilities/exceptions.cpp line 92:
>> 
>>> 90:     } else if (h_name == nullptr) {
>>> 91:       // at least an informative message.
>>> 92:       vm_exit_during_initialization("Exception", message);
>> 
>> Should there be a space after "Exception"?
>
> No, based on other usages: https://github.com/search?q=repo%3Aopenjdk%2Fjdk%20vm_exit_during_initialization&type=code

ok.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16401#discussion_r1378104428


More information about the hotspot-dev mailing list