src/hotspot/share/gc/cms/promotionInfo.inline.hpp
author sangheki
Mon, 04 Jun 2018 21:20:16 -0700
changeset 50396 7f48bff40a9a
parent 50034 01a88f825a84
child 53244 9807daeb47c4
permissions -rw-r--r--
8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes Reviewed-by: kbarrett, tschatzl
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50034
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     1
/*
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     2
 * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     4
 *
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     7
 * published by the Free Software Foundation.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     8
 *
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    13
 * accompanied this code).
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    14
 *
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    18
 *
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    21
 * questions.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    22
 *
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    23
 */
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    24
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    25
#ifndef SHARE_GC_CMS_PROMOTIONINFO_INLINE_HPP
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    26
#define SHARE_GC_CMS_PROMOTIONINFO_INLINE_HPP
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    27
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    28
#include "gc/cms/promotionInfo.hpp"
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    29
#include "oops/oop.inline.hpp"
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    30
#include "utilities/debug.hpp"
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    31
#include "utilities/macros.hpp"
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    32
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    33
//////////////////////////////////////////////////////////////////////////////
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    34
// We go over the list of promoted objects, removing each from the list,
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    35
// and applying the closure (this may, in turn, add more elements to
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    36
// the tail of the promoted list, and these newly added objects will
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    37
// also be processed) until the list is empty.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    38
// To aid verification and debugging, in the non-product builds
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    39
// we actually forward _promoHead each time we process a promoted oop.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    40
// Note that this is not necessary in general (i.e. when we don't need to
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    41
// call PromotionInfo::verify()) because oop_iterate can only add to the
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    42
// end of _promoTail, and never needs to look at _promoHead.
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    43
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    44
template <typename OopClosureType>
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    45
void PromotionInfo::promoted_oops_iterate(OopClosureType* cl) {
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    46
  NOT_PRODUCT(verify());
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    47
  PromotedObject *curObj, *nextObj;
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    48
  for (curObj = _promoHead; curObj != NULL; curObj = nextObj) {
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    49
    if ((nextObj = curObj->next()) == NULL) {
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    50
      /* protect ourselves against additions due to closure application
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    51
         below by resetting the list.  */
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    52
      assert(_promoTail == curObj, "Should have been the tail");
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    53
      _promoHead = _promoTail = NULL;
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    54
    }
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    55
    if (curObj->hasDisplacedMark()) {
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    56
      /* restore displaced header */
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    57
      oop(curObj)->set_mark_raw(nextDisplacedHeader());
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    58
    } else {
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    59
      /* restore prototypical header */
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    60
      oop(curObj)->init_mark_raw();
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    61
    }
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    62
    /* The "promoted_mark" should now not be set */
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    63
    assert(!curObj->hasPromotedMark(),
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    64
           "Should have been cleared by restoring displaced mark-word");
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    65
    NOT_PRODUCT(_promoHead = nextObj);
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    66
    if (cl != NULL) oop(curObj)->oop_iterate(cl);
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    67
    if (nextObj == NULL) { /* start at head of list reset above */
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    68
      nextObj = _promoHead;
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    69
    }
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    70
  }
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    71
  assert(noPromotions(), "post-condition violation");
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    72
  assert(_promoHead == NULL && _promoTail == NULL, "emptied promoted list");
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    73
  assert(_spoolHead == _spoolTail, "emptied spooling buffers");
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    74
  assert(_firstIndex == _nextIndex, "empty buffer");
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    75
}
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    76
01a88f825a84 8202641: Replace OOP_SINCE_SAVE_MARKS with templates
stefank
parents:
diff changeset
    77
#endif //  SHARE_GC_CMS_PROMOTIONINFO_INLINE_HPP