RFR: 8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code

Dean Long dlong at openjdk.java.net
Fri Mar 11 10:50:47 UTC 2022


On Fri, 11 Mar 2022 04:14:00 GMT, Dean Long <dlong at openjdk.org> wrote:

> This test was failing in loom because of nmethod entry barriers, but there are other reasons why it shouldn't assume immutable code, such as embedded oops and NativeJump::patch_verified_entry().

Got some test failures, putting back into Draft mode.

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

PR: https://git.openjdk.java.net/jdk/pull/7781


More information about the hotspot-compiler-dev mailing list