afu8u/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel
Lana Steuck 03b4e5d3ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
..
lib 8020552: [launcher] changes to support removal of Solaris 32-bit distribution 2013-09-27 16:29:44 -07:00
CloseTest.java
ClosedStreams.java
EchoService.java
EchoTest.java
Launcher.c
Launcher.java 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 2013-12-26 12:04:16 -08:00
Makefile 8020552: [launcher] changes to support removal of Solaris 32-bit distribution 2013-09-27 16:29:44 -07:00
NullTest.java
README
StateTest.java
StateTestService.java
Util.java
java.policy.fail
java.policy.pass
run_tests.sh 8020552: [launcher] changes to support removal of Solaris 32-bit distribution 2013-09-27 16:29:44 -07:00

README

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