RFR (XS) 8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
Aleksey Shipilev
shade at redhat.com
Tue Sep 4 11:21:55 UTC 2018
Thanks, pushed.
-Aleksey
On 09/04/2018 01:09 PM, Tobias Hartmann wrote:
> Hi Aleksey,
>
> looks good to me and can be considered trivial.
>
> Best regards,
> Tobias
>
>
> On 04.09.2018 12:33, Aleksey Shipilev wrote:
>> Bug:
>> https://bugs.openjdk.java.net/browse/JDK-8210357
>>
>> Seems like VtableStub::pd_code_size_limit is gone, and should be purged from Zero too.
>>
>> Fix:
>>
>> diff -r bc76fd44b029 src/hotspot/cpu/zero/vtableStubs_zero.cpp
>> --- a/src/hotspot/cpu/zero/vtableStubs_zero.cpp Tue Sep 04 12:28:12 2018 +0200
>> +++ b/src/hotspot/cpu/zero/vtableStubs_zero.cpp Tue Sep 04 12:30:21 2018 +0200
>> @@ -37,11 +37,6 @@
>> return NULL;
>> }
>>
>> -int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
>> - ShouldNotCallThis();
>> - return 0;
>> -}
>> -
>> int VtableStub::pd_code_alignment() {
>> ShouldNotCallThis();
>> return 0;
>>
>>
>> Testing: Linux x86_64 zero build
>>
>> Thanks,
>> -Aleksey
>>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20180904/b3c8eae4/signature.asc>
More information about the hotspot-compiler-dev
mailing list