diff options
| author | Michael Pratt <mpratt@google.com> | 2022-07-15 16:49:50 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2022-08-08 14:12:13 +0000 |
| commit | dcd10375bc48d0389919b573485d2730445650fd (patch) | |
| tree | da512512242eea8f9ea7af67597b204c8fd756a6 /src/runtime/align_runtime_test.go | |
| parent | fe406c8b11aa6e94c91f2d1fe05c170e3af2dc1e (diff) | |
| download | go-dcd10375bc48d0389919b573485d2730445650fd.tar.xz | |
runtime: convert gcController.idleMarkTime to atomic type
For #53821.
Change-Id: I2f2b462908096dacb97fba9973798036ea1d9b68
Reviewed-on: https://go-review.googlesource.com/c/go/+/417783
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 98e1622e7a..cec0d76be2 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{}.idleMarkTime), unsafe.Offsetof(timeHistogram{}.underflow), unsafe.Offsetof(profBuf{}.overflow), unsafe.Offsetof(profBuf{}.overflowTime), |
