From b8f4847d6f175d71e0738e944db8e2394846fa36 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 15 Jul 2022 14:33:16 -0400 Subject: runtime: convert gcController.globalsScan to atomic type For #53821. Change-Id: I92bd33e355c868ae229395fd9c98fdb10768d03d Reviewed-on: https://go-review.googlesource.com/c/go/+/417779 Run-TryBot: Michael Pratt TryBot-Result: Gopher Robot Reviewed-by: Austin Clements --- src/runtime/align_runtime_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runtime/align_runtime_test.go') diff --git a/src/runtime/align_runtime_test.go b/src/runtime/align_runtime_test.go index 9fe7b61c44..5d12616f89 100644 --- a/src/runtime/align_runtime_test.go +++ b/src/runtime/align_runtime_test.go @@ -26,7 +26,6 @@ var AtomicFields = []uintptr{ unsafe.Offsetof(gcControllerState{}.dedicatedMarkWorkersNeeded), unsafe.Offsetof(gcControllerState{}.fractionalMarkTime), unsafe.Offsetof(gcControllerState{}.idleMarkTime), - unsafe.Offsetof(gcControllerState{}.globalsScan), unsafe.Offsetof(timeHistogram{}.underflow), unsafe.Offsetof(profBuf{}.overflow), unsafe.Offsetof(profBuf{}.overflowTime), -- cgit v1.3-5-g9baa