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

Dean Long dlong at openjdk.java.net
Fri Mar 11 23:03:44 UTC 2022


On Fri, 11 Mar 2022 22:52:21 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().
>
> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
> 
>   support both [Disassembly] and [MachCode] markers

Test updated.  Rerunning tests.

Thanks Doug.

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

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


More information about the hotspot-compiler-dev mailing list