< prev index next >

src/share/vm/gc_implementation/shenandoah/vmStructs_shenandoah.hpp

Print this page
rev 10512 : [backport] Fixed SA due to code refactoring and merging

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2017, Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2018, Red Hat, Inc. and/or its affiliates.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.
  *

@@ -23,11 +23,10 @@
 #ifndef SHARE_VM_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
 #define SHARE_VM_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
 
 #include "gc_implementation/shenandoah/shenandoahHeap.hpp"
 #include "gc_implementation/shenandoah/shenandoahHeapRegion.hpp"
-#include "gc_implementation/shenandoah/shenandoahHeapRegionSet.hpp"
 #include "gc_implementation/shenandoah/shenandoahMonitoringSupport.hpp"
 
 #define VM_STRUCTS_SHENANDOAH(nonstatic_field, volatile_nonstatic_field, static_field)  \
   static_field(ShenandoahHeapRegion, RegionSizeBytes,        size_t)                    \
   nonstatic_field(ShenandoahHeap, _num_regions,              size_t)                    \

@@ -52,11 +51,10 @@
 #define VM_TYPES_SHENANDOAH(declare_type,                                     \
                             declare_toplevel_type,                            \
                             declare_integer_type)                             \
   declare_type(ShenandoahHeap, CollectedHeap)                                 \
   declare_type(ShenandoahHeapRegion, ContiguousSpace)                         \
-  declare_toplevel_type(ShenandoahHeapRegionSet)                              \
   declare_toplevel_type(ShenandoahHeap*)                                      \
   declare_toplevel_type(ShenandoahHeapRegion*)                                \
   declare_integer_type(ShenandoahHeapRegion::RegionState)                     \
 
 #endif // SHARE_VM_GC_SHENANDOAH_VMSTRUCTS_SHENANDOAH_HPP
< prev index next >