> Port the Z garbage collector to s390. > > The tier1 test case are passing using `-XX:+UseZGC` flag > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Harshit Dhiman has updated the pull request incrementally with eight additional commits since the last revision: - newval shouldn't be TEMP_DEF - some refining - let call_VM_leaf shuffle the arguments - some changes - Update src/hotspot/cpu/s390/gc/z/zBarrierSetAssembler_s390.hpp Co-authored-by: Amit Kumar <[email protected]> - Update src/hotspot/cpu/s390/gc/z/zBarrierSetAssembler_s390.cpp Co-authored-by: Amit Kumar <[email protected]> - Update src/hotspot/cpu/s390/gc/z/zBarrierSetAssembler_s390.cpp Co-authored-by: Amit Kumar <[email protected]> - Update src/hotspot/cpu/s390/gc/z/zAddress_s390.cpp Co-authored-by: Amit Kumar <[email protected]> ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31984/files - new: https://git.openjdk.org/jdk/pull/31984/files/e1839f03..8c4c1792 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31984&range=08 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31984&range=07-08 Stats: 28 lines in 4 files changed: 0 ins; 8 del; 20 mod Patch: https://git.openjdk.org/jdk/pull/31984.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31984/head:pull/31984 PR: https://git.openjdk.org/jdk/pull/31984
