RFR: 8253717: Relocate stack overflow code out of thread.hpp/cpp [v3]
Coleen Phillimore
coleenp at openjdk.java.net
Thu Oct 8 06:58:40 UTC 2020
On Wed, 7 Oct 2020 06:44:08 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix comments
>
> src/hotspot/share/runtime/stackOverflow.hpp line 176:
>
>> 174: return (a <= stack_reserved_zone_base()) &&
>> 175: (a >= (address)((intptr_t)stack_reserved_zone_base() - stack_reserved_zone_size()));
>> 176: }
>
> Same here, a==reserved_zone_base is strictly speaking outside the reserved zone.
I added this to https://bugs.openjdk.java.net/browse/JDK-8254189.
-------------
PR: https://git.openjdk.java.net/jdk/pull/522
More information about the hotspot-dev
mailing list