[gardening] Another comment update to trigger g3 bot
TEST=ci Change-Id: Iaf89c917341fdf96f344818d22f44f8d430537c3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193894 Reviewed-by: Alexander Aprelev <aam@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
@@ -214,7 +214,7 @@ class BreakpointLocation {
|
||||
// The CodeBreakpoint is enabled if it has any such BreakpointLocations
|
||||
// associated with it.
|
||||
// The class is not thread-safe - users of this class need to ensure the access
|
||||
// is synchronized, guarded by mutexes.
|
||||
// is synchronized, guarded by mutexes or run inside of a safepoint scope.
|
||||
class CodeBreakpoint {
|
||||
public:
|
||||
// Unless CodeBreakpoint is unlinked and is no longer used there should be at
|
||||
|
||||
Reference in New Issue
Block a user