src/share/vm/runtime/os.hpp

Print this page
rev 6280 : [mq]: osx-clock

*** 46,55 **** --- 46,56 ---- # include <setjmp.h> #endif #ifdef TARGET_OS_FAMILY_bsd # include "jvm_bsd.h" # include <setjmp.h> + # include <mach/mach_time.h> #endif class AgentLibrary; // os defines the interface to operating system; this includes traditional