RFR: 8299343: Windows: Invalid thread_native_entry declaration
    Ioi Lam 
    iklam at openjdk.org
       
    Wed Jan  4 06:18:48 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
Marked as reviewed by iklam (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11787
    
    
More information about the hotspot-runtime-dev
mailing list