RFR: 8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code [v2]
Dean Long
dlong at openjdk.java.net
Fri Mar 11 22:52:21 UTC 2022
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7781/files
- new: https://git.openjdk.java.net/jdk/pull/7781/files/b62af58b..9b2f9014
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7781&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7781&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/7781.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7781/head:pull/7781
PR: https://git.openjdk.java.net/jdk/pull/7781
More information about the hotspot-compiler-dev
mailing list