RFR: 8281829: runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java fails after JDK-8281467 [v2]
Jie Fu
jiefu at openjdk.java.net
Wed Feb 16 08:14:40 UTC 2022
On Wed, 16 Feb 2022 07:51:26 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address review comment
>
> src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.cpp line 233:
>
>> 231: if ((uintx)CodeEntryAlignment > CodeCacheSegmentSize) {
>> 232: JVMFlag::printError(verbose,
>> 233: "CodeEntryAlignment (" INTX_FORMAT ") must be "
>
> Suggestion:
>
> "CodeEntryAlignment (" INTX_FORMAT ") must be "
Fixed.
Thanks @vnkozlov and @TobiHartmann for your review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7480
More information about the hotspot-compiler-dev
mailing list