RFR: 8319748: [JVMCI] TestUseCompressedOopsFlagsWithUlimit.java crashes on libgraal
Doug Simon
dnsimon at openjdk.org
Wed Nov 8 20:45:09 UTC 2023
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.
-------------
Commit messages:
- do not use os::free for memory allocated in libjvmci
Changes: https://git.openjdk.org/jdk/pull/16571/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16571&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8319748
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16571.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16571/head:pull/16571
PR: https://git.openjdk.org/jdk/pull/16571
More information about the graal-dev
mailing list