changeset 9203:d127560ad6ff

8034912: backport of 8031737 to jdk8u breaks linux buld. Reviewed-by: mchung
author prr
date Fri, 14 Feb 2014 10:14:11 -0800
parents acf72ae6145d
children 986500b85859
files src/share/native/java/net/net_util.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/native/java/net/net_util.h	Wed Feb 12 11:36:38 2014 -0800
+++ b/src/share/native/java/net/net_util.h	Fri Feb 14 10:14:11 2014 -0800
@@ -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
  *