--- old/src/os/solaris/vm/os_solaris.cpp 2013-01-18 11:37:31.211804000 -0800 +++ new/src/os/solaris/vm/os_solaris.cpp 2013-01-18 11:37:31.110814000 -0800 @@ -5542,6 +5542,10 @@ } } +void os::deallocate_pages() { + // Unimplemented. +} + #ifndef PRODUCT #ifdef INTERPOSE_ON_SYSTEM_SYNCH_FUNCTIONS // Turn this on if you need to trace synch operations.