# HG changeset patch # User stuefe # Date 1446598390 18000 # Node ID fc1eddc092e7c94bf4256181b8ebef214467fb6a # Parent 77bf4439f592df3c92596a7815ed4a2b20068f0a 8140648: Clean up remnants of fork1() from non-solaris platforms Summary: Clean up any remnants of fork1() from Non-Solaris platforms Reviewed-by: dholmes, goetz diff -r 77bf4439f592 -r fc1eddc092e7 hotspot/make/aix/makefiles/mapfile-vers-debug --- a/hotspot/make/aix/makefiles/mapfile-vers-debug Wed Nov 04 00:59:44 2015 +0300 +++ b/hotspot/make/aix/makefiles/mapfile-vers-debug Tue Nov 03 19:53:10 2015 -0500 @@ -39,7 +39,6 @@ jio_snprintf; jio_vfprintf; jio_vsnprintf; - fork1; numa_warn; numa_error; diff -r 77bf4439f592 -r fc1eddc092e7 hotspot/make/aix/makefiles/mapfile-vers-product --- a/hotspot/make/aix/makefiles/mapfile-vers-product Wed Nov 04 00:59:44 2015 +0300 +++ b/hotspot/make/aix/makefiles/mapfile-vers-product Tue Nov 03 19:53:10 2015 -0500 @@ -34,7 +34,6 @@ jio_snprintf; jio_vfprintf; jio_vsnprintf; - fork1; numa_warn; numa_error; diff -r 77bf4439f592 -r fc1eddc092e7 hotspot/make/bsd/makefiles/mapfile-vers-debug --- a/hotspot/make/bsd/makefiles/mapfile-vers-debug Wed Nov 04 00:59:44 2015 +0300 +++ b/hotspot/make/bsd/makefiles/mapfile-vers-debug Tue Nov 03 19:53:10 2015 -0500 @@ -34,7 +34,6 @@ jio_snprintf; jio_vfprintf; jio_vsnprintf; - fork1; numa_warn; numa_error; diff -r 77bf4439f592 -r fc1eddc092e7 hotspot/make/bsd/makefiles/mapfile-vers-product --- a/hotspot/make/bsd/makefiles/mapfile-vers-product Wed Nov 04 00:59:44 2015 +0300 +++ b/hotspot/make/bsd/makefiles/mapfile-vers-product Tue Nov 03 19:53:10 2015 -0500 @@ -34,7 +34,6 @@ jio_snprintf; jio_vfprintf; jio_vsnprintf; - fork1; numa_warn; numa_error; diff -r 77bf4439f592 -r fc1eddc092e7 hotspot/make/linux/makefiles/mapfile-vers-debug --- a/hotspot/make/linux/makefiles/mapfile-vers-debug Wed Nov 04 00:59:44 2015 +0300 +++ b/hotspot/make/linux/makefiles/mapfile-vers-debug Tue Nov 03 19:53:10 2015 -0500 @@ -34,7 +34,6 @@ jio_snprintf; jio_vfprintf; jio_vsnprintf; - fork1; numa_warn; numa_error; diff -r 77bf4439f592 -r fc1eddc092e7 hotspot/make/linux/makefiles/mapfile-vers-product --- a/hotspot/make/linux/makefiles/mapfile-vers-product Wed Nov 04 00:59:44 2015 +0300 +++ b/hotspot/make/linux/makefiles/mapfile-vers-product Tue Nov 03 19:53:10 2015 -0500 @@ -34,7 +34,6 @@ jio_snprintf; jio_vfprintf; jio_vsnprintf; - fork1; numa_warn; numa_error; diff -r 77bf4439f592 -r fc1eddc092e7 hotspot/src/os/linux/vm/os_linux.cpp --- a/hotspot/src/os/linux/vm/os_linux.cpp Wed Nov 04 00:59:44 2015 +0300 +++ b/hotspot/src/os/linux/vm/os_linux.cpp Tue Nov 03 19:53:10 2015 -0500 @@ -2819,7 +2819,6 @@ // 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