src/hotspot/share/gc/shenandoah/shenandoahMarkingContext.hpp
changeset 53792 6fb43030a1b4
parent 53244 9807daeb47c4
--- a/src/hotspot/share/gc/shenandoah/shenandoahMarkingContext.hpp	Mon Feb 18 09:31:07 2019 -0800
+++ b/src/hotspot/share/gc/shenandoah/shenandoahMarkingContext.hpp	Mon Feb 18 16:34:46 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018, Red Hat, Inc. All rights reserved.
+ * Copyright (c) 2018, 2019, Red Hat, Inc. All rights reserved.
  *
  * 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
@@ -29,8 +29,6 @@
 #include "memory/memRegion.hpp"
 #include "oops/oopsHierarchy.hpp"
 
-class HeapWord;
-
 /**
  * Encapsulate a marking bitmap with the top-at-mark-start and top-bitmaps array.
  */