diff options
| author | Michael Pratt <mpratt@google.com> | 2022-07-15 16:59:41 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2022-08-08 14:11:26 +0000 |
| commit | e1b0da61449ef1bbe2da8afb2840c05a587e7635 (patch) | |
| tree | 6441ce839c3e0266a7926f7f2a7669773a90dc2b /src/runtime/align_runtime_test.go | |
| parent | 6e9925c4f71fd862685859e9116f165cff5118c1 (diff) | |
| download | go-e1b0da61449ef1bbe2da8afb2840c05a587e7635.tar.xz | |
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 <mpratt@google.com>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
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 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), |
