[jdk11u-dev] RFR: 8254244: Some code emitted by TemplateTable::branch is unused when running TieredCompilation

Dmitry Chuyko dchuyko at openjdk.java.net
Fri Jun 11 07:44:08 UTC 2021


This is a small interpreter optimization for few CPU architectures (shared, ppc and sparc are not touched).

Original patch applies successfully. There is fuzz 1 for one hunk (#1) in templateTable_arm.cpp with changes applied in the right place (dispatch_only has 1 arg as thread-local handshakes for arm32 are not backported).

Testing: tier1, tier2 (amd64, aarch64).

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

Commit messages:
 - [PATCH] Backport 9cecc167472338d3aa00f4730fa4e3472058bb52

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/25/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=25&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254244
  Stats: 5 lines in 4 files changed: 0 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/25.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/25/head:pull/25

PR: https://git.openjdk.java.net/jdk11u-dev/pull/25


More information about the jdk-updates-dev mailing list