git: openjdk/jdk21u-dev: master: 2 new changesets
Goetz Lindenmaier
goetz at openjdk.org
Thu Dec 28 12:26:52 UTC 2023
Changeset: 98c94fd1
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-12-28 12:25:47 +0000
URL: https://git.openjdk.org/jdk21u-dev/commit/98c94fd1b96f7ca5bbe9da6e927726a440bcc032
8264899: C1: -XX:AbortVMOnException does not work if all methods in the call stack are compiled with C1 and there are no exception handlers
Backport-of: 826dcb5424a931953ac1964e7893aec7ec839862
! src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
! src/hotspot/cpu/arm/c1_Runtime1_arm.cpp
! src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp
! src/hotspot/cpu/riscv/c1_Runtime1_riscv.cpp
! src/hotspot/cpu/s390/c1_Runtime1_s390.cpp
! src/hotspot/cpu/x86/c1_Runtime1_x86.cpp
! src/hotspot/share/c1/c1_Runtime1.cpp
! src/hotspot/share/c1/c1_Runtime1.hpp
+ test/hotspot/jtreg/runtime/ErrorHandling/TestAbortVmOnException.java
Changeset: a607f49c
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-12-28 12:26:10 +0000
URL: https://git.openjdk.org/jdk21u-dev/commit/a607f49ca22aaf461c2e3c2455e9f1cbdf692611
8316309: AArch64: VMError::print_native_stack() crashes on Java native method frame
Backport-of: 2d38495b61ec4a8144fe187b5b11883add3dfd49
! src/hotspot/cpu/aarch64/frame_aarch64.hpp
! src/hotspot/cpu/aarch64/frame_aarch64.inline.hpp
! src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp
! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
! src/hotspot/share/utilities/vmError.cpp
+ test/hotspot/jtreg/runtime/ErrorHandling/StackWalkNativeToJava.java
More information about the jdk-updates-changes
mailing list