Noticed that Interpreter::profile_taken_branch has the same sbbptr pattern we have eliminated with JDK-8356946. The same logic applies here: the counter is 64-bit, never practically overflows, and no other code cares about it.
- relates to
-
JDK-8358655 AArch64: Simplify Interpreter::profile_taken_branch
-
- New
-
-
JDK-8356946 x86: Optimize interpreter profile updates
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/b918dc84
-
Review(master) openjdk/jdk/25343