Re: RFR: 8352773: JVMTI should disable events during java upcalls

2025-04-05 Thread Chris Plummer
On Tue, 25 Mar 2025 20:36:28 GMT, Chris Plummer wrote: > Calling ThreadGroupReference.groups() from an event handler can cause a > deadlock. Details in first comment. Tested with :jdk_lang on all supported > platforms and tier1, tier2, tier3, and tier5 svc testing. The reason is because this J

RFR: 8352773: JVMTI should disable events during java upcalls

2025-03-25 Thread Chris Plummer
Calling ThreadGroupReference.groups() from an event handler can cause a deadlock. Details in first comment. Tested with :jdk_lang on all supported platforms and tier1, tier2, tier3, and tier5 svc testing. - Commit messages: - get rid of unused breakpoint event code - fix more jche