jdk/src/windows/native/java/net/Inet6AddressImpl.c
changeset 13245 7ab3ef5b9520
parent 9050 26c2c1de1631
child 14342 8435a30053c1
--- a/jdk/src/windows/native/java/net/Inet6AddressImpl.c	Thu Jul 05 15:13:45 2012 -0700
+++ b/jdk/src/windows/native/java/net/Inet6AddressImpl.c	Fri Jul 06 10:36:19 2012 +0800
@@ -197,7 +197,7 @@
                 struct addrinfo *next
                     = (struct addrinfo*) malloc(sizeof(struct addrinfo));
                 if (!next) {
-                    JNU_ThrowOutOfMemoryError(env, "heap allocation failed");
+                    JNU_ThrowOutOfMemoryError(env, "Native heap allocation failed");
                     ret = NULL;
                     goto cleanupAndReturn;
                 }