-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b18
The defaultIndex field in NetworkInterface appears to be unused.
It's actively looked up during Java_java_net_NetworkInterface_init in unix/../NetworkInterface.c, but the field ID is never used.
(Should remaining native-only fields in NetworkInterface be @Native annotated?)
It's actively looked up during Java_java_net_NetworkInterface_init in unix/../NetworkInterface.c, but the field ID is never used.
(Should remaining native-only fields in NetworkInterface be @Native annotated?)