RFR: 8255886: Shenandoah: Avoid register clash when calling LRB-runtime from interpreter [v4]
Roman Kennke
rkennke at openjdk.java.net
Wed Nov 4 17:23:04 UTC 2020
> JDK-8255762 caused test failure on Windows because of overlapping argument registers in the LRB runtime call. The problem is more general, though, but hasn't manifested anywhere else.
>
> Testing: hotspot_gc_shenandoah (linux: x86_64, x86_32, windows: x86_64)
Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
Use 2-register form of cset-check, MacOSX doesn't allocate cset-table in location for 32bit-addressing
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1054/files
- new: https://git.openjdk.java.net/jdk/pull/1054/files/504e56ae..e83cae28
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1054&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1054&range=02-03
Stats: 11 lines in 1 file changed: 7 ins; 0 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/1054.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1054/head:pull/1054
PR: https://git.openjdk.java.net/jdk/pull/1054
More information about the shenandoah-dev
mailing list