RFR (XS/T) 8248634: Shenandoah: incorrect include in shenandoahInitLogger.cpp
Zhengyu Gu
zgu at redhat.com
Wed Jul 1 17:08:38 UTC 2020
Looks good.
-Zhengyu
On 7/1/20 9:59 AM, Aleksey Shipilev wrote:
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8248634
>
> diff -r f42f4771b5d1 src/hotspot/share/gc/shenandoah/shenandoahInitLogger.cpp
> --- a/src/hotspot/share/gc/shenandoah/shenandoahInitLogger.cpp Wed Jul 01 15:53:23 2020 +0200
> +++ b/src/hotspot/share/gc/shenandoah/shenandoahInitLogger.cpp Wed Jul 01 15:56:53 2020 +0200
> @@ -24,5 +24,5 @@
>
> #include "precompiled.hpp"
> -#include "gc/shenandoah/shenandoahHeap.hpp"
> +#include "gc/shenandoah/shenandoahHeap.inline.hpp"
> #include "gc/shenandoah/shenandoahHeapRegion.hpp"
> #include "gc/shenandoah/shenandoahInitLogger.hpp"
>
> Testing: builds
>
More information about the hotspot-gc-dev
mailing list