Integrated: 8307315: Missing ResourceMark in CDS and JVMTI code
Calvin Cheung
ccheung at openjdk.org
Tue May 16 14:46:04 UTC 2023
On Mon, 15 May 2023 15:53:16 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Please review this simple fix for adding a missing `ResourceMark` in `KlassFactory::check_shared_class_file_load_hook` which is a common caller of `FileMapInfo::open_stream_for_jvmti` and `JvmtiClassFileLoadHookPoster::post_to_env `(indirectly via `JvmtiExport::post_class_file_load_hook`).
>
> Passed tiers 1 - 3 testing.
This pull request has now been integrated.
Changeset: 8686a36b
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8686a36b405fb3bb95f51493c1ef3e470acf2e85
Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
8307315: Missing ResourceMark in CDS and JVMTI code
Reviewed-by: coleenp, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/13992
More information about the hotspot-runtime-dev
mailing list