[jdk17u-dev] Integrated: 8272417: ZGC: fastdebug build crashes when printing ClassLoaderData

Alexey Pavlyutkin duke at openjdk.org
Tue Aug 23 06:22:47 UTC 2022


On Mon, 22 Aug 2022 08:31:01 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:

> Hi! Here is backport of 8272417 that fixes a crash in ClassLoaderData logging that takes place for debug build. The patch is applied cleanly
> 
> Verification (amd64 / Ubuntu 20.04)
> 
> alex at alex-VirtualBox:~/8272417$ echo "public class A { public static void main(String... args) { System.gc(); } }" > A.java
> alex at alex-VirtualBox:~/8272417$ ./build/linux-x86_64-server-fastdebug/images/jdk/bin/java -XX:+UseZGC -XX:+VerifyAfterGC -Xlog:gc*=trace A.java

This pull request has now been integrated.

Changeset: 2796eca9
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/2796eca91c45e28329a1017ed6f27fb1cae770f1
Stats:     7 lines in 1 file changed: 2 ins; 0 del; 5 mod

8272417: ZGC: fastdebug build crashes when printing ClassLoaderData

Backport-of: 741f58c18c3dc49c5e1b793e411d8479770f2772

-------------

PR: https://git.openjdk.org/jdk17u-dev/pull/643


More information about the jdk-updates-dev mailing list