RFR: 8232613: Move Object.registerNatives into HotSpot

Claes Redestad claes.redestad at oracle.com
Tue Oct 22 11:05:41 UTC 2019



On 2019-10-22 12:44, Andrew Dinn wrote:
> On 22/10/2019 11:38, Claes Redestad wrote:
>> how about this:
>>
>> http://cr.openjdk.java.net/~redestad/8232613/open.01/
> Sure that works.
> 
> It's a bit more obvious now though that you are pointlessly returning a
> boolean from Method::register_native (this was also there in the
> previous version).

It was also there in the code that I moved. :-)

> 
> Why not leave it void?

I guess:

http://cr.openjdk.java.net/~redestad/8232613/open.02/

/Claes


More information about the hotspot-runtime-dev mailing list