RFR: 8326583: Remove over-generalized DefineNativeToolchain solution [v3]
    Magnus Ihse Bursie 
    ihse at openjdk.org
       
    Tue Feb 27 11:19:59 UTC 2024
    
    
  
On Tue, 27 Feb 2024 08:29:44 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> All those new parameters to SetupNativeCompilation, were they always there and the comments about them were just missing from the documentation about the function?
Yep. The toolchain definition was a way to "package" multiple arguments to SetupNativeCompilation, so you did not have to specify them individually in each call. But in the end they just turned into "normal" arguments to SetupNativeCompilation (but undocumented...).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17986#issuecomment-1966314926
    
    
More information about the serviceability-dev
mailing list