[ https://issues.apache.org/jira/browse/HARMONY-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ray Chen updated HARMONY-6369:
------------------------------
Attachment: Harmony-6369.diff
This patch replace the code with portlib call instead of its own implementation.
Any comments?
> [java6][classlib][luni]Get network interface information failed on AIX, netif.c does
NOT use portlib code as trunk
> ------------------------------------------------------------------------------------------------------------------
>
> Key: HARMONY-6369
> URL: https://issues.apache.org/jira/browse/HARMONY-6369
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Environment: AIX
> Reporter: Ray Chen
> Attachments: Harmony-6369.diff
>
>
> Hi All,
> On AIX, failed to get the network interface information (name, IP, mac and so on) correctly.
> The java code actually invoke the native code in netif.c.
> I notice that in harmony truck, in netif.c Java_java_net_NetworkInterface_getNetworkInterfacesImpl()
simply invoke the portlib API hysock_get_network_interfaces() to get network interface infomation.
> But in java6 branch according to JIRA 4155, netif.c was modified and added some API for
java6.
> The question is why in java6 branch, netif.c has its own implementation to get the network
interface information instead of invoking the portlib code?
> I think it should invoke the portlib to make the similar code in only one place.
> Any comments?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|