RFR: 8260928: InitArrayShortSize constraint func should print a helpful error message [v2]
Tobias Hartmann
thartmann at openjdk.java.net
Tue Feb 2 12:10:57 UTC 2021
On Tue, 2 Feb 2021 11:50:50 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed intendation
>
> src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp line 307:
>
>> 305: JVMFlag::printError(verbose,
>> 306: "InitArrayShortSize (" INTX_FORMAT ") must be "
>> 307: "a multiple of %d\n", value, BytesPerLong);
>
> Consider indenting them a bit. I think the line starting from `"a...` has one excess whitespace.
Good catch. Fixed. Thanks for the review!
-------------
PR: https://git.openjdk.java.net/jdk/pull/2351
More information about the hotspot-compiler-dev
mailing list