6348631 - request for review (updated)

coleen phillimore coleen.phillimore at oracle.com
Tue Nov 30 10:28:53 PST 2010


Ivan,
This looks good to me.  I have some concerns with the inlined socket 
functions in:

http://cr.openjdk.java.net/~ikrylov/6348631.v3/src/os/linux/vm/os_linux.inline.hpp.cdiff.html

as it causes the .hpp file to import linux system specific hpp files 
which might cause namespace issues down the line.  I'd rather these 
sorts of includes be in a .cpp file.  I don't know if they were inlined 
for performance reasons though, but it seems unlikely to have any benefit.

Everything else looks great - I like how it removes the #include hpi.hpp 
in files that don't even use hpi.

Thanks,
Coleen

On 11/30/10 06:54, Ivan Krylov wrote:
>
> In light of the changes related to the includeDB fix and a few 
> comments on the previous webrev I am sending a new
> request for review
> Webrev: http://cr.openjdk.java.net/~ikrylov/6348631.v3/
>
> On 18.11.2010 10:07, Ivan Krylov wrote:
>> With this fix we are removing the use of the HPI (Host Portable 
>> interface) library from jvm.
>>
>> Webrev: http://cr.openjdk.java.net/~ikrylov/6348631/
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20101130/8f2ba49a/attachment.html 


More information about the hotspot-dev mailing list