RFR: 8318940: [JVMCI] do not set HotSpotNmethod oop for a default HotSpotNmethod

Doug Simon dnsimon at openjdk.org
Mon Oct 30 12:00:32 UTC 2023


On Mon, 30 Oct 2023 11:36:17 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Would it be feasible to add a test?

Not until libgraal is part of OpenJDK as this code path is specific to libgraal. There is already a test in Truffle but it did not fail since it was never run with a non-product VM (which is why I converted some assertions to guarantees).

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

PR Comment: https://git.openjdk.org/jdk/pull/16386#issuecomment-1785033810


More information about the hotspot-compiler-dev mailing list