aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/align_runtime_test.go
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2022-07-15 14:33:16 -0400
committerMichael Pratt <mpratt@google.com>2022-08-08 14:11:40 +0000
commitb8f4847d6f175d71e0738e944db8e2394846fa36 (patch)
treea5503e61ad95c7960663e655a6a319389273e137 /src/runtime/align_runtime_test.go
parent02fb9b8ca90874085173d6bd900038573ef4a4c3 (diff)
downloadgo-b8f4847d6f175d71e0738e944db8e2394846fa36.tar.xz
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 <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Austin Clements <austin@google.com>
Diffstat (limited to 'src/runtime/align_runtime_test.go')
-rw-r--r--src/runtime/align_runtime_test.go1
1 files changed, 0 insertions, 1 deletions
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),