提交 ba324cb0 编写于 作者: Y ysr

6863216: Clean up debugging debris inadvertently pushed with 6700789

Summary: Anti-delta for debugging debris that was inadvertently pushed.
Reviewed-by: kvn, tonyp
上级 d4155154
...@@ -1655,9 +1655,8 @@ void G1CollectedHeap::iterate_dirty_card_closure(bool concurrent, ...@@ -1655,9 +1655,8 @@ void G1CollectedHeap::iterate_dirty_card_closure(bool concurrent,
// Computes the sum of the storage used by the various regions. // Computes the sum of the storage used by the various regions.
size_t G1CollectedHeap::used() const { size_t G1CollectedHeap::used() const {
// Temporarily, until 6859911 is fixed. XXX assert(Heap_lock->owner() != NULL,
// assert(Heap_lock->owner() != NULL, "Should be owned on this thread's behalf.");
// "Should be owned on this thread's behalf.");
size_t result = _summary_bytes_used; size_t result = _summary_bytes_used;
// Read only once in case it is set to NULL concurrently // Read only once in case it is set to NULL concurrently
HeapRegion* hr = _cur_alloc_region; HeapRegion* hr = _cur_alloc_region;
......
...@@ -1789,7 +1789,7 @@ Node *PhiNode::Ideal(PhaseGVN *phase, bool can_reshape) { ...@@ -1789,7 +1789,7 @@ Node *PhiNode::Ideal(PhaseGVN *phase, bool can_reshape) {
#ifdef _LP64 #ifdef _LP64
// Push DecodeN down through phi. // Push DecodeN down through phi.
// The rest of phi graph will transform by split EncodeP node though phis up. // The rest of phi graph will transform by split EncodeP node though phis up.
if (UseNewCode && UseCompressedOops && can_reshape && progress == NULL) { if (UseCompressedOops && can_reshape && progress == NULL) {
bool may_push = true; bool may_push = true;
bool has_decodeN = false; bool has_decodeN = false;
Node* in_decodeN = NULL; Node* in_decodeN = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册