src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp
author aph
Tue, 18 Jun 2019 16:15:15 +0100
changeset 55438 0692b67f5462
parent 53244 9807daeb47c4
child 58980 47c20fc6a517
permissions -rw-r--r--
8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding Reviewed-by: kbarrett, tschatzl
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     1
/*
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 47216
diff changeset
     2
 * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved.
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     4
 *
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     7
 * published by the Free Software Foundation.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     8
 *
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    13
 * accompanied this code).
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    14
 *
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
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.
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    22
 *
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    23
 */
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    24
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 47216
diff changeset
    25
#ifndef SHARE_GC_G1_G1BLOCKOFFSETTABLE_INLINE_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 47216
diff changeset
    26
#define SHARE_GC_G1_G1BLOCKOFFSETTABLE_INLINE_HPP
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    27
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30583
diff changeset
    28
#include "gc/g1/g1BlockOffsetTable.hpp"
32389
626f27450e12 8067336: Allow that PLAB allocations at the end of regions are flexible
tschatzl
parents: 30764
diff changeset
    29
#include "gc/g1/heapRegion.hpp"
32598
70b490faa49f 8131330: G1CollectedHeap::verify_dirty_young_list fails with assert
kbarrett
parents: 32389
diff changeset
    30
#include "gc/shared/memset_with_concurrent_readers.hpp"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30583
diff changeset
    31
#include "gc/shared/space.hpp"
55438
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    32
#include "runtime/atomic.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    33
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    34
inline HeapWord* G1BlockOffsetTablePart::block_start(const void* addr) {
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    35
  if (addr >= _space->bottom() && addr < _space->end()) {
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    36
    HeapWord* q = block_at_or_preceding(addr, true, _next_offset_index-1);
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    37
    return forward_to_block_containing_addr(q, addr);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    38
  } else {
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    39
    return NULL;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    40
  }
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    41
}
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    42
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    43
inline HeapWord* G1BlockOffsetTablePart::block_start_const(const void* addr) const {
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    44
  if (addr >= _space->bottom() && addr < _space->end()) {
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    45
    HeapWord* q = block_at_or_preceding(addr, true, _next_offset_index-1);
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    46
    HeapWord* n = q + block_size(q);
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    47
    return forward_to_block_containing_addr_const(q, n, addr);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    48
  } else {
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    49
    return NULL;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    50
  }
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    51
}
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    52
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    53
u_char G1BlockOffsetTable::offset_array(size_t index) const {
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    54
  check_index(index, "index out of range");
55438
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    55
  return Atomic::load(&_offset_array[index]);
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    56
}
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    57
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    58
void G1BlockOffsetTable::set_offset_array_raw(size_t index, u_char offset) {
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    59
  Atomic::store(offset, &_offset_array[index]);
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    60
}
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    61
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    62
void G1BlockOffsetTable::set_offset_array(size_t index, u_char offset) {
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    63
  check_index(index, "index out of range");
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    64
  set_offset_array_raw(index, offset);
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    65
}
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    66
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    67
void G1BlockOffsetTable::set_offset_array(size_t index, HeapWord* high, HeapWord* low) {
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    68
  check_index(index, "index out of range");
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    69
  assert(high >= low, "addresses out of order");
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    70
  size_t offset = pointer_delta(high, low);
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    71
  check_offset(offset, "offset too large");
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    72
  set_offset_array(index, (u_char)offset);
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    73
}
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    74
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    75
void G1BlockOffsetTable::set_offset_array(size_t left, size_t right, u_char offset) {
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    76
  check_index(right, "right index out of range");
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    77
  assert(left <= right, "indexes out of order");
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    78
  size_t num_cards = right - left + 1;
55438
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    79
  memset_with_concurrent_readers
0692b67f5462 8225716: G1 GC: Undefined behaviour in G1BlockOffsetTablePart::block_at_or_preceding
aph
parents: 53244
diff changeset
    80
    (const_cast<u_char*> (&_offset_array[left]), offset, num_cards);
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    81
}
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    82
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    83
// Variant of index_for that does not check the index for validity.
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    84
inline size_t G1BlockOffsetTable::index_for_raw(const void* p) const {
35469
17ea1b453dd5 8146694: Break out shared constants and static BOT functions.
david
parents: 35461
diff changeset
    85
  return pointer_delta((char*)p, _reserved.start(), sizeof(char)) >> BOTConstants::LogN;
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    86
}
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    87
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    88
inline size_t G1BlockOffsetTable::index_for(const void* p) const {
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    89
  char* pc = (char*)p;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    90
  assert(pc >= (char*)_reserved.start() &&
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    91
         pc <  (char*)_reserved.end(),
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32598
diff changeset
    92
         "p (" PTR_FORMAT ") not in reserved [" PTR_FORMAT ", " PTR_FORMAT ")",
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32598
diff changeset
    93
         p2i(p), p2i(_reserved.start()), p2i(_reserved.end()));
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
    94
  size_t result = index_for_raw(p);
14584
bd4290e6d0a5 7194633: G1: Assertion and guarantee failures in block offset table
johnc
parents: 13728
diff changeset
    95
  check_index(result, "bad index from address");
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    96
  return result;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    97
}
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
    98
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
    99
inline HeapWord* G1BlockOffsetTable::address_for_index(size_t index) const {
14584
bd4290e6d0a5 7194633: G1: Assertion and guarantee failures in block offset table
johnc
parents: 13728
diff changeset
   100
  check_index(index, "index out of range");
26160
aba6b01cb988 8038423: G1: Decommit memory within heap
tschatzl
parents: 25492
diff changeset
   101
  HeapWord* result = address_for_index_raw(index);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   102
  assert(result >= _reserved.start() && result < _reserved.end(),
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32598
diff changeset
   103
         "bad address from index result " PTR_FORMAT
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32598
diff changeset
   104
         " _reserved.start() " PTR_FORMAT " _reserved.end() " PTR_FORMAT,
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32598
diff changeset
   105
         p2i(result), p2i(_reserved.start()), p2i(_reserved.end()));
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   106
  return result;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   107
}
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   108
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   109
inline size_t G1BlockOffsetTablePart::block_size(const HeapWord* p) const {
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   110
  return _space->block_size(p);
25361
5146d1e12a2f 8047820: G1 Block offset table does not need to support generic Space classes
mgerdin
parents: 24424
diff changeset
   111
}
5146d1e12a2f 8047820: G1 Block offset table does not need to support generic Space classes
mgerdin
parents: 24424
diff changeset
   112
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   113
inline HeapWord* G1BlockOffsetTablePart::block_at_or_preceding(const void* addr,
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   114
                                                               bool has_max_index,
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   115
                                                               size_t max_index) const {
46286
c112671e114e 8173764: G1 BOT wrongly assumes that objects must always begin at the start of G1BlockOffsetTablePart
sjohanss
parents: 42588
diff changeset
   116
  assert(_object_can_span || _bot->offset_array(_bot->index_for(_space->bottom())) == 0,
c112671e114e 8173764: G1 BOT wrongly assumes that objects must always begin at the start of G1BlockOffsetTablePart
sjohanss
parents: 42588
diff changeset
   117
         "Object crossed region boundary, found offset %u instead of 0",
c112671e114e 8173764: G1 BOT wrongly assumes that objects must always begin at the start of G1BlockOffsetTablePart
sjohanss
parents: 42588
diff changeset
   118
         (uint) _bot->offset_array(_bot->index_for(_space->bottom())));
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   119
  size_t index = _bot->index_for(addr);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   120
  // We must make sure that the offset table entry we use is valid.  If
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   121
  // "addr" is past the end, start at the last known one and go forward.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   122
  if (has_max_index) {
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   123
    index = MIN2(index, max_index);
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   124
  }
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   125
  HeapWord* q = _bot->address_for_index(index);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   126
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   127
  uint offset = _bot->offset_array(index);  // Extend u_char to uint.
35469
17ea1b453dd5 8146694: Break out shared constants and static BOT functions.
david
parents: 35461
diff changeset
   128
  while (offset >= BOTConstants::N_words) {
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   129
    // The excess of the offset from N_words indicates a power of Base
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   130
    // to go back by.
35469
17ea1b453dd5 8146694: Break out shared constants and static BOT functions.
david
parents: 35461
diff changeset
   131
    size_t n_cards_back = BOTConstants::entry_to_cards_back(offset);
17ea1b453dd5 8146694: Break out shared constants and static BOT functions.
david
parents: 35461
diff changeset
   132
    q -= (BOTConstants::N_words * n_cards_back);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   133
    index -= n_cards_back;
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   134
    offset = _bot->offset_array(index);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   135
  }
35469
17ea1b453dd5 8146694: Break out shared constants and static BOT functions.
david
parents: 35461
diff changeset
   136
  assert(offset < BOTConstants::N_words, "offset too large");
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   137
  q -= offset;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   138
  return q;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   139
}
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   140
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   141
inline HeapWord* G1BlockOffsetTablePart::forward_to_block_containing_addr_const(HeapWord* q, HeapWord* n,
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   142
                                                                                const void* addr) const {
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   143
  if (addr >= _space->top()) return _space->top();
25361
5146d1e12a2f 8047820: G1 Block offset table does not need to support generic Space classes
mgerdin
parents: 24424
diff changeset
   144
  while (n <= addr) {
5146d1e12a2f 8047820: G1 Block offset table does not need to support generic Space classes
mgerdin
parents: 24424
diff changeset
   145
    q = n;
5146d1e12a2f 8047820: G1 Block offset table does not need to support generic Space classes
mgerdin
parents: 24424
diff changeset
   146
    oop obj = oop(q);
42588
d628ae4e12a2 8166607: G1 needs klass_or_null_acquire
kbarrett
parents: 35469
diff changeset
   147
    if (obj->klass_or_null_acquire() == NULL) {
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   148
      return q;
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   149
    }
25492
d27050bdfb04 8049421: G1 Class Unloading after completing a concurrent mark cycle
stefank
parents: 25491
diff changeset
   150
    n += block_size(q);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   151
  }
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   152
  assert(q <= n, "wrong order for q and addr");
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   153
  assert(addr < n, "wrong order for addr and n");
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   154
  return q;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   155
}
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   156
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   157
inline HeapWord* G1BlockOffsetTablePart::forward_to_block_containing_addr(HeapWord* q,
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   158
                                                                          const void* addr) {
42588
d628ae4e12a2 8166607: G1 needs klass_or_null_acquire
kbarrett
parents: 35469
diff changeset
   159
  if (oop(q)->klass_or_null_acquire() == NULL) {
35461
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   160
    return q;
1068dcb8d315 8146399: Refactor the BlockOffsetTable classes.
david
parents: 33786
diff changeset
   161
  }
25361
5146d1e12a2f 8047820: G1 Block offset table does not need to support generic Space classes
mgerdin
parents: 24424
diff changeset
   162
  HeapWord* n = q + block_size(q);
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   163
  // In the normal case, where the query "addr" is a card boundary, and the
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   164
  // offset table chunks are the same size as cards, the block starting at
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   165
  // "q" will contain addr, so the test below will fail, and we'll fall
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   166
  // through quickly.
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   167
  if (n <= addr) {
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   168
    q = forward_to_block_containing_addr_slow(q, n, addr);
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   169
  }
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   170
  assert(q <= addr, "wrong order for current and arg");
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   171
  return q;
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   172
}
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents:
diff changeset
   173
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 47216
diff changeset
   174
#endif // SHARE_GC_G1_G1BLOCKOFFSETTABLE_INLINE_HPP