< prev index next >

src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp

Print this page
rev 52189 : [mq]: tinit

*** 157,168 **** // On SPARC, 0 != %hi(any real address), because there is no // allocation in the first 1Kb of the virtual address space. return (char*) 0; } - void os::initialize_thread(Thread* thr) {} - void os::print_context(outputStream *st, const void *context) { if (context == NULL) return; const ucontext_t* uc = (const ucontext_t*)context; sigcontext* sc = (sigcontext*)context; --- 157,166 ----
< prev index next >