Re: RFR: 8305010: Test vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java timed out: thread not suspended

2024-12-07 Thread Leonid Mesnik
On Wed, 4 Dec 2024 03:07:46 GMT, Alex Menkov wrote: > The PR fixes race in the test between ThreadStart/ThreadEnd callbacks and > agent thread: > The callbacks increments event counter and then do self-suspend; > Agent thread waits when expected number of events is received, then performs > ver

Re: RFR: 8319875: Add macOS implementation for jcmd System.map [v12]

2024-12-07 Thread Thomas Stuefe
On Thu, 5 Dec 2024 18:37:23 GMT, Simon Tooke wrote: >> This is a port of #16301 to macOS. >> >> System.map and System.dump_map are implemented using the macOS API and >> provide roughly the same information in the same format. Most of the heavy >> lifting was implemented by @tstuefe in >> ht

Re: RFR: 8338714: vmTestbase/nsk/jdb/kill/kill001/kill001.java fails with JTREG_TEST_THREAD_FACTORY=Virtual.

2024-12-07 Thread Chris Plummer
On Sat, 7 Dec 2024 07:33:07 GMT, Alan Bateman wrote: >> This test fails after >> [JDK-8338713](https://bugs.openjdk.org/browse/JDK-8338713) when using >> JTREG_TEST_THREAD_FACTORY=Virtual. The test uses JVMTI StopThread on a >> thread expecting it to be mounted. Before >> [JDK-8338713](https: