From e1b0da61449ef1bbe2da8afb2840c05a587e7635 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 15 Jul 2022 16:59:41 -0400 Subject: runtime: convert gcController.lastStackScan to atomic type For #53821. Change-Id: I6a7dcc9b72683e977a2b8d90e521a53a8a508558 Reviewed-on: https://go-review.googlesource.com/c/go/+/417777 Run-TryBot: Michael Pratt Reviewed-by: Austin Clements TryBot-Result: Gopher Robot --- 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 3f86838ac5..03309a22d0 100644 --- a/src/runtime/align_runtime_test.go +++ b/src/runtime/align_runtime_test.go @@ -28,7 +28,6 @@ var AtomicFields = []uintptr{ unsafe.Offsetof(gcControllerState{}.fractionalMarkTime), unsafe.Offsetof(gcControllerState{}.idleMarkTime), unsafe.Offsetof(gcControllerState{}.globalsScan), - unsafe.Offsetof(gcControllerState{}.lastStackScan), unsafe.Offsetof(timeHistogram{}.underflow), unsafe.Offsetof(profBuf{}.overflow), unsafe.Offsetof(profBuf{}.overflowTime), -- cgit v1.3