RFR: 8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code
Doug Simon
dnsimon at openjdk.java.net
Fri Mar 11 12:08:44 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().
Marked as reviewed by dnsimon (Committer).
I see now that it's probably unrealistic to expect compiled code to be immutable, even if said code is never executed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7781
More information about the hotspot-compiler-dev
mailing list