On Thu, 14 May 2026 15:36:37 GMT, SendaoYan <[email protected]> wrote:
> Hi, what does `JTREG_USAGE_TRACKER=true` mean to. I can't find the related > documents. I think that's something that is only supported internally at Oracle. It runs the test with UsageTracker enabled. This frequently causes issues with JDI tests that track ThreadStart and ThreadDeath events because running with UsageTracker enabled results in the UsageTracker thread starting and exiting while the test is running. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31156#issuecomment-4452235845
