1Copyright (C) 2016 The Android Open Source Project 2DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 4This file implements interfaces from the file jvmti.h. This implementation 5is licensed under the same terms as the file jvmti.h. The 6copyright and license information for the file jvmti.h follows. 7 8Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 9DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 10 11This code is free software; you can redistribute it and/or modify it 12under the terms of the GNU General Public License version 2 only, as 13published by the Free Software Foundation. Oracle designates this 14particular file as subject to the "Classpath" exception as provided 15by Oracle in the LICENSE file that accompanied this code. 16 17This code is distributed in the hope that it will be useful, but WITHOUT 18ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 20version 2 for more details (a copy is included in the LICENSE file that 21accompanied this code). 22 23You should have received a copy of the GNU General Public License version 242 along with this work; if not, write to the Free Software Foundation, 25Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 26 27Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 28or visit www.oracle.com if you need additional information or have any 29questions. 30