src/share/vm/gc/g1/g1ConcurrentMark.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc/g1/g1ConcurrentMark.cpp	Fri Feb 19 12:01:56 2016
--- new/src/share/vm/gc/g1/g1ConcurrentMark.cpp	Fri Feb 19 12:01:55 2016

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 2269,2279 **** --- 2269,2279 ---- } SATBMarkQueueSet& satb_mq_set = JavaThread::satb_mark_queue_set(); guarantee(has_overflown() || satb_mq_set.completed_buffers_num() == 0, ! "Invariant: has_overflown = %s, num buffers = %d", ! "Invariant: has_overflown = %s, num buffers = " SIZE_FORMAT, BOOL_TO_STR(has_overflown()), satb_mq_set.completed_buffers_num()); print_stats(); }

src/share/vm/gc/g1/g1ConcurrentMark.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File