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
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
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: