Profiling for "-m sanity" runs shows that we spend considerable amount of time doing the first-use initialization of AffinitySupport in the worker threads. We can make it better by offloading that first initialization to the worker task that runs during the rest of the infra initialization.
- links to
-
Review openjdk/jcstress/49