aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/align_runtime_test.go
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2022-07-15 16:44:57 -0400
committerMichael Pratt <mpratt@google.com>2022-08-08 14:11:55 +0000
commit9463638ca883f07467ad8e294cf3ba7f7b175eb2 (patch)
treebd140fb9ac75a8fe253bff1e3fb3be2c77b3e0b5 /src/runtime/align_runtime_test.go
parentba89d59a3a0fe483c43cd789dbe1f5cbe863f491 (diff)
downloadgo-9463638ca883f07467ad8e294cf3ba7f7b175eb2.tar.xz
runtime: convert gcController.dedicatedMarkTime to atomic type
For #53821. Change-Id: I772b58b21392855af95ee5b932cdd7a0b507e4e5 Reviewed-on: https://go-review.googlesource.com/c/go/+/417781 Reviewed-by: Austin Clements <austin@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Michael Pratt <mpratt@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 252f59f158..bca01e23e2 100644
--- a/src/runtime/align_runtime_test.go
+++ b/src/runtime/align_runtime_test.go
@@ -21,7 +21,6 @@ var AtomicFields = []uintptr{
unsafe.Offsetof(schedt{}.lastpoll),
unsafe.Offsetof(schedt{}.pollUntil),
unsafe.Offsetof(schedt{}.timeToRun),
- unsafe.Offsetof(gcControllerState{}.dedicatedMarkTime),
unsafe.Offsetof(gcControllerState{}.dedicatedMarkWorkersNeeded),
unsafe.Offsetof(gcControllerState{}.fractionalMarkTime),
unsafe.Offsetof(gcControllerState{}.idleMarkTime),