src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp
changeset 52302 912b79d983d9
parent 49449 ef5d5d343e2a
child 52460 f1bb77833b59
equal deleted inserted replaced
52301:fbfcdc5bf694 52302:912b79d983d9
    98   // This is the value for x86; works pretty well for PPC too.
    98   // This is the value for x86; works pretty well for PPC too.
    99   return (char *) -1;
    99   return (char *) -1;
   100 #endif // SPARC
   100 #endif // SPARC
   101 }
   101 }
   102 
   102 
   103 void os::initialize_thread(Thread* thr) {
       
   104   // Nothing to do.
       
   105 }
       
   106 
       
   107 address os::Bsd::ucontext_get_pc(const ucontext_t* uc) {
   103 address os::Bsd::ucontext_get_pc(const ucontext_t* uc) {
   108   ShouldNotCallThis();
   104   ShouldNotCallThis();
   109   return NULL;
   105   return NULL;
   110 }
   106 }
   111 
   107