RFR (XS): 8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented

David Holmes david.holmes at oracle.com
Fri Dec 5 01:11:46 UTC 2014


Hi Tatiana,

On 5/12/2014 12:30 AM, Tatiana Pivovarova wrote:
> Hi all,
>
> please review this small patch
>
> bugid: https://bugs.openjdk.java.net/browse/JDK-8065134
> webrev: http://cr.openjdk.java.net/~iignatyev/tpivovarova/8065134/webrev.00
>
> Problem:
> Need WhiteBox::allocateCodeBlob(long, int), currently only
> WhiteBox::allocateCodeBlob(int, int) exist.
>
> Solution:
> Just change function signature WhiteBox::allocateCodeBlob(int, int) ->
> WhiteBox::allocateCodeBlob(long, int)

But this gets truncated to an int again:

CodeBlob* WhiteBox::allocate_code_blob(int size, int blob_type)

David

> Test: jprt
>
> Thanks,
> Tatiana


More information about the hotspot-dev mailing list