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