Integrated: 8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code
Dean Long
dlong at openjdk.java.net
Tue Mar 15 07:27:40 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().
This pull request has now been integrated.
Changeset: 34d4ffce
Author: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/34d4ffcea5d71560c549655967de863342b48984
Stats: 31 lines in 1 file changed: 19 ins; 0 del; 12 mod
8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code
Reviewed-by: dnsimon, iveresov
-------------
PR: https://git.openjdk.java.net/jdk/pull/7781
More information about the hotspot-compiler-dev
mailing list