RFR: 8365790: Shutdown hook for application image does not work on Windows [v2]
Alexey Semenyuk
asemenyuk at openjdk.org
Wed Sep 17 14:02:06 UTC 2025
On Fri, 12 Sep 2025 21:02:45 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
>> 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.
>
> Alexey Semenyuk has updated the pull request incrementally with two additional commits since the last revision:
>
> - Hide powershell console
> - Add extra assert
Reworked the test to work (skip) in the environment where `GenerateConsoleCtrlEvent()` function called from the PowerShell script doesn't go through to a child process.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27264#issuecomment-3303140521
More information about the core-libs-dev
mailing list