From 9444d9384437a21f73caca7f5fef81fd3ebc17ff Mon Sep 17 00:00:00 2001 From: prr Date: Fri, 14 Feb 2014 10:14:11 -0800 Subject: [PATCH] 8034912: backport of 8031737 to jdk8u breaks linux buld. Reviewed-by: mchung --- src/share/native/java/net/net_util.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/share/native/java/net/net_util.h b/src/share/native/java/net/net_util.h index ab440c812..8286a853c 100644 --- a/src/share/native/java/net/net_util.h +++ b/src/share/native/java/net/net_util.h @@ -42,9 +42,6 @@ #define NET_ERROR(env, ex, msg) \ { if (!(*env)->ExceptionOccurred(env)) JNU_ThrowByName(env, ex, msg) } -#define CHECK_NULL(x) if ((x) == NULL) return; -#define CHECK_NULL_RETURN(x, y) if ((x) == NULL) return y; - /************************************************************************ * Cached field IDs * -- GitLab