RFR: 8373255: Unexpected iobj and ipdb files after JDK-8370438

Sergey Bylokhov serb at openjdk.org
Tue Dec 9 03:58:54 UTC 2025


On Mon, 8 Dec 2025 23:37:03 GMT, Erik Joelsson <erikj at openjdk.org> 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.

> Is it possible that this issue is similar to #28712 ?

Seems so. Could you please confirm this with the full test set in mach5? It is not necessary to revert "that revert" until https://github.com/openjdk/jdk/pull/28676  is fixed, but it would be good to know that the issue on windows is resolved.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/28709#issuecomment-3630142156


More information about the build-dev mailing list