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

Ioi Lam ioi.lam at oracle.com
Sat Jan 11 07:29:44 UTC 2020


Looks good to me.

Thanks
- Ioi

On 1/10/20 7: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