JAVA PROFILE 1.0.1, created Wed Nov  8 11:42:46 2000

Header for -Xhprof ASCII Output

Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto,
California, 94303, U.S.A.  All Rights Reserved.

WARNING!  This file format is under development, and is subject to
change without notice.

This file contains the following types of records:

THREAD START
THREAD END      mark the lifetime of Java threads

TRACE           represents a Java stack trace.  Each trace consists
                of a series of stack frames.  Other records refer to
                TRACEs to identify (1) where object allocations have
                taken place, (2) the frames in which GC roots were
                found, and (3) frequently executed methods.

HEAP DUMP       is a complete snapshot of all live objects in the Java
                heap.  Following distinctions are made:

                ROOT    root set as determined by GC
                CLS     classes 
                OBJ     instances
                ARR     arrays

SITES           is a sorted list of allocation sites.  This identifies
                the most heavily allocated object types, and the TRACE
                at which those allocations occurred.

CPU SAMPLES     is a statistical profile of program execution.  The VM
                periodically samples all running threads, and assigns
                a quantum to active TRACEs in those threads.  Entries
                in this record are TRACEs ranked by the percentage of
                total quanta they consumed; top-ranked TRACEs are
                typically hot spots in the program.

CPU TIME	is a profile of program execution obtained by measuring
                the time spent in individual methods (excluding the time
                spent in callees), as well as by counting the number of
                times each method is called. Entries in this record are
                TRACEs ranked by the percentage of total CPU time. The
                "count" field indicates the number of times each TRACE 
                is invoked.

MONITOR TIME    is a profile of monitor contention obtained by measuring
		the time spent by a thread waiting to enter a monitor.
		Entries in this record are TRACEs ranked by the percentage
		of total monitor contention time and a brief description
		of the monitor.  The "count" field indicates the number of 
		times the monitor was contended at that TRACE.

MONITOR DUMP	is a complete snapshot of all the monitors and threads in 
		the System.

HEAP DUMP, SITES, CPU SAMPLES|TIME and MONITOR DUMP|TIME records are generated 
at program exit.  They can also be obtained during program execution by typing 
Ctrl-\ (on Solaris) or by typing Ctrl-Break (on Win32).

--------

THREAD START (obj=8144c28, id = 2, name="Signal dispatcher", group="system")
THREAD START (obj=8144eb0, id = 3, name="Reference Handler", group="system")
THREAD START (obj=814e1f0, id = 4, name="Finalizer", group="system")
THREAD START (obj=81c9918, id = 5, name="HPROF CPU profiler", group="system")
THREAD START (obj=81c26b8, id = 1, name="main", group="main")
THREAD END (id = 1)
THREAD START (obj=8136f68, id = 6, name="Thread-0", group="main")
THREAD END (id = 6)
TRACE 1: (thread=1)
	<empty>
TRACE 11: (thread=2)
	<empty>
TRACE 8: (thread=5)
	<empty>
TRACE 12: (thread=7)
	<empty>
TRACE 6: (thread=1)
	sun/security/provider/Sun$1.run(Sun.java:129)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	sun/security/provider/Sun.<init>(Sun.java:58)
	java/lang/Class.newInstance0(Class.java:Native method)
	java/lang/Class.newInstance(Class.java:237)
	java/security/Provider.loadProvider(Provider.java:146)
	java/security/Security.loadProviders(Security.java:128)
	java/security/Security.initialize(Security.java:90)
	java/security/Security.access$0(Security.java:67)
	java/security/Security$1.run(Security.java:61)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	java/security/Security.<clinit>(Security.java:59)
	java/security/Policy$1.run(Policy.java:140)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	java/security/Policy.getPolicyNoCheck(Policy.java:137)
	java/security/SecureClassLoader.getPermissions(SecureClassLoader.java:117)
	java/net/URLClassLoader.getPermissions(URLClassLoader.java:382)
	sun/misc/Launcher$AppClassLoader.getPermissions(Launcher.java:290)
	java/security/SecureClassLoader.getProtectionDomain(SecureClassLoader.java:141)
	java/security/SecureClassLoader.defineClass(SecureClassLoader.java:97)
	java/net/URLClassLoader.defineClass(URLClassLoader.java:244)
	java/net/URLClassLoader.access$1(URLClassLoader.java:212)
	java/net/URLClassLoader$1.run(URLClassLoader.java:193)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	java/net/URLClassLoader.findClass(URLClassLoader.java:187)
	java/lang/ClassLoader.loadClass(ClassLoader.java:286)
	sun/misc/Launcher$AppClassLoader.loadClass(Launcher.java:282)
	java/lang/ClassLoader.loadClass(ClassLoader.java:243)
TRACE 2: (thread=1)
	java/security/AccessController.getStackAccessControlContext(AccessController.java:Native method)
	java/security/AccessController.getContext(AccessController.java:354)
	java/lang/Thread.init(Thread.java:266)
TRACE 10: (thread=3)
	java/lang/Object.wait(Object.java:Native method)
	java/lang/Object.wait(Object.java:420)
	java/lang/ref/Reference$ReferenceHandler.run(Reference.java:110)
TRACE 7: (thread=1)
	java/io/FileInputStream.read(FileInputStream.java:Native method)
	IndividualRead.main(IndividualRead.java:17)
TRACE 3: (thread=1)
	java/lang/System.initProperties(System.java:Native method)
	java/lang/System.initializeSystemClass(System.java:812)
TRACE 9: (thread=4)
	java/lang/Object.wait(Object.java:Native method)
	java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:108)
	java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:123)
	java/lang/ref/Finalizer$FinalizerThread.run(Finalizer.java:170)
TRACE 5: (thread=1)
	java/security/Policy$1.run(Policy.java:140)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	java/security/Policy.getPolicyNoCheck(Policy.java:137)
	java/security/SecureClassLoader.getPermissions(SecureClassLoader.java:117)
	java/net/URLClassLoader.getPermissions(URLClassLoader.java:382)
	sun/misc/Launcher$AppClassLoader.getPermissions(Launcher.java:290)
	java/security/SecureClassLoader.getProtectionDomain(SecureClassLoader.java:141)
	java/security/SecureClassLoader.defineClass(SecureClassLoader.java:97)
	java/net/URLClassLoader.defineClass(URLClassLoader.java:244)
	java/net/URLClassLoader.access$1(URLClassLoader.java:212)
	java/net/URLClassLoader$1.run(URLClassLoader.java:193)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	java/net/URLClassLoader.findClass(URLClassLoader.java:187)
	java/lang/ClassLoader.loadClass(ClassLoader.java:286)
	sun/misc/Launcher$AppClassLoader.loadClass(Launcher.java:282)
	java/lang/ClassLoader.loadClass(ClassLoader.java:243)
TRACE 4: (thread=1)
	sun/misc/URLClassPath$JarLoader.getJarFile(URLClassPath.java:432)
	sun/misc/URLClassPath$JarLoader.<init>(URLClassPath.java:423)
	sun/misc/URLClassPath$2.run(URLClassPath.java:246)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	sun/misc/URLClassPath.getLoader(URLClassPath.java:236)
	sun/misc/URLClassPath.getLoader(URLClassPath.java:212)
	sun/misc/URLClassPath.getResource(URLClassPath.java:127)
	java/net/URLClassLoader$1.run(URLClassLoader.java:190)
	java/security/AccessController.doPrivileged(AccessController.java:Native method)
	java/net/URLClassLoader.findClass(URLClassLoader.java:187)
	java/lang/ClassLoader.loadClass(ClassLoader.java:286)
	java/lang/ClassLoader.loadClass(ClassLoader.java:279)
	sun/misc/Launcher$AppClassLoader.loadClass(Launcher.java:282)
	java/lang/ClassLoader.loadClass(ClassLoader.java:243)
MONITOR DUMP BEGIN
    THREAD 5, trace 8, status: CW
    THREAD 4, trace 9, status: CW
    THREAD 3, trace 10, status: CW
    THREAD 2, trace 11, status: CW
    THREAD 7, trace 12, status: R
    MONITOR java/lang/ref/ReferenceQueue$Lock(814f9c0) unowned
	waiting to be notified: thread 4
    MONITOR java/lang/ref/Reference$Lock(81494d8) unowned
	waiting to be notified: thread 3
    RAW MONITOR "_Hprof CPU sampling lock"(0x81c2660) unowned
	waiting to be notified: thread 5
    RAW MONITOR "_hprof_dump_lock"(0x805adb0)
	owner: thread 7, entry count: 1
    RAW MONITOR "Monitor cache lock"(0x80592d0)
	owner: thread 7, entry count: 1
    RAW MONITOR "User signal monitor"(0x80516a8) unowned
	waiting to be notified: thread 2
    RAW MONITOR "Alarm monitor"(0x80515c0) unowned
	waiting to be notified: <unknown thread>
    RAW MONITOR "Thread queue lock"(0x804c8d8)
	owner: thread 7, entry count: 1
    RAW MONITOR "Monitor registry"(0x804c2b0)
	owner: thread 7, entry count: 1
MONITOR DUMP END
MONITOR TIME BEGIN (total = 0 ms) Wed Nov  8 11:42:47 2000
MONITOR TIME END
CPU SAMPLES BEGIN (total = 4) Wed Nov  8 11:42:47 2000
rank   self  accum   count trace method
   1 25.00% 25.00%       1     6 sun/security/provider/Sun$1.run
   2 25.00% 50.00%       1     7 java/io/FileInputStream.read
   3 25.00% 75.00%       1     5 java/security/Policy$1.run
   4 25.00% 100.00%       1     4 sun/misc/URLClassPath$JarLoader.getJarFile
CPU SAMPLES END
