[jdk17u-dev] RFR: 8277299: STACK_OVERFLOW in Java_sun_awt_shell_Win32ShellFolder2_getIconBits [v2]
Goetz Lindenmaier
goetz at openjdk.java.net
Thu Jan 27 08:11:34 UTC 2022
On Wed, 26 Jan 2022 18:16:29 GMT, aamarsh <duke at openjdk.java.net> wrote:
>> Makes colorBits and maskBits dynamic variables to force allocation on the heap instead of the stack and avoid a stackoverflow. Also adds a test to confirm this stackoverflow is no longer happening.
>>
>> Tier1 and the newly added test passes on Windows. Clean backport.
>
> aamarsh has updated the pull request incrementally with one additional commit since the last revision:
>
> updated Copyright
Hi, we do not touch copyrights in backports. The original patch was correct.
If your backport is not marked clean by the bot, please elaborate where you did resolve files.
(Touching the copyright would break clean backports en gross.)
-------------
PR: https://git.openjdk.java.net/jdk17u-dev/pull/98
More information about the jdk-updates-dev
mailing list