< prev index next >

src/share/vm/runtime/os.hpp

Print this page

        

*** 36,45 **** --- 36,46 ---- #ifdef __APPLE__ # include <mach/mach_time.h> #endif class AgentLibrary; + class frame; // os defines the interface to operating system; this includes traditional // OS services (time, I/O) as well as other functionality with system- // dependent code.
< prev index next >