< prev index next >

src/hotspot/share/gc/shared/vmStructs_gc.hpp

Print this page




   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #ifndef SHARE_GC_SHARED_VMSTRUCTS_GC_HPP
  26 #define SHARE_GC_SHARED_VMSTRUCTS_GC_HPP
  27 

  28 #include "gc/shared/cardGeneration.hpp"
  29 #include "gc/shared/cardTableRS.hpp"
  30 #include "gc/shared/collectedHeap.hpp"
  31 #include "gc/shared/genCollectedHeap.hpp"
  32 #include "gc/shared/generation.hpp"
  33 #include "gc/shared/generationSpec.hpp"
  34 #include "gc/shared/oopStorage.hpp"
  35 #include "gc/shared/space.hpp"
  36 #include "gc/serial/defNewGeneration.hpp"
  37 #include "gc/serial/vmStructs_serial.hpp"
  38 #if INCLUDE_ALL_GCS
  39 #include "gc/cms/vmStructs_cms.hpp"
  40 #include "gc/g1/vmStructs_g1.hpp"
  41 #include "gc/parallel/vmStructs_parallelgc.hpp"
  42 #endif
  43 
  44 #define VM_STRUCTS_GC(nonstatic_field,                                                                                               \
  45                       volatile_nonstatic_field,                                                                                      \
  46                       static_field,                                                                                                  \
  47                       unchecked_nonstatic_field)                                                                                     \




   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #ifndef SHARE_GC_SHARED_VMSTRUCTS_GC_HPP
  26 #define SHARE_GC_SHARED_VMSTRUCTS_GC_HPP
  27 
  28 #include "gc/shared/ageTable.hpp"
  29 #include "gc/shared/cardGeneration.hpp"
  30 #include "gc/shared/cardTableRS.hpp"
  31 #include "gc/shared/collectedHeap.hpp"
  32 #include "gc/shared/genCollectedHeap.hpp"
  33 #include "gc/shared/generation.hpp"
  34 #include "gc/shared/generationSpec.hpp"
  35 #include "gc/shared/oopStorage.hpp"
  36 #include "gc/shared/space.hpp"
  37 #include "gc/serial/defNewGeneration.hpp"
  38 #include "gc/serial/vmStructs_serial.hpp"
  39 #if INCLUDE_ALL_GCS
  40 #include "gc/cms/vmStructs_cms.hpp"
  41 #include "gc/g1/vmStructs_g1.hpp"
  42 #include "gc/parallel/vmStructs_parallelgc.hpp"
  43 #endif
  44 
  45 #define VM_STRUCTS_GC(nonstatic_field,                                                                                               \
  46                       volatile_nonstatic_field,                                                                                      \
  47                       static_field,                                                                                                  \
  48                       unchecked_nonstatic_field)                                                                                     \


< prev index next >