diff options
| author | Michael Pratt <mpratt@google.com> | 2022-07-15 14:33:16 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2022-08-08 14:11:40 +0000 |
| commit | b8f4847d6f175d71e0738e944db8e2394846fa36 (patch) | |
| tree | a5503e61ad95c7960663e655a6a319389273e137 /src/runtime/align_runtime_test.go | |
| parent | 02fb9b8ca90874085173d6bd900038573ef4a4c3 (diff) | |
| download | go-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.go | 1 |
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), |
