8140648: Clean up remnants of fork1() from non-solaris platforms
Clean up any remnants of fork1() from Non-Solaris platforms Reviewed-by: dholmes, goetz
This commit is contained in:
parent
df5a5904ce
commit
9adaaa0c96
hotspot
make
aix/makefiles
bsd/makefiles
linux/makefiles
src/os/linux/vm
@ -39,7 +39,6 @@ SUNWprivate_1.1 {
|
||||
jio_snprintf;
|
||||
jio_vfprintf;
|
||||
jio_vsnprintf;
|
||||
fork1;
|
||||
numa_warn;
|
||||
numa_error;
|
||||
|
||||
|
@ -34,7 +34,6 @@ SUNWprivate_1.1 {
|
||||
jio_snprintf;
|
||||
jio_vfprintf;
|
||||
jio_vsnprintf;
|
||||
fork1;
|
||||
numa_warn;
|
||||
numa_error;
|
||||
|
||||
|
@ -34,7 +34,6 @@ SUNWprivate_1.1 {
|
||||
jio_snprintf;
|
||||
jio_vfprintf;
|
||||
jio_vsnprintf;
|
||||
fork1;
|
||||
numa_warn;
|
||||
numa_error;
|
||||
|
||||
|
@ -34,7 +34,6 @@ SUNWprivate_1.1 {
|
||||
jio_snprintf;
|
||||
jio_vfprintf;
|
||||
jio_vsnprintf;
|
||||
fork1;
|
||||
numa_warn;
|
||||
numa_error;
|
||||
|
||||
|
@ -34,7 +34,6 @@ SUNWprivate_1.1 {
|
||||
jio_snprintf;
|
||||
jio_vfprintf;
|
||||
jio_vsnprintf;
|
||||
fork1;
|
||||
numa_warn;
|
||||
numa_error;
|
||||
|
||||
|
@ -34,7 +34,6 @@ SUNWprivate_1.1 {
|
||||
jio_snprintf;
|
||||
jio_vfprintf;
|
||||
jio_vsnprintf;
|
||||
fork1;
|
||||
numa_warn;
|
||||
numa_error;
|
||||
|
||||
|
@ -2819,7 +2819,6 @@ int os::Linux::sched_getcpu_syscall(void) {
|
||||
// Something to do with the numa-aware allocator needs these symbols
|
||||
extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { }
|
||||
extern "C" JNIEXPORT void numa_error(char *where) { }
|
||||
extern "C" JNIEXPORT int fork1() { return fork(); }
|
||||
|
||||
|
||||
// If we are running with libnuma version > 2, then we should
|
||||
|
Loading…
x
Reference in New Issue
Block a user