Integrated: 8319748: [JVMCI] TestUseCompressedOopsFlagsWithUlimit.java crashes on libgraal

Doug Simon dnsimon at openjdk.org
Thu Nov 9 10:51:14 UTC 2023


On Wed, 8 Nov 2023 20:38:19 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> The memory allocated in libjvmci for the error message describing a failure in `JNI_CreateJavaVM` must not be freed with `os::free` as the allocation was not NMT-aware.

This pull request has now been integrated.

Changeset: 4451a927
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4451a927bc151b23246f733e8eb892080dd693af
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8319748: [JVMCI] TestUseCompressedOopsFlagsWithUlimit.java crashes on libgraal

Reviewed-by: never, thartmann

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

PR: https://git.openjdk.org/jdk/pull/16571


More information about the hotspot-compiler-dev mailing list