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