jdk/src/solaris/native/java/net/NetworkInterface.c
changeset 13245 7ab3ef5b9520
parent 12047 320a714614e9
child 13564 3571e232ab03
--- a/jdk/src/solaris/native/java/net/NetworkInterface.c	Thu Jul 05 15:13:45 2012 -0700
+++ b/jdk/src/solaris/native/java/net/NetworkInterface.c	Fri Jul 06 10:36:19 2012 +0800
@@ -804,7 +804,7 @@
        do{ \
         _pointer = (_type)malloc( _size ); \
         if (_pointer == NULL) { \
-            JNU_ThrowOutOfMemoryError(env, "heap allocation failed"); \
+            JNU_ThrowOutOfMemoryError(env, "Native heap allocation failed"); \
             return ifs; /* return untouched list */ \
         } \
        } while(0)