1fb3fb4f3Stomee<!--
2fb3fb4f3Stomee   Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3fb3fb4f3Stomee   Use is subject to license terms.
4fb3fb4f3Stomee
5fb3fb4f3Stomee   CDDL HEADER START
6fb3fb4f3Stomee
7fb3fb4f3Stomee   The contents of this file are subject to the terms of the
8fb3fb4f3Stomee   Common Development and Distribution License (the "License").
9fb3fb4f3Stomee   You may not use this file except in compliance with the License.
10fb3fb4f3Stomee
11fb3fb4f3Stomee   You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12fb3fb4f3Stomee   or http://www.opensolaris.org/os/licensing.
13fb3fb4f3Stomee   See the License for the specific language governing permissions
14fb3fb4f3Stomee   and limitations under the License.
15fb3fb4f3Stomee
16fb3fb4f3Stomee   When distributing Covered Code, include this CDDL HEADER in each
17fb3fb4f3Stomee   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18fb3fb4f3Stomee   If applicable, add the following below this CDDL HEADER, with the
19fb3fb4f3Stomee   fields enclosed by brackets "[]" replaced with your own identifying
20fb3fb4f3Stomee   information: Portions Copyright [yyyy] [name of copyright owner]
21fb3fb4f3Stomee
22fb3fb4f3Stomee   CDDL HEADER END
23fb3fb4f3Stomee-->
24fb3fb4f3Stomee<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
25fb3fb4f3Stomee<html>
26fb3fb4f3Stomee<head/>
27fb3fb4f3Stomee<body bgcolor="white">
28*3a931819SPeter Tribble
29fb3fb4f3Stomee    Interface to the native DTrace library.
30*3a931819SPeter Tribble
31fb3fb4f3Stomee<!-- commented out ...
32fb3fb4f3Stomee
33fb3fb4f3Stomee<h2>Package Specification</h2>
34*3a931819SPeter Tribble
35fb3fb4f3Stomee##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
36fb3fb4f3Stomee
37fb3fb4f3Stomee<ul>
38fb3fb4f3Stomee<li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
39fb3fb4f3Stomee</ul>
40fb3fb4f3Stomee
41fb3fb4f3Stomeeend commented-out block -->
42fb3fb4f3Stomee
43fb3fb4f3Stomee<h2>Related Documentation</h2>
44fb3fb4f3Stomee
45fb3fb4f3StomeeFor overviews, tutorials, examples, guides, and tool documentation, please see:
46fb3fb4f3Stomee
47fb3fb4f3Stomee<br><br>
48*3a931819SPeter Tribble<a href="http://dtrace.org/guide/">
49*3a931819SPeter Tribble    <i>Dynamic Tracing Guide</i></a><br>
50fb3fb4f3Stomee<a href="../../../../../html/JavaDTraceAPI.html" target="parent">
51fb3fb4f3Stomee    API Diagram</a><br>
52fb3fb4f3Stomee<a href="../../../../../html/fast.html" target="parent">
53fb3fb4f3Stomee    Quick Start Guide</a><br>
54fb3fb4f3Stomee
55fb3fb4f3Stomee<!-- Put @see and @since tags down here. -->
56fb3fb4f3Stomee
57fb3fb4f3Stomee</body>
58fb3fb4f3Stomee</html>
59