On Mon, 17 Mar 2025 06:41:31 GMT, David Holmes wrote:
>> @magicus why can't we just use `-pthread` everywhere? My recollection is
>> that `-pthread` both sets compiler directives needed for pthread programming
>> and links to libpthread, so it seems to be what we should be using. ??
>
>> Anothe
On Fri, 14 Mar 2025 15:13:52 GMT, Mark Sheppard wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Make method name changes backport-friendly
>
> persisting with method nomenclature (or painting the bikeshed again).
> Fixes endian handling `jdk.internal.net.http.websocket.Frame.Masker`.
>
> ### Implementation notes
>
> I deleted the `Frame` clone in tests, and rewired the test code depending on
> it to the actual `Frame`. To enable this, I relaxed the visibility of the
> actual `Frame`. I guess the `Frame`