RFR: 8329982: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java failed assert(oopDesc::is_oop_or_null(val)) failed: bad oop found [v2]

Doug Simon dnsimon at openjdk.org
Fri May 3 08:27:55 UTC 2024


On Thu, 2 May 2024 17:46:54 GMT, Tom Rodriguez <never at openjdk.org> wrote:

> The TestAssembler is a dubious piece of code given the complexity of emitting real nmethods. It doesn't even support the complex return sequence being used these days.

The next time there's a TestAssembler failure due to a change in nmethod invariants, I will remove it completely. There is sufficient coverage now in Graal tests that it no longer offers sufficient value.

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

PR Comment: https://git.openjdk.org/jdk/pull/19035#issuecomment-2092543435


More information about the hotspot-compiler-dev mailing list