On Thu, 28 Nov 2024 01:30:58 GMT, Alex Menkov <amen...@openjdk.org> wrote:
> Fix for JDK-8337317 (#20699) updated serviceability/jvmti/HiddenClass and > serviceability/jvmti/VMObjectAlloc tests adding guards against > JVMTI_ERROR_WRONG_PHASE errors, but missed to enable JVMTI_EVENT_VM_DEATH > events. > This fix adds the missed part. > > Testing: hotspot/jtreg/serviceability/jvmti on all platforms > Manually verified test outputs contain "VMDeath" notification from VMDeath > callback This pull request has now been integrated. Changeset: a72cab8c Author: Alex Menkov <amen...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a72cab8c47955e643330d5c3fbf599f2716277b9 Stats: 12 lines in 2 files changed: 10 ins; 0 del; 2 mod 8345148: Fix for JDK-8337317 is incomplete Reviewed-by: lmesnik, cjplummer ------------- PR: https://git.openjdk.org/jdk/pull/22426