RFR: JDK-8288824: [arm32] Display isetstate in register output

Thomas Stuefe stuefe at openjdk.org
Tue Jul 5 09:51:41 UTC 2022


On Tue, 5 Jul 2022 09:07:35 GMT, Dmitry Samersoff <dsamersoff at openjdk.org> wrote:

>> Hi Dmitry,
>> 
>> I think this cannot happen, since isetstate is the combination of two bits (see line 451 ff). So an assert would be correct here, since this can only fire if we break that assumption by changing isetstate with a future patch.
>> 
>> But I am unemotional. If you prefer not to assert, I can use "undefined".
>> 
>> Cheers, Thomas
>
> Thank you for the explanation. I'm OK with current changes.

Thanks Dmitry!

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

PR: https://git.openjdk.org/jdk/pull/9223


More information about the hotspot-runtime-dev mailing list