mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-16 08:29:34 +00:00
Do not wait for the GC locker in the periodic GC thread as the GC locker being held is an indication for being busy anyway. Reviewed-by: kbarrett, shade