RFR: 8255886: Shenandoah: Avoid register clash when calling LRB-runtime from interpreter [v2]

Roman Kennke rkennke at openjdk.java.net
Wed Nov 4 15:03:10 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:

  Generate regular call_VM_leaf for non-weak LRB

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1054/files
  - new: https://git.openjdk.java.net/jdk/pull/1054/files/7418c712..339dde59

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1054&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1054&range=00-01

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 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 hotspot-dev mailing list