RFR: 8365790: Shutdown hook for application image does not work on Windows

Alexey Semenyuk asemenyuk at openjdk.org
Fri Sep 12 20:55:28 UTC 2025


Disable the default handling of Ctrl+C in the parent app launcher process to let the child app launcher running JVM handle it. Add corresponding test case.

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

Commit messages:
 - 8365790: Shutdown hook for application image does not work on Windows

Changes: https://git.openjdk.org/jdk/pull/27264/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27264&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8365790
  Stats: 269 lines in 6 files changed: 266 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/27264.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27264/head:pull/27264

PR: https://git.openjdk.org/jdk/pull/27264


More information about the core-libs-dev mailing list