RFR (T) 8223676: Minimal VM build failure after 8223136 (Move compressed oops functions to CompressedOops class)

David Holmes david.holmes at oracle.com
Fri May 10 07:34:55 UTC 2019


Looks good and trivial.

Thanks,
David

On 10/05/2019 4:41 pm, Aleksey Shipilev wrote:
> Bug:
>   https://bugs.openjdk.java.net/browse/JDK-8223676
> 
> Please review the trivial build fix:
> 
> diff -r 293d45e5108b src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
> --- a/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp      Fri May 10 06:31:09 2019 +0100
> +++ b/src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp      Fri May 10 08:40:18 2019 +0200
> @@ -40,4 +40,5 @@
>   #include "logging/log.hpp"
>   #include "memory/resourceArea.hpp"
> +#include "memory/universe.hpp"
>   #include "oops/compiledICHolder.hpp"
>   #include "runtime/safepointMechanism.hpp"
> 
> Testing: Linux x86_64 minimal build
> 


More information about the hotspot-dev mailing list