< prev index next >

src/share/vm/gc/shared/collectorPolicy.hpp

Print this page
rev 12906 : [mq]: gc_interface

@@ -23,11 +23,10 @@
  */
 
 #ifndef SHARE_VM_GC_SHARED_COLLECTORPOLICY_HPP
 #define SHARE_VM_GC_SHARED_COLLECTORPOLICY_HPP
 
-#include "gc/shared/barrierSet.hpp"
 #include "gc/shared/cardTableRS.hpp"
 #include "gc/shared/generationSpec.hpp"
 #include "memory/allocation.hpp"
 #include "utilities/macros.hpp"
 

@@ -131,13 +130,10 @@
   bool is_concurrent_mark_sweep_policy() { return as_concurrent_mark_sweep_policy() != NULL; }
 #else  // INCLUDE_ALL_GCS
   bool is_concurrent_mark_sweep_policy() { return false; }
 #endif // INCLUDE_ALL_GCS
 
-
-  virtual CardTableRS* create_rem_set(MemRegion reserved);
-
   MetaWord* satisfy_failed_metadata_allocation(ClassLoaderData* loader_data,
                                                size_t size,
                                                Metaspace::MetadataType mdtype);
 };
 
< prev index next >