src/os/solaris/vm/os_solaris.cpp

changeset 2403
c04052fd6ae1
parent 2322
828eafbd85cc
child 2417
5a1e52a439fa
equal deleted inserted replaced
2402:cccd1b172b85 2403:c04052fd6ae1
3063 char buf[256]; 3063 char buf[256];
3064 buf[0] = '\0'; 3064 buf[0] = '\0';
3065 if (addr == NULL) { 3065 if (addr == NULL) {
3066 jio_snprintf(buf, sizeof(buf), ": %s", strerror(err)); 3066 jio_snprintf(buf, sizeof(buf), ": %s", strerror(err));
3067 } 3067 }
3068 warning("attempt_reserve_memory_at: couldn't reserve %d bytes at " 3068 warning("attempt_reserve_memory_at: couldn't reserve " SIZE_FORMAT " bytes at "
3069 PTR_FORMAT ": reserve_memory_helper returned " PTR_FORMAT 3069 PTR_FORMAT ": reserve_memory_helper returned " PTR_FORMAT
3070 "%s", bytes, requested_addr, addr, buf); 3070 "%s", bytes, requested_addr, addr, buf);
3071 } 3071 }
3072 3072
3073 // Address hint method didn't work. Fall back to the old method. 3073 // Address hint method didn't work. Fall back to the old method.

mercurial