src/hotspot/share/gc/shared/cardTableModRefBSForCTRS.hpp
changeset 47998 fb0275c320a0
parent 47216 71c04702a3d5
child 48961 120b61d50f85
equal deleted inserted replaced
47997:55c43e677ded 47998:fb0275c320a0
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017, 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.
   137 template<>
   137 template<>
   138 struct BarrierSet::GetName<CardTableModRefBSForCTRS> {
   138 struct BarrierSet::GetName<CardTableModRefBSForCTRS> {
   139   static const BarrierSet::Name value = BarrierSet::CardTableForRS;
   139   static const BarrierSet::Name value = BarrierSet::CardTableForRS;
   140 };
   140 };
   141 
   141 
   142 #endif // include guard
   142 template<>
       
   143 struct BarrierSet::GetType<BarrierSet::CardTableForRS> {
       
   144   typedef CardTableModRefBSForCTRS type;
       
   145 };
   143 
   146 
       
   147 #endif // SHARE_VM_GC_SHARED_CARDTABLEMODREFBSFORCTRS_HPP