RFR (S): JDK-8141042: Typos and refactoring in Compiler constraints functions
Zoltán Majó
zoltan.majo at oracle.com
Fri Oct 30 16:53:03 UTC 2015
P.S.: Sorry for the format of my previous mail -- my email client seems
to play tricks.
On 10/30/2015 05:50 PM, Zoltán Majó wrote:
> Hi Dmitry,
>
>
> maybe you want to add a whitespace before opening a parenthesis in the
> following lines in commandLineFlagConstraintsCompiler.cpp:
>
> 243 "between %d and %d inclusively or -1(means no change) "
> 244 "or %d(special value for critical thread class/priority)\n",
> Otherwise it looks good (I'm not a Reviewer). Please let me know if
> you need a sponsor. Thank you and best regards, Zoltan
>
>
> On 10/30/2015 03:47 PM, Dmitry Dmitriev wrote:
>> Hello,
>>
>> Please review this small fix for compiler constraint functions.
>> Several typos were fixed(missed space, missed argument to print
>> function) and also some refactoring was made(move range check to the
>> generic 'range()' macro etc.). Also, modified constraint for
>> AliasLevel level to disallow ran with low AliasLevel in mixed mode to
>> avoid crashes.
>>
>> Full description of the problems and solutions are in the JBS:
>> https://bugs.openjdk.java.net/browse/JDK-8141042
>>
>> I plan to push it to the hs-rt/hotspot repo, because related test fix
>> was also pushed to the hs-rt/hotspot repo.
>>
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8141042
>> webrev.00: http://cr.openjdk.java.net/~ddmitriev/8141042/webrev.00/
>> Testing: JPRT(hotspot test set), hotspot all, vm.quick
>>
>> Thanks,
>> Dmitry
>
More information about the hotspot-compiler-dev
mailing list