aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/align_runtime_test.go
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2022-07-15 14:27:48 -0400
committerMichael Pratt <mpratt@google.com>2022-08-08 14:11:32 +0000
commit02fb9b8ca90874085173d6bd900038573ef4a4c3 (patch)
tree73d9c3abd12d8cb5199a35e2c5efd6e2ea8c1da7 /src/runtime/align_runtime_test.go
parente1b0da61449ef1bbe2da8afb2840c05a587e7635 (diff)
downloadgo-02fb9b8ca90874085173d6bd900038573ef4a4c3.tar.xz
runtime: convert gcController.maxStackScan to atomic type
For #53821. Change-Id: I1bd23cdbc371011ec2331fb0a37482ecf99a063b Reviewed-on: https://go-review.googlesource.com/c/go/+/417778 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.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 03309a22d0..9fe7b61c44 100644
--- a/src/runtime/align_runtime_test.go
+++ b/src/runtime/align_runtime_test.go
@@ -22,7 +22,6 @@ var AtomicFields = []uintptr{
unsafe.Offsetof(schedt{}.pollUntil),
unsafe.Offsetof(schedt{}.timeToRun),
unsafe.Offsetof(gcControllerState{}.bgScanCredit),
- unsafe.Offsetof(gcControllerState{}.maxStackScan),
unsafe.Offsetof(gcControllerState{}.dedicatedMarkTime),
unsafe.Offsetof(gcControllerState{}.dedicatedMarkWorkersNeeded),
unsafe.Offsetof(gcControllerState{}.fractionalMarkTime),