On Mon, 8 Dec 2025 23:37:03 GMT, Erik Joelsson <[email protected]> wrote:
> When using `-LTCG` with Visual Studio, then by default, the linker will > output an extra `.iobj` file in the same directory as the target file. In the > OpenJDK build that means this file, along with the accompanying `.ipdb` file, > will end up in the JDK image. To fix this, we need to apply a similar fix to > JDK-8372643 and add an extra parameter that defines the location of this file. This pull request has now been integrated. Changeset: 831fe94c Author: Erik Joelsson <[email protected]> URL: https://git.openjdk.org/jdk/commit/831fe94c75c407b2399be9b89630d8d117c2996c Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod 8373255: Unexpected iobj and ipdb files after JDK-8370438 Reviewed-by: serb ------------- PR: https://git.openjdk.org/jdk/pull/28709
