RFR(S) 8236251: ARM32: build failure after JDK-8234794

Nick Gasson nick.gasson at arm.com
Thu Dec 19 11:57:23 UTC 2019


Hi Boris,

On 19/12/2019 19:28, Boris Ulasevich wrote:
> Hi,
> 
> The Metaspace::reserve_space function implementation was put inside LP64
> conditional block, but it is used in generic code, so it leads to 32-bit
> platforms build failure. With the fix I move the implementation out of
> #ifdef block.

I did the same fix here:

http://hg.openjdk.java.net/jdk/jdk/rev/aac4eebf5e92

Thanks,
Nick


More information about the hotspot-runtime-dev mailing list