RFR: 8355069: Allocation::check_out_of_memory() should support CheckUnhandledOops mode [v2]
Leonid Mesnik
lmesnik at openjdk.org
Sat Apr 19 02:25:33 UTC 2025
> The
> CheckUnhandledOops
> cause failure if JvmtiExport::post_resource_exhausted(...)
> is called in
> MemAllocator::Allocation::check_out_of_memory()
> The obj is null so it is not a real bug.
>
> I am fixing it to reduce noise for CheckUnhandledOops mode for jvmti tests execution.
> The vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002/TestDescription.java
> failed with -XX:+CheckUnhandledOops
Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
typo fixes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24766/files
- new: https://git.openjdk.org/jdk/pull/24766/files/aa84af52..cb2904d7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24766&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24766&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24766.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24766/head:pull/24766
PR: https://git.openjdk.org/jdk/pull/24766
More information about the hotspot-runtime-dev
mailing list