src/hotspot/share/oops/oop.inline.hpp
author lkorinth
Wed, 13 Nov 2019 11:37:29 +0100
changeset 59053 ba6c248cae19
parent 58901 2700c409ff10
child 59247 56bf71d64d51
permissions -rw-r--r--
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52271
diff changeset
     2
 * Copyright (c) 1997, 2019, 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: 3262
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3262
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: 3262
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
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52271
diff changeset
    25
#ifndef SHARE_OOPS_OOP_INLINE_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52271
diff changeset
    26
#define SHARE_OOPS_OOP_INLINE_HPP
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6772
diff changeset
    27
49593
4dd58ecc9912 8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp
stefank
parents: 49592
diff changeset
    28
#include "gc/shared/collectedHeap.hpp"
54786
ebf733a324d4 8223624: Cleanup includes of universe.hpp
stefank
parents: 54780
diff changeset
    29
#include "memory/universe.hpp"
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
    30
#include "oops/access.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6772
diff changeset
    31
#include "oops/arrayKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6772
diff changeset
    32
#include "oops/arrayOop.hpp"
49592
77fb0be7d19f 8199946: Move load/store and encode/decode out of oopDesc
stefank
parents: 49452
diff changeset
    33
#include "oops/compressedOops.inline.hpp"
19319
0ad35be0733a 8003424: Enable Class Data Sharing for CompressedOops
hseigel
parents: 15484
diff changeset
    34
#include "oops/klass.inline.hpp"
57811
947252a54b98 8229838: Rename markOop files to markWord
stefank
parents: 57777
diff changeset
    35
#include "oops/markWord.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6772
diff changeset
    36
#include "oops/oop.hpp"
40655
9f644073d3a0 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
dholmes
parents: 39695
diff changeset
    37
#include "runtime/atomic.hpp"
50429
83aec1d357d4 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
coleenp
parents: 50398
diff changeset
    38
#include "runtime/orderAccess.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6772
diff changeset
    39
#include "runtime/os.hpp"
46625
edefffab74e2 8183552: Move align functions to align.hpp
stefank
parents: 46620
diff changeset
    40
#include "utilities/align.hpp"
15482
470d0b0c09f1 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents: 13969
diff changeset
    41
#include "utilities/macros.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6772
diff changeset
    42
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
// Implementation of all inlined member functions defined in oop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
// We need a separate file to avoid circular references
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    46
markWord oopDesc::mark() const {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    47
  uintptr_t v = HeapAccess<MO_VOLATILE>::load_at(as_oop(), mark_offset_in_bytes());
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    48
  return markWord(v);
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    49
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    50
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    51
markWord oopDesc::mark_raw() const {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    52
  return Atomic::load(&_mark);
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    53
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    54
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    55
markWord* oopDesc::mark_addr_raw() const {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    56
  return (markWord*) &_mark;
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    57
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    58
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    59
void oopDesc::set_mark(markWord m) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    60
  HeapAccess<MO_VOLATILE>::store_at(as_oop(), mark_offset_in_bytes(), m.value());
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    61
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    62
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    63
void oopDesc::set_mark_raw(markWord m) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    64
  Atomic::store(m, &_mark);
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    65
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    66
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    67
void oopDesc::set_mark_raw(HeapWord* mem, markWord m) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    68
  *(markWord*)(((char*)mem) + mark_offset_in_bytes()) = m;
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
    69
}
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
    70
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    71
void oopDesc::release_set_mark(markWord m) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    72
  HeapAccess<MO_RELEASE>::store_at(as_oop(), mark_offset_in_bytes(), m.value());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    75
markWord oopDesc::cas_set_mark(markWord new_mark, markWord old_mark) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    76
  uintptr_t v = HeapAccess<>::atomic_cmpxchg_at(new_mark.value(), as_oop(), mark_offset_in_bytes(), old_mark.value());
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    77
  return markWord(v);
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    78
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    79
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
    80
markWord oopDesc::cas_set_mark_raw(markWord new_mark, markWord old_mark, atomic_memory_order order) {
50398
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
    81
  return Atomic::cmpxchg(new_mark, &_mark, old_mark, order);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
    84
void oopDesc::init_mark() {
57812
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
    85
  set_mark(markWord::prototype_for_klass(klass()));
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
    86
}
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
    87
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    88
void oopDesc::init_mark_raw() {
57812
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
    89
  set_mark_raw(markWord::prototype_for_klass(klass()));
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    90
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
    91
35862
411842d0c882 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
goetz
parents: 35498
diff changeset
    92
Klass* oopDesc::klass() const {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
    93
  if (UseCompressedClassPointers) {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 53244
diff changeset
    94
    return CompressedKlassPointers::decode_not_null(_metadata._compressed_klass);
593
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
    95
  } else {
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
    96
    return _metadata._klass;
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
    97
  }
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
    98
}
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
    99
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   100
Klass* oopDesc::klass_or_null() const volatile {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
   101
  if (UseCompressedClassPointers) {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 53244
diff changeset
   102
    return CompressedKlassPointers::decode(_metadata._compressed_klass);
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   103
  } else {
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   104
    return _metadata._klass;
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   105
  }
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   106
}
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   107
41310
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   108
Klass* oopDesc::klass_or_null_acquire() const volatile {
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   109
  if (UseCompressedClassPointers) {
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   110
    // Workaround for non-const load_acquire parameter.
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   111
    const volatile narrowKlass* addr = &_metadata._compressed_klass;
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   112
    volatile narrowKlass* xaddr = const_cast<volatile narrowKlass*>(addr);
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 53244
diff changeset
   113
    return CompressedKlassPointers::decode(OrderAccess::load_acquire(xaddr));
41310
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   114
  } else {
47634
6a0c42c40cd1 8188220: Remove Atomic::*_ptr() uses and overloads from hotspot
coleenp
parents: 47624
diff changeset
   115
    return OrderAccess::load_acquire(&_metadata._klass);
41310
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   116
  }
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   117
}
28c707fe71ce 8166583: Add oopDesc::klass_or_null_acquire()
kbarrett
parents: 41177
diff changeset
   118
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   119
Klass** oopDesc::klass_addr(HeapWord* mem) {
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   120
  // Only used internally and with CMS and will not work with
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   121
  // UseCompressedOops
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
   122
  assert(!UseCompressedClassPointers, "only supported with uncompressed klass pointers");
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   123
  ByteSize offset = byte_offset_of(oopDesc, _metadata._klass);
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   124
  return (Klass**) (((char*)mem) + in_bytes(offset));
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   125
}
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   126
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   127
narrowKlass* oopDesc::compressed_klass_addr(HeapWord* mem) {
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   128
  assert(UseCompressedClassPointers, "only called by compressed klass pointers");
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   129
  ByteSize offset = byte_offset_of(oopDesc, _metadata._compressed_klass);
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   130
  return (narrowKlass*) (((char*)mem) + in_bytes(offset));
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   131
}
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   132
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   133
Klass** oopDesc::klass_addr() {
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   134
  return klass_addr((HeapWord*)this);
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   135
}
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   136
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   137
narrowKlass* oopDesc::compressed_klass_addr() {
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   138
  return compressed_klass_addr((HeapWord*)this);
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   139
}
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   140
41177
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   141
#define CHECK_SET_KLASS(k)                                                \
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   142
  do {                                                                    \
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   143
    assert(Universe::is_bootstrapping() || k != NULL, "NULL Klass");      \
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   144
    assert(Universe::is_bootstrapping() || k->is_klass(), "not a Klass"); \
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   145
  } while (0)
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   146
35862
411842d0c882 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
goetz
parents: 35498
diff changeset
   147
void oopDesc::set_klass(Klass* k) {
41177
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   148
  CHECK_SET_KLASS(k);
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
   149
  if (UseCompressedClassPointers) {
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 53244
diff changeset
   150
    *compressed_klass_addr() = CompressedKlassPointers::encode_not_null(k);
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   151
  } else {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 10540
diff changeset
   152
    *klass_addr() = k;
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   153
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   156
void oopDesc::release_set_klass(HeapWord* mem, Klass* klass) {
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   157
  CHECK_SET_KLASS(klass);
41177
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   158
  if (UseCompressedClassPointers) {
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   159
    OrderAccess::release_store(compressed_klass_addr(mem),
54780
f8d182aedc92 8223136: Move compressed oops functions to CompressedOops class
stefank
parents: 53244
diff changeset
   160
                               CompressedKlassPointers::encode_not_null(klass));
41177
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   161
  } else {
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   162
    OrderAccess::release_store(klass_addr(mem), klass);
41177
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   163
  }
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   164
}
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   165
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   166
#undef CHECK_SET_KLASS
3869072fc2e1 8165808: Add release barriers when allocating objects with concurrent collection
kbarrett
parents: 40655
diff changeset
   167
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   168
int oopDesc::klass_gap() const {
593
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
   169
  return *(int*)(((intptr_t)this) + klass_gap_offset_in_bytes());
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
   170
}
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
   171
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   172
void oopDesc::set_klass_gap(HeapWord* mem, int v) {
19979
ebe1dbb6e1aa 8015107: NPG: Use consistent naming for metaspace concepts
ehelin
parents: 19319
diff changeset
   173
  if (UseCompressedClassPointers) {
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   174
    *(int*)(((char*)mem) + klass_gap_offset_in_bytes()) = v;
593
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
   175
  }
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
   176
}
803947e176bd 6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
coleenp
parents: 382
diff changeset
   177
50882
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   178
void oopDesc::set_klass_gap(int v) {
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   179
  set_klass_gap((HeapWord*)this, v);
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   180
}
80abf702eed8 8205683: Refactor heap allocation to separate concerns
eosterlund
parents: 50800
diff changeset
   181
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   182
bool oopDesc::is_a(Klass* k) const {
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   183
  return klass()->is_subtype_of(k);
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   184
}
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   185
35862
411842d0c882 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
goetz
parents: 35498
diff changeset
   186
int oopDesc::size()  {
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   187
  return size_given_klass(klass());
10540
92d59dba2407 7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
twisti
parents: 8725
diff changeset
   188
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   190
int oopDesc::size_given_klass(Klass* klass)  {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
  int lh = klass->layout_helper();
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   192
  int s;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
  // lh is now a value computed at class initialization that may hint
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
  // at the size.  For instances, this is positive and equal to the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
  // size.  For arrays, this is negative and provides log2 of the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
  // array element size.  For other oops, it is zero and thus requires
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
  // a virtual call.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
  //
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
  // We go to all this trouble because the size computation is at the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
  // heart of phase 2 of mark-compaction, and called for every object,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
  // alive or dead.  So the speed here is equal in importance to the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
  // speed of allocation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   205
  if (lh > Klass::_lh_neutral_value) {
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   206
    if (!Klass::layout_helper_needs_slow_path(lh)) {
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   207
      s = lh >> LogHeapWordSize;  // deliver size scaled by wordSize
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   208
    } else {
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   209
      s = klass->oop_size(this);
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   210
    }
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8107
diff changeset
   211
  } else if (lh <= Klass::_lh_neutral_value) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
    // The most common case is instances; fall through if so.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
    if (lh < Klass::_lh_neutral_value) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
      // Second most common case is arrays.  We have to fetch the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
      // length of the array, shift (multiply) it appropriately,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
      // up to wordSize, add the header, and align to object size.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
      size_t size_in_bytes;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
      size_t array_length = (size_t) ((arrayOop)this)->length();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
      size_in_bytes = array_length << Klass::layout_helper_log2_element_size(lh);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
      size_in_bytes += Klass::layout_helper_header_size(lh);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
      // This code could be simplified, but by keeping array_header_in_bytes
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
      // in units of bytes and doing it this way we can round up just once,
46620
750c6edff33b 8178500: Replace usages of round_to and round_down with align_up and align_down
stefank
parents: 46529
diff changeset
   224
      // skipping the intermediate round to HeapWordSize.
750c6edff33b 8178500: Replace usages of round_to and round_down with align_up and align_down
stefank
parents: 46529
diff changeset
   225
      s = (int)(align_up(size_in_bytes, MinObjAlignmentInBytes) / HeapWordSize);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
59053
ba6c248cae19 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
lkorinth
parents: 58901
diff changeset
   227
      // UseParallelGC and UseG1GC can change the length field
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 382
diff changeset
   228
      // of an "old copy" of an object array in the young gen so it indicates
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 382
diff changeset
   229
      // the grey portion of an already copied array. This will cause the first
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 382
diff changeset
   230
      // disjunct below to fail if the two comparands are computed across such
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 382
diff changeset
   231
      // a concurrent change.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
      assert((s == klass->oop_size(this)) ||
59053
ba6c248cae19 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
lkorinth
parents: 58901
diff changeset
   233
             (Universe::heap()->is_gc_active() && is_objArray() && is_forwarded() && (UseParallelGC || UseG1GC)),
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
             "wrong array object size");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
      // Must be zero, so bite the bullet and take the virtual call.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
      s = klass->oop_size(this);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
39695
946f1321c075 8158946: btree009 fails with assert(s > 0) failed: Bad size calculated
drwhite
parents: 37480
diff changeset
   241
  assert(s > 0, "Oop size must be greater than zero, not %d", s);
46683
33808f7eadd5 8184753: Asserts against MinObjectAlignment should avoid integer division
shade
parents: 46625
diff changeset
   242
  assert(is_object_aligned(s), "Oop size is not properly aligned: %d", s);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
  return s;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   246
bool oopDesc::is_instance()  const { return klass()->is_instance_klass();  }
35862
411842d0c882 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
goetz
parents: 35498
diff changeset
   247
bool oopDesc::is_array()     const { return klass()->is_array_klass();     }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   248
bool oopDesc::is_objArray()  const { return klass()->is_objArray_klass();  }
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   249
bool oopDesc::is_typeArray() const { return klass()->is_typeArray_klass(); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
49041
44122f767467 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
eosterlund
parents: 48618
diff changeset
   251
void*    oopDesc::field_addr_raw(int offset)     const { return reinterpret_cast<void*>(cast_from_oop<intptr_t>(as_oop()) + offset); }
44122f767467 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
eosterlund
parents: 48618
diff changeset
   252
void*    oopDesc::field_addr(int offset)         const { return Access<>::resolve(as_oop())->field_addr_raw(offset); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   253
49041
44122f767467 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
eosterlund
parents: 48618
diff changeset
   254
template <class T>
44122f767467 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
eosterlund
parents: 48618
diff changeset
   255
T*       oopDesc::obj_field_addr_raw(int offset) const { return (T*) field_addr_raw(offset); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   256
50191
c87fba18f2b9 8203339: Add oopDesc::field_offset()
stefank
parents: 50056
diff changeset
   257
template <typename T>
c87fba18f2b9 8203339: Add oopDesc::field_offset()
stefank
parents: 50056
diff changeset
   258
size_t   oopDesc::field_offset(T* p) const { return pointer_delta((void*)p, (void*)this, 1); }
c87fba18f2b9 8203339: Add oopDesc::field_offset()
stefank
parents: 50056
diff changeset
   259
48618
688e5cbd0b91 8192003: Refactor weak references in StringTable to use the Access API
eosterlund
parents: 47998
diff changeset
   260
template <DecoratorSet decorators>
688e5cbd0b91 8192003: Refactor weak references in StringTable to use the Access API
eosterlund
parents: 47998
diff changeset
   261
inline oop  oopDesc::obj_field_access(int offset) const             { return HeapAccess<decorators>::oop_load_at(as_oop(), offset); }
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   262
inline oop  oopDesc::obj_field(int offset) const                    { return HeapAccess<>::oop_load_at(as_oop(), offset);  }
48618
688e5cbd0b91 8192003: Refactor weak references in StringTable to use the Access API
eosterlund
parents: 47998
diff changeset
   263
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   264
inline void oopDesc::obj_field_put(int offset, oop value)           { HeapAccess<>::oop_store_at(as_oop(), offset, value); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   265
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   266
inline jbyte oopDesc::byte_field(int offset) const                  { return HeapAccess<>::load_at(as_oop(), offset);  }
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   267
inline void  oopDesc::byte_field_put(int offset, jbyte value)       { HeapAccess<>::store_at(as_oop(), offset, value); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   268
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   269
inline jchar oopDesc::char_field(int offset) const                  { return HeapAccess<>::load_at(as_oop(), offset);  }
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   270
inline void  oopDesc::char_field_put(int offset, jchar value)       { HeapAccess<>::store_at(as_oop(), offset, value); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
58901
2700c409ff10 8229516: Thread.isInterrupted() always returns false after thread termination
dholmes
parents: 58015
diff changeset
   272
inline jboolean oopDesc::bool_field(int offset) const               { return HeapAccess<>::load_at(as_oop(), offset); }
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   273
inline void     oopDesc::bool_field_put(int offset, jboolean value) { HeapAccess<>::store_at(as_oop(), offset, jboolean(value & 1)); }
58901
2700c409ff10 8229516: Thread.isInterrupted() always returns false after thread termination
dholmes
parents: 58015
diff changeset
   274
inline jboolean oopDesc::bool_field_volatile(int offset) const      { return HeapAccess<MO_SEQ_CST>::load_at(as_oop(), offset); }
2700c409ff10 8229516: Thread.isInterrupted() always returns false after thread termination
dholmes
parents: 58015
diff changeset
   275
inline void     oopDesc::bool_field_put_volatile(int offset, jboolean value) { HeapAccess<MO_SEQ_CST>::store_at(as_oop(), offset, jboolean(value & 1)); }
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   276
inline jshort oopDesc::short_field(int offset) const                { return HeapAccess<>::load_at(as_oop(), offset);  }
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   277
inline void   oopDesc::short_field_put(int offset, jshort value)    { HeapAccess<>::store_at(as_oop(), offset, value); }
46722
ae2cfffe2e64 8185296: java_lang_Class::array_klass should be array_klass_acquire
coleenp
parents: 46710
diff changeset
   278
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   279
inline jint oopDesc::int_field(int offset) const                    { return HeapAccess<>::load_at(as_oop(), offset);  }
51516
7c3891b9f1e0 8206457: Code paths from oop_iterate() must use barrier-free access
rkennke
parents: 50882
diff changeset
   280
inline jint oopDesc::int_field_raw(int offset) const                { return RawAccess<>::load_at(as_oop(), offset);   }
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   281
inline void oopDesc::int_field_put(int offset, jint value)          { HeapAccess<>::store_at(as_oop(), offset, value); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   282
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   283
inline jlong oopDesc::long_field(int offset) const                  { return HeapAccess<>::load_at(as_oop(), offset);  }
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   284
inline void  oopDesc::long_field_put(int offset, jlong value)       { HeapAccess<>::store_at(as_oop(), offset, value); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   285
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   286
inline jfloat oopDesc::float_field(int offset) const                { return HeapAccess<>::load_at(as_oop(), offset);  }
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   287
inline void   oopDesc::float_field_put(int offset, jfloat value)    { HeapAccess<>::store_at(as_oop(), offset, value); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   288
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   289
inline jdouble oopDesc::double_field(int offset) const              { return HeapAccess<>::load_at(as_oop(), offset);  }
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47634
diff changeset
   290
inline void    oopDesc::double_field_put(int offset, jdouble value) { HeapAccess<>::store_at(as_oop(), offset, value); }
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   291
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   292
bool oopDesc::is_locked() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   293
  return mark().is_locked();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   296
bool oopDesc::is_unlocked() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   297
  return mark().is_unlocked();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   300
bool oopDesc::has_bias_pattern() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   301
  return mark().has_bias_pattern();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
   304
bool oopDesc::has_bias_pattern_raw() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   305
  return mark_raw().has_bias_pattern();
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
   306
}
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
   307
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   308
// Used only for markSweep, scavenging
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   309
bool oopDesc::is_gc_marked() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   310
  return mark_raw().is_marked();
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   311
}
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   312
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
// Used by scavengers
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   314
bool oopDesc::is_forwarded() const {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
  // The extra heap check is needed since the obj might be locked, in which case the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
  // mark would point to a stack location and have the sentinel bit cleared
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   317
  return mark_raw().is_marked();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
// Used by scavengers
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   321
void oopDesc::forward_to(oop p) {
58015
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57812
diff changeset
   322
  verify_forwardee(p);
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   323
  markWord m = markWord::encode_pointer_as_mark(p);
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   324
  assert(m.decode_pointer() == p, "encoding must be reversable");
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
   325
  set_mark_raw(m);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
// Used by parallel scavengers
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   329
bool oopDesc::cas_forward_to(oop p, markWord compare, atomic_memory_order order) {
58015
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57812
diff changeset
   330
  verify_forwardee(p);
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   331
  markWord m = markWord::encode_pointer_as_mark(p);
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   332
  assert(m.decode_pointer() == p, "encoding must be reversable");
50398
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
   333
  return cas_set_mark_raw(m, compare, order) == compare;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   336
oop oopDesc::forward_to_atomic(oop p, markWord compare, atomic_memory_order order) {
58015
dd84de796f2c 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
eosterlund
parents: 57812
diff changeset
   337
  verify_forwardee(p);
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   338
  markWord m = markWord::encode_pointer_as_mark(p);
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   339
  assert(m.decode_pointer() == p, "encoding must be reversable");
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   340
  markWord old_mark = cas_set_mark_raw(m, compare, order);
52271
1587306fe23f 8212753: Improve oopDesc::forward_to_atomic
tschatzl
parents: 52119
diff changeset
   341
  if (old_mark == compare) {
1587306fe23f 8212753: Improve oopDesc::forward_to_atomic
tschatzl
parents: 52119
diff changeset
   342
    return NULL;
1587306fe23f 8212753: Improve oopDesc::forward_to_atomic
tschatzl
parents: 52119
diff changeset
   343
  } else {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   344
    return (oop)old_mark.decode_pointer();
29689
dc72789f83ae 8075249: Cleanup forward_to_atomic and ClaimedForwardPtr
stefank
parents: 29687
diff changeset
   345
  }
dc72789f83ae 8075249: Cleanup forward_to_atomic and ClaimedForwardPtr
stefank
parents: 29687
diff changeset
   346
}
dc72789f83ae 8075249: Cleanup forward_to_atomic and ClaimedForwardPtr
stefank
parents: 29687
diff changeset
   347
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
// Note that the forwardee is not the same thing as the displaced_mark.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
// The forwardee is used when copying during scavenge and mark-sweep.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
// It does need to clear the low two locking- and GC-related bits.
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   351
oop oopDesc::forwardee() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   352
  return (oop) mark_raw().decode_pointer();
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   353
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
50398
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
   355
// Note that the forwardee is not the same thing as the displaced_mark.
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
   356
// The forwardee is used when copying during scavenge and mark-sweep.
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
   357
// It does need to clear the low two locking- and GC-related bits.
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
   358
oop oopDesc::forwardee_acquire() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   359
  return (oop) OrderAccess::load_acquire(&_mark).decode_pointer();
50398
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
   360
}
4d6a5c267541 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie
parents: 50191
diff changeset
   361
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
// The following method needs to be MT safe.
35862
411842d0c882 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
goetz
parents: 35498
diff changeset
   363
uint oopDesc::age() const {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
  assert(!is_forwarded(), "Attempt to read age from forwarded mark");
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
   365
  if (has_displaced_mark_raw()) {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   366
    return displaced_mark_raw().age();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
  } else {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   368
    return mark_raw().age();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   372
void oopDesc::incr_age() {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
  assert(!is_forwarded(), "Attempt to increment age of forwarded mark");
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
   374
  if (has_displaced_mark_raw()) {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   375
    set_displaced_mark_raw(displaced_mark_raw().incr_age());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
  } else {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   377
    set_mark_raw(mark_raw().incr_age());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   378
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
50752
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   381
template <typename OopClosureType>
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   382
void oopDesc::oop_iterate(OopClosureType* cl) {
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   383
  OopIteratorClosureDispatch::oop_oop_iterate(cl, this, klass());
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   384
}
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   385
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   386
template <typename OopClosureType>
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   387
void oopDesc::oop_iterate(OopClosureType* cl, MemRegion mr) {
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   388
  OopIteratorClosureDispatch::oop_oop_iterate(cl, this, klass(), mr);
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   389
}
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   390
50752
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   391
template <typename OopClosureType>
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   392
int oopDesc::oop_iterate_size(OopClosureType* cl) {
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   393
  Klass* k = klass();
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   394
  int size = size_given_klass(k);
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   395
  OopIteratorClosureDispatch::oop_oop_iterate(cl, this, k);
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   396
  return size;
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   397
}
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   398
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   399
template <typename OopClosureType>
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   400
int oopDesc::oop_iterate_size(OopClosureType* cl, MemRegion mr) {
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   401
  Klass* k = klass();
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   402
  int size = size_given_klass(k);
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   403
  OopIteratorClosureDispatch::oop_oop_iterate(cl, this, k, mr);
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   404
  return size;
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   405
}
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   406
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   407
template <typename OopClosureType>
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   408
void oopDesc::oop_iterate_backwards(OopClosureType* cl) {
9d62da00bf15 8204540: Automatic oop closure devirtualization
stefank
parents: 50748
diff changeset
   409
  OopIteratorClosureDispatch::oop_oop_iterate_backwards(cl, this, klass());
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   410
}
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   411
49592
77fb0be7d19f 8199946: Move load/store and encode/decode out of oopDesc
stefank
parents: 49452
diff changeset
   412
bool oopDesc::is_instanceof_or_null(oop obj, Klass* klass) {
77fb0be7d19f 8199946: Move load/store and encode/decode out of oopDesc
stefank
parents: 49452
diff changeset
   413
  return obj == NULL || obj->klass()->is_subtype_of(klass);
77fb0be7d19f 8199946: Move load/store and encode/decode out of oopDesc
stefank
parents: 49452
diff changeset
   414
}
77fb0be7d19f 8199946: Move load/store and encode/decode out of oopDesc
stefank
parents: 49452
diff changeset
   415
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 33611
diff changeset
   416
intptr_t oopDesc::identity_hash() {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   417
  // Fast case; if the object is unlocked and the hash value is set, no locking is needed
489c9b5090e2 Initial load
duke
parents:
diff changeset
   418
  // Note: The mark must be read into local variable to avoid concurrent updates.
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   419
  markWord mrk = mark();
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   420
  if (mrk.is_unlocked() && !mrk.has_no_hash()) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   421
    return mrk.hash();
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   422
  } else if (mrk.is_marked()) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   423
    return mrk.hash();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   424
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   425
    return slow_identity_hash();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   426
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   427
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
49722
a47d1e21b3f1 8199735: Mark word updates need to use Access API
rkennke
parents: 49593
diff changeset
   429
bool oopDesc::has_displaced_mark_raw() const {
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   430
  return mark_raw().has_displaced_mark_helper();
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 10540
diff changeset
   431
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 10540
diff changeset
   432
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   433
markWord oopDesc::displaced_mark_raw() const {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   434
  return mark_raw().displaced_mark_helper();
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 10540
diff changeset
   435
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 10540
diff changeset
   436
57777
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   437
void oopDesc::set_displaced_mark_raw(markWord m) {
90ead0febf56 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank
parents: 54786
diff changeset
   438
  mark_raw().set_displaced_mark_helper(m);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   440
57812
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   441
// Supports deferred calling of obj->klass().
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   442
class DeferredObjectToKlass {
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   443
  const oopDesc* _obj;
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   444
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   445
public:
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   446
  DeferredObjectToKlass(const oopDesc* obj) : _obj(obj) {}
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   447
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   448
  // Implicitly convertible to const Klass*.
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   449
  operator const Klass*() const {
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   450
    return _obj->klass();
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   451
  }
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   452
};
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   453
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   454
bool oopDesc::mark_must_be_preserved() const {
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   455
  return mark_must_be_preserved(mark_raw());
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   456
}
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   457
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   458
bool oopDesc::mark_must_be_preserved(markWord m) const {
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   459
  // There's a circular dependency between oop.inline.hpp and
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   460
  // markWord.inline.hpp because markWord::must_be_preserved wants to call
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   461
  // oopDesc::klass(). This could be solved by calling klass() here. However,
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   462
  // not all paths inside must_be_preserved calls klass(). Defer the call until
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   463
  // the klass is actually needed.
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   464
  return m.must_be_preserved(DeferredObjectToKlass(this));
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   465
}
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   466
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   467
bool oopDesc::mark_must_be_preserved_for_promotion_failure(markWord m) const {
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   468
  return m.must_be_preserved_for_promotion_failure(DeferredObjectToKlass(this));
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   469
}
9bb28ccc6106 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank
parents: 57811
diff changeset
   470
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52271
diff changeset
   471
#endif // SHARE_OOPS_OOP_INLINE_HPP