On Wed, 12 Aug 2026 16:35:42 GMT, Alexey Semenyuk <[email protected]> wrote:
> Add the missing `#include <new>` to jpackage native code. > > Only "tstrings.h" required the fix. All other sources get `#include <new>` > transitively through it. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 70ca4da9 Author: Alexey Semenyuk <[email protected]> URL: https://git.openjdk.org/jdk/commit/70ca4da98e312ca25f61159a0f16b56e230a5628 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod 8386893: add "#include <new>" to get defintion of "std::nothrow_t" Reviewed-by: almatvee ------------- PR: https://git.openjdk.org/jdk/pull/32321
