src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp
changeset 52302 912b79d983d9
parent 49813 97984a163b55
child 52460 f1bb77833b59
equal deleted inserted replaced
52301:fbfcdc5bf694 52302:912b79d983d9
   157   // On SPARC, 0 != %hi(any real address), because there is no
   157   // On SPARC, 0 != %hi(any real address), because there is no
   158   // allocation in the first 1Kb of the virtual address space.
   158   // allocation in the first 1Kb of the virtual address space.
   159   return (char*) 0;
   159   return (char*) 0;
   160 }
   160 }
   161 
   161 
   162 void os::initialize_thread(Thread* thr) {}
       
   163 
       
   164 void os::print_context(outputStream *st, const void *context) {
   162 void os::print_context(outputStream *st, const void *context) {
   165   if (context == NULL) return;
   163   if (context == NULL) return;
   166 
   164 
   167   const ucontext_t* uc = (const ucontext_t*)context;
   165   const ucontext_t* uc = (const ucontext_t*)context;
   168   sigcontext* sc = (sigcontext*)context;
   166   sigcontext* sc = (sigcontext*)context;