On Thu, 22 Jun 2023 09:53:29 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
>> Currently, a number of tests fail on macOS because they miss the core file >> (e.g. serviceability/sa/TestJmapCore.java). >> The reason is that configure detects on some setups that codesign does not >> work ("checking if debug mode codesign is possible... no) . >> So adding the needed entitlement to generate cores is not done in the build. >> This is currently not checked later in the tests. >> But without the entitlement, a core is not generated. > > Matthias Baesken has updated the pull request incrementally with one > additional commit since the last revision: > > Some adjustments Yes it must be 'private static Process' . And I moved the javaPath method into the caller , ------------- PR Comment: https://git.openjdk.org/jdk/pull/14562#issuecomment-1602496320