RFR (S) 8144518: ClassVerboseTest crashes on Windows
David Holmes
david.holmes at oracle.com
Wed Jan 18 00:02:45 UTC 2017
Hi Coleen,
The bug report does not explain the problem so it is unclear whether
this workaround is minimal. Also some commentary somewhere would be
useful else the bug might return inadvertently - more generally I'd like
to understand what other code might be impacted by this.
Thanks,
David
On 18/01/2017 8:49 AM, Coleen Phillimore wrote:
> I should have also sent this to hotspot-dev, since Bytecode_tableswitch
> is used by the compiler ci code.
> thanks,
> Coleen
>
>
> On 1/17/17 1:49 PM, Coleen Phillimore wrote:
>> Summary: simplify Bytecode_tableswitch code so windows doesn't
>> generate bad code for it.
>>
>> open webrev at http://cr.openjdk.java.net/~coleenp/8144518.01/webrev
>> bug link https://bugs.openjdk.java.net/browse/JDK-8144518
>>
>> Verified generated code does not have sign extended value that is
>> subtracted, giving the wrong offset. Ran all rbt nightly tests. Ran
>> some -Xcomp tests.
>>
>> See more info in bug https://bugs.openjdk.java.net/browse/JDK-8171968
>>
>> Thanks,
>> Coleen
>>
>>
>
More information about the hotspot-dev
mailing list