RFR: 8299343: Windows: Invalid thread_native_entry declaration
David Holmes
dholmes at openjdk.org
Thu Jan 5 02:12:47 UTC 2023
On Wed, 4 Jan 2023 12:52:38 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Could we refactor the rest of the platform specific thread entry definitions to be static members too after this change?
I prefer not. There is no general reason these thread entry routines should be part of the os::XXX classes. All the crud in the Windows version that required access to os::win32 is to address a win32 bug.
-------------
PR: https://git.openjdk.org/jdk/pull/11787
More information about the hotspot-runtime-dev
mailing list