comparison src/os/solaris/vm/os_solaris.cpp @ 2094:5a1e52a439fa

Merge
author twisti
date Fri, 07 Jan 2011 03:41:07 -0800
parents 1e637defdda6 c04052fd6ae1
children 84f36150fcc3
comparison
equal deleted inserted replaced
2075:06e4b9c9db76 2094:5a1e52a439fa
3088 char buf[256]; 3088 char buf[256];
3089 buf[0] = '\0'; 3089 buf[0] = '\0';
3090 if (addr == NULL) { 3090 if (addr == NULL) {
3091 jio_snprintf(buf, sizeof(buf), ": %s", strerror(err)); 3091 jio_snprintf(buf, sizeof(buf), ": %s", strerror(err));
3092 } 3092 }
3093 warning("attempt_reserve_memory_at: couldn't reserve %d bytes at " 3093 warning("attempt_reserve_memory_at: couldn't reserve " SIZE_FORMAT " bytes at "
3094 PTR_FORMAT ": reserve_memory_helper returned " PTR_FORMAT 3094 PTR_FORMAT ": reserve_memory_helper returned " PTR_FORMAT
3095 "%s", bytes, requested_addr, addr, buf); 3095 "%s", bytes, requested_addr, addr, buf);
3096 } 3096 }
3097 3097
3098 // Address hint method didn't work. Fall back to the old method. 3098 // Address hint method didn't work. Fall back to the old method.