On Wed, 20 May 2026 15:05:36 GMT, Shiv Shah <[email protected]> wrote:

> getallstktr001 is not virtual-thread-safe. JVMTI GetAllStackTraces() only 
> returns platform thread stacks, not virtual threads. Additionally, 40 threads 
> all block on native RawMonitorEnter() which pins carrier threads and causes 
> deadlock when run as virtual threads (confirmed during JDK-8382273 testing). 
> Reverted TestThread to extends Thread.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

@shivshah-oracle 
Your change (at version a9ac875b13d0f66ec9f09254fac8de6437c310dc) is now ready 
to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/31220#issuecomment-4545218562

Reply via email to