RFR: 8371093: Assert "section header string table should be loaded" failed on debug VM

Yasumasa Suenaga ysuenaga at openjdk.org
Tue Nov 4 12:21:02 UTC 2025


On Tue, 4 Nov 2025 11:00:03 GMT, Paul Hübner <phubner at openjdk.org> wrote:

> would it be worth to add an else clause to your if, in which we assert that filepath does not contain vdso or linux-gate.so?

It would be false-positive if "vdso" is included unintended path like "libfoo-vdsoon.so" . `linux-gate.so` is for unsupported platform of OpenJDK e.g. IA64, SH.

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

PR Comment: https://git.openjdk.org/jdk/pull/28102#issuecomment-3485695366


More information about the hotspot-dev mailing list