git: openjdk/jdk: 2 new changesets
Paul Hohensee
phh at openjdk.org
Mon Dec 18 15:22:12 UTC 2023
Changeset: c0a3b769
Author: Yi-Fan Tsai <yftsai at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2023-12-18 15:19:16 +0000
URL: https://git.openjdk.org/jdk/commit/c0a3b76958bd6766b18cab31b461c1b0ac2c65cd
8316197: Make tracing of inline cache available in unified logging
Reviewed-by: kvn, dholmes
! src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp
! src/hotspot/cpu/arm/compiledIC_arm.cpp
! src/hotspot/cpu/ppc/compiledIC_ppc.cpp
! src/hotspot/cpu/riscv/compiledIC_riscv.cpp
! src/hotspot/cpu/s390/compiledIC_s390.cpp
! src/hotspot/cpu/x86/compiledIC_x86.cpp
! src/hotspot/share/code/compiledIC.cpp
! src/hotspot/share/logging/logTag.hpp
! src/hotspot/share/runtime/globals.hpp
! test/hotspot/jtreg/compiler/arguments/TestTraceICs.java
Changeset: a5122d7f
Author: Yi-Fan Tsai <yftsai at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2023-12-18 15:20:59 +0000
URL: https://git.openjdk.org/jdk/commit/a5122d7f6c36a4c98ea4bea7a7c8081e2a4dadca
8314029: Add file name parameter to Compiler.perfmap
Reviewed-by: cjplummer, eastigeevich
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
! src/hotspot/share/services/diagnosticCommand.cpp
! src/hotspot/share/services/diagnosticCommand.hpp
! src/jdk.jcmd/share/man/jcmd.1
! test/hotspot/jtreg/serviceability/dcmd/compiler/PerfMapTest.java
More information about the jdk-changes
mailing list