diff options
| author | Michael Pratt <mpratt@google.com> | 2022-07-15 16:44:57 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2022-08-08 14:11:55 +0000 |
| commit | 9463638ca883f07467ad8e294cf3ba7f7b175eb2 (patch) | |
| tree | bd140fb9ac75a8fe253bff1e3fb3be2c77b3e0b5 /src/runtime/align_runtime_test.go | |
| parent | ba89d59a3a0fe483c43cd789dbe1f5cbe863f491 (diff) | |
| download | go-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.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 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), |
