RFR: 8236242: Arm32: build broken after 8234794
Nick Gasson
nick.gasson at arm.com
Thu Dec 19 11:08:36 UTC 2019
On 19/12/2019 18:08, Andrew Haley wrote:
> On 12/19/19 9:24 AM, Nick Gasson wrote:
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8236242
>> Webrev: http://cr.openjdk.java.net/~ngasson/8236242/webrev.1/
>>
>> The two functions I added were in a #ifdef _LP64 block but they can be
>> called from MetaspaceShared on 32-bit platforms. Moved them after the
>> _LP64 block.
>>
>> Tested by building on 32/64-bit Arm and x86_64.
>
> OK.
>
Thanks, pushed here:
http://hg.openjdk.java.net/jdk/jdk/rev/aac4eebf5e92
Nick
More information about the hotspot-runtime-dev
mailing list