[riscv-port] RFR: 8278387: riscv: Implement UseHeavyMonitors consistently
Make hotspot always use inflated monitors consistently if the flag UseHeavyMonitors is true. The riscv platform should follow https://bugs.openjdk.java.net/browse/JDK-8276901. ------------- Commit messages: - 8278387: riscv: Implement UseHeavyMonitors consistently Changes: https://git.openjdk.java.net/riscv-port/pull/26/files Webrev: https://webrevs.openjdk.java.net/?repo=riscv-port&pr=26&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8278387 Stats: 129 lines in 6 files changed: 40 ins; 20 del; 69 mod Patch: https://git.openjdk.java.net/riscv-port/pull/26.diff Fetch: git fetch https://git.openjdk.java.net/riscv-port pull/26/head:pull/26 PR: https://git.openjdk.java.net/riscv-port/pull/26
On Wed, 8 Dec 2021 09:42:40 GMT, Yadong Wang <yadongwang@openjdk.org> wrote:
Make hotspot always use inflated monitors consistently if the flag UseHeavyMonitors is true. The riscv platform should follow https://bugs.openjdk.java.net/browse/JDK-8276901.
Hotspot and jdk tier1 passed on the unmatched board. All jtreg tests were tested without new failures.
Looks good. ------------- Marked as reviewed by fyang (Lead). PR: https://git.openjdk.java.net/riscv-port/pull/26
On Wed, 8 Dec 2021 09:42:40 GMT, Yadong Wang <yadongwang@openjdk.org> wrote:
Make hotspot always use inflated monitors consistently if the flag UseHeavyMonitors is true. The riscv platform should follow https://bugs.openjdk.java.net/browse/JDK-8276901.
Hotspot and jdk tier1 passed on the unmatched board. All jtreg tests were tested without new failures.
This pull request has now been integrated. Changeset: 62c9bc7c Author: Yadong Wang <yadongwang@openjdk.org> Committer: Fei Yang <fyang@openjdk.org> URL: https://git.openjdk.java.net/riscv-port/commit/62c9bc7cd05e776afe447ed3a09cf... Stats: 129 lines in 6 files changed: 40 ins; 20 del; 69 mod 8278387: riscv: Implement UseHeavyMonitors consistently Reviewed-by: fyang ------------- PR: https://git.openjdk.java.net/riscv-port/pull/26
participants (2)
-
Fei Yang
-
Yadong Wang