RFR: Remove leftover from oopsHierarchy.hpp
Aleksey Shipilev
shade at redhat.com
Thu Oct 11 15:47:24 UTC 2018
On 10/11/2018 05:04 PM, Roman Kennke wrote:
> We used to need an include to do our thing in oopsHierarchy.hpp, but now
> we have a nice abstraction for this, so let's remove this leftover?
>
> Testing: still builds fastdebug
>
> diff --git a/src/hotspot/share/oops/oopsHierarchy.hpp
> b/src/hotspot/share/oops/oopsHierarchy.hpp
> --- a/src/hotspot/share/oops/oopsHierarchy.hpp
> +++ b/src/hotspot/share/oops/oopsHierarchy.hpp
> @@ -28,9 +28,6 @@
> #include "metaprogramming/integralConstant.hpp"
> #include "metaprogramming/primitiveConversions.hpp"
> #include "runtime/globals.hpp"
> -#if INCLUDE_SHENANDOAHGC
> -#include "gc/shenandoah/shenandoah_globals.hpp"
> -#endif
> #include "utilities/globalDefinitions.hpp"
>
> // OBJECT hierarchy
OK!
-Aleksey
More information about the shenandoah-dev
mailing list