RFR: 8325567: jspawnhelper without args fails with segfault

Vladimir Petko vpetko at openjdk.org
Tue Mar 5 19:16:46 UTC 2024


On Tue, 5 Mar 2024 17:56:21 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> I'm curious why this test is requires `vm.debug`? That means it generally won't get run on release builds.

This is due to the tests of the crash scenarios that are guarded with #ifdef DEBUG in jspawnhelper. 

Moving the test in the separate file is a great suggestion so that misuse case is added to the release test suite.

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

PR Comment: https://git.openjdk.org/jdk/pull/18112#issuecomment-1979466109


More information about the core-libs-dev mailing list