[aarch64-port-dev ] [12] RFR(S): 8207247 AARCH64: Enable Minimal and Client VM builds
Aleksei Voitylov
aleksei.voitylov at bell-sw.com
Thu Aug 30 11:14:41 UTC 2018
Hi,
here is an updated webrev which addresses all comments:
http://cr.openjdk.java.net/~avoitylov/webrev.8207247.03/
Thanks,
-Aleksei
On 29/08/2018 19:30, Aleksei Voitylov wrote:
> I like that much better, thanks. Launched some testing and will get
> back with an updated webrev.
>
> Meanwhile, Minimal VM build got broken today by b9f6a4427da9 across
> all platforms. Testing a fix for that as well.
>
> -Aleksei
>
>
> On 29/08/2018 18:39, Andrew Haley wrote:
>> On 08/29/2018 04:34 PM, Andrew Haley wrote:
>>> I'm testing this:
>>>
>>> // Max stub size: alignment nop, ldr, br, emit_int64
>>> address stub = start_a_stub(3 *
>>> NativeInstruction::instruction_size + wordSize);
>> Sorry, that was wrong. We already have a constant:
>>
>> // Max stub size: alignment nop, TrampolineStub.
>> address stub
>> = start_a_stub(NativeInstruction::instruction_size
>> + NativeCallTrampolineStub::instruction_size);
>>
>
More information about the hotspot-dev
mailing list