hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp
changeset 13859 7fe4578493fc
parent 11961 0abd4cd26e5a
child 13932 b8d718f01df4
equal deleted inserted replaced
13856:bb11e2aa5265 13859:7fe4578493fc
   101   // This is the value for x86; works pretty well for PPC too.
   101   // This is the value for x86; works pretty well for PPC too.
   102   return (char *) -1;
   102   return (char *) -1;
   103 #endif // SPARC
   103 #endif // SPARC
   104 }
   104 }
   105 
   105 
   106 void os::initialize_thread() {
   106 void os::initialize_thread(Thread* thr) {
   107   // Nothing to do.
   107   // Nothing to do.
   108 }
   108 }
   109 
   109 
   110 address os::Bsd::ucontext_get_pc(ucontext_t* uc) {
   110 address os::Bsd::ucontext_get_pc(ucontext_t* uc) {
   111   ShouldNotCallThis();
   111   ShouldNotCallThis();