hg: jdk/jdk: 8244946: fatal error: memory leak: allocating without ResourceMark with -XX:+Verbose -Xlog:methodhandles
christian.hagedorn at oracle.com
christian.hagedorn at oracle.com
Mon May 25 09:36:05 UTC 2020
Changeset: dd322637eaa0
Author: chagedorn
Date: 2020-05-25 11:34 +0200
URL: https://hg.openjdk.java.net/jdk/jdk/rev/dd322637eaa0
8244946: fatal error: memory leak: allocating without ResourceMark with -XX:+Verbose -Xlog:methodhandles
Summary: Fix crash due to a missing ResourceMark when logging methodhandles with Verbose.
Reviewed-by: dcubed, dholmes, coleenp
! src/hotspot/cpu/arm/methodHandles_arm.cpp
! src/hotspot/cpu/ppc/methodHandles_ppc.cpp
! src/hotspot/cpu/x86/methodHandles_x86.cpp
! src/hotspot/share/oops/klass.cpp
+ test/hotspot/jtreg/runtime/logging/TestMethodHandlesVerbose.java
More information about the jdk-changes
mailing list