< prev index next >

src/hotspot/share/gc/g1/g1HRPrinter.hpp

Print this page

        

@@ -25,15 +25,14 @@
 #ifndef SHARE_VM_GC_G1_G1HRPRINTER_HPP
 #define SHARE_VM_GC_G1_G1HRPRINTER_HPP
 
 #include "gc/g1/heapRegion.hpp"
 #include "logging/log.hpp"
-#include "memory/allocation.hpp"
 
 #define SKIP_RETIRED_FULL_REGIONS 1
 
-class G1HRPrinter VALUE_OBJ_CLASS_SPEC {
+class G1HRPrinter {
 
 private:
 
   // Print an action event.
   static void print(const char* action, HeapRegion* hr) {
< prev index next >