hotspot/src/os/linux/vm/os_linux.cpp
changeset 33756 fc1eddc092e7
parent 33732 2a47b89db4ec
child 33794 41ef3dc95179
equal deleted inserted replaced
33755:77bf4439f592 33756:fc1eddc092e7
  2817 }
  2817 }
  2818 
  2818 
  2819 // Something to do with the numa-aware allocator needs these symbols
  2819 // Something to do with the numa-aware allocator needs these symbols
  2820 extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { }
  2820 extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { }
  2821 extern "C" JNIEXPORT void numa_error(char *where) { }
  2821 extern "C" JNIEXPORT void numa_error(char *where) { }
  2822 extern "C" JNIEXPORT int fork1() { return fork(); }
       
  2823 
  2822 
  2824 
  2823 
  2825 // If we are running with libnuma version > 2, then we should
  2824 // If we are running with libnuma version > 2, then we should
  2826 // be trying to use symbols with versions 1.1
  2825 // be trying to use symbols with versions 1.1
  2827 // If we are running with earlier version, which did not have symbol versions,
  2826 // If we are running with earlier version, which did not have symbol versions,