< prev index next >

src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp

Print this page
rev 52189 : [mq]: tinit

*** 94,107 **** // This is the value for x86; works pretty well for PPC too. return (char *) -1; #endif // SPARC } - void os::initialize_thread(Thread * thr){ - // Nothing to do. - } - address os::Linux::ucontext_get_pc(const ucontext_t* uc) { ShouldNotCallThis(); return NULL; // silence compile warnings } --- 94,103 ----
< prev index next >