src/hotspot/share/gc/z/zBarrierSetAssembler.hpp
changeset 58516 d376d86b0a01
parent 50525 767cdb97f103
equal deleted inserted replaced
58515:8f849d3ec1e5 58516:d376d86b0a01
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_GC_Z_ZBARRIERSETASSEMBLER_HPP
    24 #ifndef SHARE_GC_Z_ZBARRIERSETASSEMBLER_HPP
    25 #define SHARE_GC_Z_ZBARRIERSETASSEMBLER_HPP
    25 #define SHARE_GC_Z_ZBARRIERSETASSEMBLER_HPP
    26 
    26 
    27 #include "asm/macroAssembler.hpp"
       
    28 #include "gc/shared/barrierSetAssembler.hpp"
    27 #include "gc/shared/barrierSetAssembler.hpp"
    29 #include "oops/accessDecorators.hpp"
       
    30 #include "utilities/globalDefinitions.hpp"
       
    31 #include "utilities/macros.hpp"
    28 #include "utilities/macros.hpp"
    32 
    29 
    33 class ZBarrierSetAssemblerBase : public BarrierSetAssembler {
    30 class ZBarrierSetAssemblerBase : public BarrierSetAssembler {
    34 public:
    31 public:
    35   static Address address_bad_mask_from_thread(Register thread);
    32   static Address address_bad_mask_from_thread(Register thread);