RFR(S) 8236251: ARM32: build failure after JDK-8234794
Boris Ulasevich
boris.ulasevich at bell-sw.com
Thu Dec 19 12:18:51 UTC 2019
Hi Nick,
I see. Ok.
On 19.12.2019 14:57, Nick Gasson wrote:
> 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