The is a comprehensive example of how to write a profiling agent
that works with the JDK 1.2 virtual machine implementation.

The src subdirectory contains the files needed to build the JDK 1.2
HPROF support on Win32 and Solaris. HPROF is a sample profiling
agent shipped with JDK 1.2. It presents the user various profiling
information through the Java Virtual Machine Profiling Interface
(JVMPI). The HPROF support (the -Xrunhprof option) is documented 
in the man pages for the "java" command.

The build subdirectory contains the make files for Solaris and Win32.
You need to edit the JDK_HOME definition in the make files to match
your local JDK installation.
