git: openjdk/jdk: master: 8319850: PrintInlining should print which methods are late inlines
Theo Weidmann
tweidmann at openjdk.org
Wed Jan 29 15:16:41 UTC 2025
Changeset: 96fefed3
Branch: master
Author: Theo Weidmann <tweidmann at openjdk.org>
Date: 2025-01-29 15:14:40 +0000
URL: https://git.openjdk.org/jdk/commit/96fefed37f658c3aefd7419dd96ccaa474949a42
8319850: PrintInlining should print which methods are late inlines
Reviewed-by: chagedorn, kvn, jsjolen, dlong
! src/hotspot/share/compiler/compileTask.cpp
! src/hotspot/share/compiler/compileTask.hpp
! src/hotspot/share/nmt/nmtTreap.hpp
! src/hotspot/share/opto/bytecodeInfo.cpp
! src/hotspot/share/opto/callGenerator.cpp
! src/hotspot/share/opto/callGenerator.hpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/doCall.cpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/node.cpp
! src/hotspot/share/opto/parse.hpp
+ src/hotspot/share/opto/printinlining.cpp
+ src/hotspot/share/opto/printinlining.hpp
! test/hotspot/jtreg/compiler/ciReplay/InliningBase.java
+ test/hotspot/jtreg/compiler/inlining/LateInlinePrinting.java
! test/hotspot/jtreg/compiler/inlining/TestDuplicatedLateInliningOutput.java
More information about the jdk-changes
mailing list