hotspot/src/share/vm/gc_interface/collectedHeap.inline.hpp
author johnc
Thu, 29 Nov 2012 11:23:15 -0800
changeset 14585 c8448449bfbb
parent 14579 7f6ce6e3dd80
parent 14583 d70ee55535f4
child 18025 b7bcf7497f93
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
     2
 * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 2105
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 2105
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 2105
diff changeset
    21
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    25
#ifndef SHARE_VM_GC_INTERFACE_COLLECTEDHEAP_INLINE_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    26
#define SHARE_VM_GC_INTERFACE_COLLECTEDHEAP_INLINE_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    27
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    28
#include "gc_interface/collectedHeap.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    29
#include "memory/threadLocalAllocBuffer.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    30
#include "memory/universe.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    31
#include "oops/arrayOop.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    32
#include "prims/jvmtiExport.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    33
#include "runtime/sharedRuntime.hpp"
14583
d70ee55535f4 8003935: Simplify the needed includes for using Thread::current()
stefank
parents: 13728
diff changeset
    34
#include "runtime/thread.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    35
#include "services/lowMemoryDetector.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    36
#include "utilities/copy.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    37
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
// Inline allocation implementations.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
void CollectedHeap::post_allocation_setup_common(KlassHandle klass,
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
    41
                                                 HeapWord* obj) {
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
    42
  post_allocation_setup_no_klass_install(klass, obj);
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
    43
  post_allocation_install_obj_klass(klass, oop(obj));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
void CollectedHeap::post_allocation_setup_no_klass_install(KlassHandle klass,
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
    47
                                                           HeapWord* objPtr) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
  oop obj = (oop)objPtr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
  assert(obj != NULL, "NULL object pointer");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
  if (UseBiasedLocking && (klass() != NULL)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
    obj->set_mark(klass->prototype_header());
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
    // May be bootstrapping
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
    obj->set_mark(markOopDesc::prototype());
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
void CollectedHeap::post_allocation_install_obj_klass(KlassHandle klass,
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
    60
                                                   oop obj) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  // These asserts are kind of complicated because of klassKlass
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
  // and the beginning of the world.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
  assert(klass() != NULL || !Universe::is_fully_initialized(), "NULL klass");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
  assert(klass() == NULL || klass()->is_klass(), "not a klass");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
  assert(obj != NULL, "NULL object pointer");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
  obj->set_klass(klass());
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
    67
  assert(!Universe::is_fully_initialized() || obj->klass() != NULL,
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
    68
         "missing klass");
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
    69
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
    71
// Support for jvmti and dtrace
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
    72
inline void post_allocation_notify(KlassHandle klass, oop obj) {
1668
8ec481b8f514 6578152: fill_region_with_object has usability and safety issues
jcoomes
parents: 1388
diff changeset
    73
  // support low memory notifications (no-op if not enabled)
8ec481b8f514 6578152: fill_region_with_object has usability and safety issues
jcoomes
parents: 1388
diff changeset
    74
  LowMemoryDetector::detect_low_memory_for_collected_pools();
8ec481b8f514 6578152: fill_region_with_object has usability and safety issues
jcoomes
parents: 1388
diff changeset
    75
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
  // support for JVMTI VMObjectAlloc event (no-op if not enabled)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
  JvmtiExport::vm_object_alloc_event_collector(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
  if (DTraceAllocProbes) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
    // support for Dtrace object alloc event (no-op most of the time)
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
    81
    if (klass() != NULL && klass()->name() != NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
      SharedRuntime::dtrace_object_alloc(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
void CollectedHeap::post_allocation_setup_obj(KlassHandle klass,
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
    88
                                              HeapWord* obj) {
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
    89
  post_allocation_setup_common(klass, obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
  assert(Universe::is_bootstrapping() ||
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
    91
         !((oop)obj)->is_array(), "must not be an array");
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
    92
  // notify jvmti and dtrace
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
    93
  post_allocation_notify(klass, (oop)obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
void CollectedHeap::post_allocation_setup_array(KlassHandle klass,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
                                                HeapWord* obj,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
                                                int length) {
593
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 360
diff changeset
    99
  // Set array length before setting the _klass field
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 360
diff changeset
   100
  // in post_allocation_setup_common() because the klass field
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 360
diff changeset
   101
  // indicates that the object is parsable by concurrent GC.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
  assert(length >= 0, "length should be non-negative");
593
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 360
diff changeset
   103
  ((arrayOop)obj)->set_length(length);
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
   104
  post_allocation_setup_common(klass, obj);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
   105
  assert(((oop)obj)->is_array(), "must be an array");
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   106
  // notify jvmti and dtrace (must be after length is set for dtrace)
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   107
  post_allocation_notify(klass, (oop)obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
9997
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 7724
diff changeset
   110
HeapWord* CollectedHeap::common_mem_allocate_noinit(size_t size, TRAPS) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
  // Clear unhandled oops for memory allocation.  Memory allocation might
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
  // not take out a lock if from tlab, so clear here.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
  CHECK_UNHANDLED_OOPS_ONLY(THREAD->clear_unhandled_oops();)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
  if (HAS_PENDING_EXCEPTION) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
    NOT_PRODUCT(guarantee(false, "Should not allocate with exception pending"));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
    return NULL;  // caller does a CHECK_0 too
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
  HeapWord* result = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
  if (UseTLAB) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
    result = CollectedHeap::allocate_from_tlab(THREAD, size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
    if (result != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
      assert(!HAS_PENDING_EXCEPTION,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
             "Unexpected exception, will result in uninitialized storage");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
      return result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
  }
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 360
diff changeset
   130
  bool gc_overhead_limit_was_exceeded = false;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
  result = Universe::heap()->mem_allocate(size,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
                                          &gc_overhead_limit_was_exceeded);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
  if (result != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
    NOT_PRODUCT(Universe::heap()->
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
      check_for_non_bad_heap_word_value(result, size));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
    assert(!HAS_PENDING_EXCEPTION,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
           "Unexpected exception, will result in uninitialized storage");
7724
a92d706dbdd5 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh
parents: 7397
diff changeset
   138
    THREAD->incr_allocated_bytes(size * HeapWordSize);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
    return result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
  if (!gc_overhead_limit_was_exceeded) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
    // -XX:+HeapDumpOnOutOfMemoryError and -XX:OnOutOfMemoryError support
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
    report_java_out_of_memory("Java heap space");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
    if (JvmtiExport::should_post_resource_exhausted()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
      JvmtiExport::post_resource_exhausted(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
        JVMTI_RESOURCE_EXHAUSTED_OOM_ERROR | JVMTI_RESOURCE_EXHAUSTED_JAVA_HEAP,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
        "Java heap space");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
    THROW_OOP_0(Universe::out_of_memory_error_java_heap());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
    // -XX:+HeapDumpOnOutOfMemoryError and -XX:OnOutOfMemoryError support
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
    report_java_out_of_memory("GC overhead limit exceeded");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
    if (JvmtiExport::should_post_resource_exhausted()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
      JvmtiExport::post_resource_exhausted(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
        JVMTI_RESOURCE_EXHAUSTED_OOM_ERROR | JVMTI_RESOURCE_EXHAUSTED_JAVA_HEAP,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
        "GC overhead limit exceeded");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
    THROW_OOP_0(Universe::out_of_memory_error_gc_overhead_limit());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
9997
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 7724
diff changeset
   168
HeapWord* CollectedHeap::common_mem_allocate_init(size_t size, TRAPS) {
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 7724
diff changeset
   169
  HeapWord* obj = common_mem_allocate_noinit(size, CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
  init_obj(obj, size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
HeapWord* CollectedHeap::allocate_from_tlab(Thread* thread, size_t size) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
  assert(UseTLAB, "should use UseTLAB");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
  HeapWord* obj = thread->tlab().allocate(size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
  if (obj != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
    return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
  // Otherwise...
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
  return allocate_from_tlab_slow(thread, size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
void CollectedHeap::init_obj(HeapWord* obj, size_t size) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
  assert(obj != NULL, "cannot initialize NULL object");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
  const size_t hs = oopDesc::header_size();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
  assert(size >= hs, "unexpected object size");
593
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 360
diff changeset
   189
  ((oop)obj)->set_klass_gap(0);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
  Copy::fill_to_aligned_words(obj + hs, size - hs);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
oop CollectedHeap::obj_allocate(KlassHandle klass, int size, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
  debug_only(check_for_valid_allocation_state());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
  assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
  assert(size >= 0, "int won't convert to size_t");
9997
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 7724
diff changeset
   197
  HeapWord* obj = common_mem_allocate_init(size, CHECK_NULL);
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
   198
  post_allocation_setup_obj(klass, obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
  NOT_PRODUCT(Universe::heap()->check_for_bad_heap_word_value(obj, size));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
  return (oop)obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
oop CollectedHeap::array_allocate(KlassHandle klass,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
                                  int size,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
                                  int length,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
                                  TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
  debug_only(check_for_valid_allocation_state());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
  assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
  assert(size >= 0, "int won't convert to size_t");
9997
b75b7939f448 6994322: Remove the is_tlab and is_noref / is_large_noref parameters from the CollectedHeap
tonyp
parents: 7724
diff changeset
   210
  HeapWord* obj = common_mem_allocate_init(size, CHECK_NULL);
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
   211
  post_allocation_setup_array(klass, obj, length);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
  NOT_PRODUCT(Universe::heap()->check_for_bad_heap_word_value(obj, size));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
  return (oop)obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
10566
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   216
oop CollectedHeap::array_allocate_nozero(KlassHandle klass,
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   217
                                         int size,
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   218
                                         int length,
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   219
                                         TRAPS) {
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   220
  debug_only(check_for_valid_allocation_state());
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   221
  assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   222
  assert(size >= 0, "int won't convert to size_t");
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   223
  HeapWord* obj = common_mem_allocate_noinit(size, CHECK_NULL);
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   224
  ((oop)obj)->set_klass_gap(0);
12236
51d6463cfd9d 7156764: Remove unused size parameter from some CollectedHeap methods
brutisso
parents: 10566
diff changeset
   225
  post_allocation_setup_array(klass, obj, length);
10566
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   226
#ifndef PRODUCT
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   227
  const size_t hs = oopDesc::header_size()+1;
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   228
  Universe::heap()->check_for_non_bad_heap_word_value(obj+hs, size-hs);
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   229
#endif
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   230
  return (oop)obj;
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   231
}
630c177ec580 7081933: Use zeroing elimination optimization for large array
kvn
parents: 10565
diff changeset
   232
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
   233
inline void CollectedHeap::oop_iterate_no_header(OopClosure* cl) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
   234
  NoHeaderExtendedOopClosure no_header_cl(cl);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
   235
  oop_iterate(&no_header_cl);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12236
diff changeset
   236
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
#ifndef PRODUCT
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
inline bool
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
CollectedHeap::promotion_should_fail(volatile size_t* count) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
  // Access to count is not atomic; the value does not have to be exact.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
  if (PromotionFailureALot) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
    const size_t gc_num = total_collections();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
    const size_t elapsed_gcs = gc_num - _promotion_failure_alot_gc_number;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
    if (elapsed_gcs >= PromotionFailureALotInterval) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
      // Test for unsigned arithmetic wrap-around.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
      if (++*count >= PromotionFailureALotCount) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
        *count = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
        return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
  return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
inline bool CollectedHeap::promotion_should_fail() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
  return promotion_should_fail(&_promotion_failure_alot_count);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
inline void CollectedHeap::reset_promotion_should_fail(volatile size_t* count) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
  if (PromotionFailureALot) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
    _promotion_failure_alot_gc_number = total_collections();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
    *count = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
inline void CollectedHeap::reset_promotion_should_fail() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
  reset_promotion_should_fail(&_promotion_failure_alot_count);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
#endif  // #ifndef PRODUCT
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   272
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   273
#endif // SHARE_VM_GC_INTERFACE_COLLECTEDHEAP_INLINE_HPP