[14] RFR (XS) 8236936: x86_32 Minimal VM build failure after JDK-8230765

Zhengyu Gu zgu at redhat.com
Sat Jan 11 15:13:23 UTC 2020


Looks good to me.

Thanks for fixing it.

-Zhengyu

On 1/10/20 10:57 AM, Aleksey Shipilev wrote:
> Bug:
>    https://bugs.openjdk.java.net/browse/JDK-8236936
> 
> Need explicit #include for new uses.
> 
> Fix:
> 
> diff -r 0da81bf438fe src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp
> --- a/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp      Fri Jan 10 16:51:44 2020 +0100
> +++ b/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp      Fri Jan 10 16:57:16 2020 +0100
> @@ -31,4 +31,6 @@
>   #include "code/vtableStubs.hpp"
>   #include "gc/shared/gcLocker.hpp"
> +#include "gc/shared/barrierSet.hpp"
> +#include "gc/shared/barrierSetAssembler.hpp"
>   #include "interpreter/interpreter.hpp"
>   #include "logging/log.hpp"
> 
> Testing: x86_32 Minimal build
> 



More information about the hotspot-runtime-dev mailing list