The fix for bug 8075484 has brought a new function "NET_GetCurrentTime" into libnet which is doing basically the same as the hotspot call JVM_CurrentTimeMillis. The latter one is already used at various places throughout libnet.
Libnet coding should be updated to only use one version of this function.
Libnet coding should be updated to only use one version of this function.
- duplicates
-
JDK-8179905 Remove the use of gettimeofday in Networking code
- Resolved