RFR: 8336242: 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 (again)
Doug Simon
dnsimon at openjdk.org
Tue Jul 30 14:43:32 UTC 2024
On Tue, 30 Jul 2024 10:06:45 GMT, David Leopoldseder <davleopo at openjdk.org> wrote:
> This PR removes the Object based tests from SimpleDebugInfoTests.
>
> These assembler tests are hard to maintain in the context of changes to nmethod entry barriers.
> Downstream Graal testing provides sufficient coverage to ensure correctness wrt DebugInfo usage.
>
> See the full discussion history here
> https://github.com/openjdk/jdk/pull/19035#issuecomment-2092543435
LGTM
-------------
Marked as reviewed by dnsimon (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20389#pullrequestreview-2207903501
More information about the hotspot-compiler-dev
mailing list