git: openjdk/jdk: master: 8350642: Interpreter: Upgrade CountBytecodes to 64 bit on 64 bit platforms

Martin Doerr mdoerr at openjdk.org
Wed Mar 12 10:26:33 UTC 2025


Changeset: 4be502ea
Branch: master
Author:    David Linus Briemann <david.briemann at sap.com>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date:      2025-03-12 10:22:44 +0000
URL:       https://git.openjdk.org/jdk/commit/4be502ea38b37d5fb532b64e5b82363805bfe657

8350642: Interpreter: Upgrade CountBytecodes to 64 bit on 64 bit platforms

Reviewed-by: lmesnik, mdoerr, shade

! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp
! src/hotspot/cpu/riscv/templateInterpreterGenerator_riscv.cpp
! src/hotspot/cpu/s390/templateInterpreterGenerator_s390.cpp
! src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp
! src/hotspot/share/interpreter/bytecodeHistogram.cpp
! src/hotspot/share/interpreter/bytecodeHistogram.hpp
! src/hotspot/share/interpreter/bytecodeTracer.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/java.cpp
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/runtime/interpreter/CountBytecodesTest.java



More information about the jdk-changes mailing list