RFR: 8353217: Build libsleef on macos-aarch64
    Magnus Ihse Bursie 
    ihse at openjdk.org
       
    Mon Mar 31 12:17:08 UTC 2025
    
    
  
On Sat, 29 Mar 2025 17:46:43 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Is leaving the sources of sleef in share/native the right thing to do? 
No, it should move to the least common directory for all platforms where it is needed. In this case, it should move to `unix` instead of `share`.
But code that were to be used in e.g. windows and macos but not linux, should be put in `share`, even if it is not used on *all* platforms.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24306#issuecomment-2766044354
    
    
More information about the hotspot-dev
mailing list