src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp
changeset 52302 912b79d983d9
parent 49449 ef5d5d343e2a
child 52460 f1bb77833b59
equal deleted inserted replaced
52301:fbfcdc5bf694 52302:912b79d983d9
    92   return (char *) 0;
    92   return (char *) 0;
    93 #else
    93 #else
    94   // This is the value for x86; works pretty well for PPC too.
    94   // This is the value for x86; works pretty well for PPC too.
    95   return (char *) -1;
    95   return (char *) -1;
    96 #endif // SPARC
    96 #endif // SPARC
    97 }
       
    98 
       
    99 void os::initialize_thread(Thread * thr){
       
   100   // Nothing to do.
       
   101 }
    97 }
   102 
    98 
   103 address os::Linux::ucontext_get_pc(const ucontext_t* uc) {
    99 address os::Linux::ucontext_get_pc(const ucontext_t* uc) {
   104   ShouldNotCallThis();
   100   ShouldNotCallThis();
   105   return NULL; // silence compile warnings
   101   return NULL; // silence compile warnings