On 28/08/2014 16:22, Volker Simonis wrote:
:
PS: I would also like to do some further cleanup in
NetworkingLibraries.gmk in a follow-up change. I think now that we
have all the corresponding directories in place we could rename
{solaris,linux,bsd}_close.c to just close.c and move them to
$(JDK_TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/native/libnet. We
could than get rid of the platform dependent LIBNET_EXCLUDE_FILES in
NetworkingLibraries.gmk. What's your opinion?
Yes, the goal is to eventually move any sources in src/$MODULE/unix that
are specific to Solaris, Linux, AIX, .. to the appropriate
src/$MODULE/$OS directory. Some of this was done to test out the new
layout, the rest was left to the various areas to work on over time.
-Alan