jdk-24/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel
2013-03-14 16:59:06 +00:00
..
lib Initial load 2007-12-01 00:00:00 +00:00
ClosedStreams.java 6962318: Update copyright year 2010-12-28 15:53:50 -08:00
CloseTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
EchoService.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
EchoTest.java 6962318: Update copyright year 2010-12-28 15:53:50 -08:00
java.policy.fail Initial load 2007-12-01 00:00:00 +00:00
java.policy.pass Initial load 2007-12-01 00:00:00 +00:00
Launcher.c Initial load 2007-12-01 00:00:00 +00:00
Launcher.java 7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1) 2013-03-14 16:59:06 +00:00
Makefile Initial load 2007-12-01 00:00:00 +00:00
NullTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
README Initial load 2007-12-01 00:00:00 +00:00
run_tests.sh 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StateTest.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StateTestService.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Util.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00

The unit tests in this directory depend on a native launcher library
(libLauncher.so). This native library is built off-line and the
resulting libLauncher.so for each processor/OS combination is checked
into the workspace. The reason for this is because the test environment
may not have the required compilers/build environment.

In order to rebuild libLauncher.so the following is required :-

1. Check-out each of the shared libraries (sccs edit)

2. Edit Launcher.c with the appropriate changes

3. Execute the make script (gnumake all) on each processor/OS so
that the appropriate lib/<platform>/libLauncher.so is built.

4. Test the changes

5. Check-in each of the shared library (sccs delget)


For step 4 (re-building libLauncher.so) the following environment is required:

(a) JAVA_HOME needs to be set to J2SE directory, eg:-
	export JAVA_HOME=/usr/local/java/jdk1.5/solaris-sparc

(b) For Solaris the SOS8 'cc' needs to be on the PATH, check using:
	# cc -V
	cc: Sun C 5.5 2003/03/12

(c) Execute the make script :-
	Solaris:	gnumake all
	Linux:		gmake all