On Mon, 2 Feb 2026 12:47:54 GMT, Matthias Baesken <[email protected]> wrote:
> So without nm/readelf tools , we get potentially a RuntimeException and fail > is that correct ? Yes, we would see RuntimeException which has IOException as the cause. According to Javadoc, IOException would be thrown when the error happens at `ProcessBuilder.start()`. However I guess we wouldn't see RuntimeException in most case because both `nm` and `readelf` are provided by binutils, and it seems to be required in make/devkit/Tools.gmk. (In addition, gcc package in Fedora requires binutils) ------------- PR Comment: https://git.openjdk.org/jdk/pull/29480#issuecomment-3835080199
