git: openjdk/jdk-sandbox: asgct2: 7 new changesets
duke
duke at openjdk.org
Wed Dec 7 15:21:19 UTC 2022
Changeset: dbac7c62
Author: Johannes <johannes.bechberger at sap.com>
Date: 2022-12-06 14:00:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dbac7c62cb5a26bf9ed60b590d40f4688d8eb7e6
Add missing files
! make/test/JtregNativeHotspot.gmk
! src/hotspot/cpu/x86/frame_x86.cpp
! src/hotspot/os_cpu/linux_x86/javaThread_linux_x86.cpp
! src/hotspot/share/prims/stackWalker.cpp
! src/hotspot/share/runtime/frame.inline.hpp
+ test/hotspot/jtreg/serviceability/profiling/fuzzing/ASGSTFuzzingTest.java
+ test/hotspot/jtreg/serviceability/profiling/libAsyncGetStackTraceFuzzingSampler.cpp
+ test/hotspot/jtreg/serviceability/profiling/libAsyncGetStackTraceSmallFuzzTest.cpp
+ test/hotspot/jtreg/serviceability/profiling/smallerFuzz/ASGSTSmallFuzzTest.java
Changeset: d3a311c9
Author: Johannes <johannes.bechberger at sap.com>
Date: 2022-12-06 14:10:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d3a311c92bfed9712366e79e8fd3c8e785bb2f90
Fix fuzzing test case description
! test/hotspot/jtreg/serviceability/profiling/fuzzing/ASGSTFuzzingTest.java
Changeset: 275c3f75
Author: Johannes <johannes.bechberger at sap.com>
Date: 2022-12-06 14:15:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/275c3f75e517161159bebf9ba59ddb315ba6862e
Remove logging from stackWalker
! src/hotspot/share/prims/profile.cpp
! src/hotspot/share/prims/stackWalker.cpp
! test/hotspot/jtreg/serviceability/profiling/fuzzing/ASGSTFuzzingTest.java
Changeset: 3686f95f
Author: Johannes <johannes.bechberger at sap.com>
Date: 2022-12-06 14:50:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3686f95f7e61f7a4247f783a201b59e3bc17fbf1
Add forceUContextUsage parameter to pd_top_frame methods
! src/hotspot/os_cpu/aix_ppc/javaThread_aix_ppc.cpp
! src/hotspot/os_cpu/aix_ppc/javaThread_aix_ppc.hpp
! src/hotspot/os_cpu/bsd_aarch64/javaThread_bsd_aarch64.cpp
! src/hotspot/os_cpu/bsd_aarch64/javaThread_bsd_aarch64.hpp
! src/hotspot/os_cpu/bsd_x86/javaThread_bsd_x86.cpp
! src/hotspot/os_cpu/bsd_x86/javaThread_bsd_x86.hpp
! src/hotspot/os_cpu/bsd_zero/javaThread_bsd_zero.hpp
! src/hotspot/os_cpu/linux_aarch64/javaThread_linux_aarch64.cpp
! src/hotspot/os_cpu/linux_aarch64/javaThread_linux_aarch64.hpp
! src/hotspot/os_cpu/linux_arm/javaThread_linux_arm.cpp
! src/hotspot/os_cpu/linux_arm/javaThread_linux_arm.hpp
! src/hotspot/os_cpu/linux_ppc/javaThread_linux_ppc.cpp
! src/hotspot/os_cpu/linux_ppc/javaThread_linux_ppc.hpp
! src/hotspot/os_cpu/linux_riscv/javaThread_linux_riscv.cpp
! src/hotspot/os_cpu/linux_riscv/javaThread_linux_riscv.hpp
! src/hotspot/os_cpu/linux_s390/javaThread_linux_s390.cpp
! src/hotspot/os_cpu/linux_s390/javaThread_linux_s390.hpp
! src/hotspot/os_cpu/linux_x86/javaThread_linux_x86.cpp
! src/hotspot/os_cpu/linux_x86/javaThread_linux_x86.hpp
! src/hotspot/os_cpu/linux_zero/javaThread_linux_zero.cpp
! src/hotspot/os_cpu/linux_zero/javaThread_linux_zero.hpp
! src/hotspot/os_cpu/windows_aarch64/javaThread_windows_aarch64.cpp
! src/hotspot/os_cpu/windows_aarch64/javaThread_windows_aarch64.hpp
! src/hotspot/os_cpu/windows_x86/javaThread_windows_x86.cpp
! src/hotspot/os_cpu/windows_x86/javaThread_windows_x86.hpp
! src/hotspot/share/prims/profile.cpp
Changeset: 853a6c4a
Author: Johannes <johannes.bechberger at sap.com>
Date: 2022-12-06 15:03:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/853a6c4abbd3ae7b389e5e5a3b67b44c6dd216d8
More SafeFetch
! src/hotspot/cpu/x86/frame_x86.cpp
! test/hotspot/jtreg/serviceability/profiling/fuzzing/ASGSTFuzzingTest.java
Changeset: dc69b3f2
Author: Johannes <johannes.bechberger at sap.com>
Date: 2022-12-07 12:44:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dc69b3f20fe4c51010ad4de7e879dae3463e4449
Draft
! src/hotspot/cpu/x86/frame_x86.cpp
! src/hotspot/os_cpu/linux_x86/javaThread_linux_x86.cpp
! src/hotspot/share/prims/profile.cpp
! test/hotspot/jtreg/serviceability/profiling/fuzzing/ASGSTFuzzingTest.java
! test/hotspot/jtreg/serviceability/profiling/libAsyncGetStackTraceFuzzingSampler.cpp
! test/hotspot/jtreg/serviceability/profiling/stress/ASGSTStabilityTest.java
Changeset: cb666480
Author: Johannes <johannes.bechberger at sap.com>
Date: 2022-12-07 13:07:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cb6664803d8cc4e1d4c16cf396deea41b794ab1b
Fix unrelated safe_for_sender issue
! src/hotspot/cpu/x86/frame_x86.cpp
More information about the jdk-sandbox-changes
mailing list