1*4ae67516Stomee#!/bin/ksh -p
2*4ae67516Stomee#
3*4ae67516Stomee# CDDL HEADER START
4*4ae67516Stomee#
5*4ae67516Stomee# The contents of this file are subject to the terms of the
6*4ae67516Stomee# Common Development and Distribution License (the "License").
7*4ae67516Stomee# You may not use this file except in compliance with the License.
8*4ae67516Stomee#
9*4ae67516Stomee# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*4ae67516Stomee# or http://www.opensolaris.org/os/licensing.
11*4ae67516Stomee# See the License for the specific language governing permissions
12*4ae67516Stomee# and limitations under the License.
13*4ae67516Stomee#
14*4ae67516Stomee# When distributing Covered Code, include this CDDL HEADER in each
15*4ae67516Stomee# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*4ae67516Stomee# If applicable, add the following below this CDDL HEADER, with the
17*4ae67516Stomee# fields enclosed by brackets "[]" replaced with your own identifying
18*4ae67516Stomee# information: Portions Copyright [yyyy] [name of copyright owner]
19*4ae67516Stomee#
20*4ae67516Stomee# CDDL HEADER END
21*4ae67516Stomee#
22*4ae67516Stomee
23*4ae67516Stomee#
24*4ae67516Stomee# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
25*4ae67516Stomee# Use is subject to license terms.
26*4ae67516Stomee#
27*4ae67516Stomee
28*4ae67516Stomee#ident	"%Z%%M%	%I%	%E% SMI"
29*4ae67516Stomee
30*4ae67516Stomee############################################################################
31*4ae67516Stomee# ASSERTION:
32*4ae67516Stomee#	Fixed bug 6521523 aggregation drops can hang the Java DTrace API.
33*4ae67516Stomee#
34*4ae67516Stomee# SECTION: Java API
35*4ae67516Stomee#
36*4ae67516Stomee############################################################################
37*4ae67516Stomee
38*4ae67516Stomeejava -cp test.jar TestDrop 3
39