Re: RFR: 8345148: Fix for JDK-8337317 is incomplete

2024-12-03 Thread Chris Plummer
On Thu, 28 Nov 2024 01:30:58 GMT, Alex Menkov 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 add

Re: RFR: 8345148: Fix for JDK-8337317 is incomplete

2024-11-27 Thread Leonid Mesnik
On Thu, 28 Nov 2024 01:30:58 GMT, Alex Menkov 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 add

RFR: 8345148: Fix for JDK-8337317 is incomplete

2024-11-27 Thread Alex Menkov
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 o