src/share/native/java/net/net_util.h

Print this page
rev 9687 : * * *

*** 38,48 **** #define IPv4 1 #define IPv6 2 #define NET_ERROR(env, ex, msg) \ ! { if (!(*env)->ExceptionOccurred(env)) JNU_ThrowByName(env, ex, msg) } /************************************************************************ * Cached field IDs * * The naming convention for field IDs is --- 38,48 ---- #define IPv4 1 #define IPv6 2 #define NET_ERROR(env, ex, msg) \ ! { if (!(*env)->ExceptionOccurred(env)) JNU_ThrowByName(env, ex, msg); } /************************************************************************ * Cached field IDs * * The naming convention for field IDs is