RFR: 8345148: Fix for JDK-8337317 is incomplete
Chris Plummer
cjplummer at openjdk.org
Tue Dec 3 19:07:44 UTC 2024
On Thu, 28 Nov 2024 01:30:58 GMT, Alex Menkov <amenkov at 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
Marked as reviewed by cjplummer (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22426#pullrequestreview-2476565352
More information about the serviceability-dev
mailing list