Integrated: 8299343: Windows: Invalid thread_native_entry declaration
Kim Barrett
kbarrett at openjdk.org
Thu Jan 5 22:07:40 UTC 2023
On Sun, 25 Dec 2022 01:19:29 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change to the Windows version of thread_native_entry. It
> is changed from being inconsistently declared (both file-scoped and external)
> to consistently being a private static member function in os::win32. It's
> signature is also changed to match where it's used, eliminating the need for a
> function pointer cast.
>
> Testing:
> mach5 tier1
This pull request has now been integrated.
Changeset: dfdbd0fe
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/dfdbd0fe7f800257c40fd148bc0a41c8eb826bdf
Stats: 10 lines in 2 files changed: 6 ins; 1 del; 3 mod
8299343: Windows: Invalid thread_native_entry declaration
Reviewed-by: dholmes, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/11787
More information about the hotspot-runtime-dev
mailing list