diff options
| author | Michael Pratt <mpratt@google.com> | 2022-07-15 16:47:03 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2022-08-08 14:12:03 +0000 |
| commit | fe406c8b11aa6e94c91f2d1fe05c170e3af2dc1e (patch) | |
| tree | 2157d0901bcdb669318b315a14fcb40845cfbeef /src/runtime/align_runtime_test.go | |
| parent | 3ea3d0e8a7f4e2bfa96535aafb6bd802d2907808 (diff) | |
| download | go-fe406c8b11aa6e94c91f2d1fe05c170e3af2dc1e.tar.xz | |
runtime: convert gcController.fractionalMarkTime to atomic type
For #53821.
Change-Id: Ic54bda422b87ee9365090fe6b42b82df7b25d2a1
Reviewed-on: https://go-review.googlesource.com/c/go/+/417782
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 bca01e23e2..98e1622e7a 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{}.dedicatedMarkWorkersNeeded), - unsafe.Offsetof(gcControllerState{}.fractionalMarkTime), unsafe.Offsetof(gcControllerState{}.idleMarkTime), unsafe.Offsetof(timeHistogram{}.underflow), unsafe.Offsetof(profBuf{}.overflow), |
