src/hotspot/cpu/aarch64/gc/shared/barrierSetAssembler_aarch64.hpp
author smonteith
Wed, 22 May 2019 06:29:08 -0400
changeset 54979 f982c1a6582c
parent 51350 57565f7dcb2a
permissions -rw-r--r--
8224187: Refactor arraycopy_prologue to allow ZGC read barriers on arraycopy Reviewed-by: eosterlund
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49484
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     1
/*
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     2
 * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     4
 *
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     7
 * published by the Free Software Foundation.
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     8
 *
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    13
 * accompanied this code).
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    14
 *
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    18
 *
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    21
 * questions.
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    22
 *
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    23
 */
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    24
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    25
#ifndef CPU_AARCH64_GC_SHARED_BARRIERSETASSEMBLER_AARCH64_HPP
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    26
#define CPU_AARCH64_GC_SHARED_BARRIERSETASSEMBLER_AARCH64_HPP
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    27
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    28
#include "asm/macroAssembler.hpp"
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    29
#include "memory/allocation.hpp"
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    30
#include "oops/access.hpp"
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    31
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    32
class BarrierSetAssembler: public CHeapObj<mtGC> {
50693
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    33
private:
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    34
  void incr_allocated_bytes(MacroAssembler* masm,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    35
                            Register var_size_in_bytes, int con_size_in_bytes,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    36
                            Register t1 = noreg);
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    37
49484
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    38
public:
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    39
  virtual void arraycopy_prologue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop,
54979
f982c1a6582c 8224187: Refactor arraycopy_prologue to allow ZGC read barriers on arraycopy
smonteith
parents: 51350
diff changeset
    40
                                  Register src, Register dst, Register count, RegSet saved_regs) {}
49484
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    41
  virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop,
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    42
                                  Register start, Register end, Register tmp, RegSet saved_regs) {}
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49484
diff changeset
    43
  virtual void load_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49484
diff changeset
    44
                       Register dst, Address src, Register tmp1, Register tmp_thread);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49484
diff changeset
    45
  virtual void store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49484
diff changeset
    46
                        Address dst, Register val, Register tmp1, Register tmp2);
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49484
diff changeset
    47
50536
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 49929
diff changeset
    48
  virtual void obj_equals(MacroAssembler* masm,
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 49929
diff changeset
    49
                          Register obj1, Register obj2);
8434981a4137 8203157: Object equals abstraction for BarrierSetAssembler
rkennke
parents: 49929
diff changeset
    50
51350
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50693
diff changeset
    51
  virtual void resolve(MacroAssembler* masm, DecoratorSet decorators, Register obj) {
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50693
diff changeset
    52
    // Default implementation does not need to do anything.
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50693
diff changeset
    53
  }
57565f7dcb2a 8205523: Explicit barriers for interpreter
rkennke
parents: 50693
diff changeset
    54
49929
f38329fe8055 8202381: (Solaris) SIGBUS in # V [libjvm.so+0xcee494] jni_GetIntField+0x224
eosterlund
parents: 49898
diff changeset
    55
  virtual void try_resolve_jobject_in_native(MacroAssembler* masm, Register jni_env,
f38329fe8055 8202381: (Solaris) SIGBUS in # V [libjvm.so+0xcee494] jni_GetIntField+0x224
eosterlund
parents: 49898
diff changeset
    56
                                             Register obj, Register tmp, Label& slowpath);
49898
4745598b307f 8200235: Generalize jniFastGetField jobject/jweak resolve
eosterlund
parents: 49748
diff changeset
    57
50693
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    58
  virtual void tlab_allocate(MacroAssembler* masm,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    59
    Register obj,                      // result: pointer to object after successful allocation
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    60
    Register var_size_in_bytes,        // object size in bytes if unknown at compile time; invalid otherwise
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    61
    int      con_size_in_bytes,        // object size in bytes if   known at compile time
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    62
    Register t1,                       // temp register
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    63
    Register t2,                       // temp register
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    64
    Label&   slow_case                 // continuation point if fast allocation fails
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    65
  );
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    66
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    67
  void eden_allocate(MacroAssembler* masm,
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    68
    Register obj,                      // result: pointer to object after successful allocation
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    69
    Register var_size_in_bytes,        // object size in bytes if unknown at compile time; invalid otherwise
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    70
    int      con_size_in_bytes,        // object size in bytes if   known at compile time
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    71
    Register t1,                       // temp register
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    72
    Label&   slow_case                 // continuation point if fast allocation fails
db0a17475826 8205336: Modularize allocations in assembler
rkennke
parents: 50536
diff changeset
    73
  );
49748
6a880e576856 8199417: Modularize interpreter GC barriers
eosterlund
parents: 49484
diff changeset
    74
  virtual void barrier_stubs_init() {}
49484
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    75
};
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    76
ee8fa73b90f9 8198949: Modularize arraycopy stub routine GC barriers
eosterlund
parents:
diff changeset
    77
#endif // CPU_AARCH64_GC_SHARED_BARRIERSETASSEMBLER_AARCH64_HPP