kamg@551: /* xdono@631: * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. kamg@551: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. kamg@551: * kamg@551: * This code is free software; you can redistribute it and/or modify it kamg@551: * under the terms of the GNU General Public License version 2 only, as kamg@551: * published by the Free Software Foundation. kamg@551: * kamg@551: * This code is distributed in the hope that it will be useful, but WITHOUT kamg@551: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or kamg@551: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License kamg@551: * version 2 for more details (a copy is included in the LICENSE file that kamg@551: * accompanied this code). kamg@551: * kamg@551: * You should have received a copy of the GNU General Public License version kamg@551: * 2 along with this work; if not, write to the Free Software Foundation, kamg@551: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. kamg@551: * kamg@551: * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, kamg@551: * CA 95054 USA or visit www.sun.com if you need additional information or kamg@551: * have any questions. kamg@551: * kamg@551: */ kamg@551: kamg@551: #include "incls/_precompiled.incl" kamg@551: #include "incls/_dtraceJSDT_linux.cpp.incl" kamg@551: kamg@551: int DTraceJSDT::pd_activate( kamg@551: void* baseAddress, jstring module, kamg@551: jint providers_count, JVM_DTraceProvider* providers) { kamg@551: return -1; kamg@551: } kamg@551: kamg@551: void DTraceJSDT::pd_dispose(int handle) { kamg@551: } kamg@551: kamg@551: jboolean DTraceJSDT::pd_is_supported() { kamg@551: return false; kamg@551: }