Description
During a young-gc pause, ConcurrentMark (CM) non-strong reference discovery is temporarily disabled using `NoRefDiscovery`. However, in this pause CM threads are not running (paused like mutator threads). Therefore, it's not necessary to explicitly disable ref discovery for CM.