comparison src/os/bsd/vm/dtraceJSDT_bsd.cpp @ 4006:436b4a3231bf

7098194: integrate macosx-port changes Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
author dcubed
date Thu, 13 Oct 2011 09:35:42 -0700
parents f08d439fab8c
children
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006:436b4a3231bf
31 #include "runtime/jniHandles.hpp" 31 #include "runtime/jniHandles.hpp"
32 #include "runtime/os.hpp" 32 #include "runtime/os.hpp"
33 #include "runtime/signature.hpp" 33 #include "runtime/signature.hpp"
34 #include "utilities/globalDefinitions.hpp" 34 #include "utilities/globalDefinitions.hpp"
35 35
36 /*
37 * JSDT java dtrace probes have never been implemented in macosx. It is unknown if the solaris implementation
38 * is close or if significant implementation work is necessary. The future of the solaris implementation also
39 * appears to be unclear since compiling code with JSDT probes produces the following warning:
40 * "warning: ProviderFactory is internal proprietary API and may be removed in a future release"
41 */
42
36 int DTraceJSDT::pd_activate( 43 int DTraceJSDT::pd_activate(
37 void* baseAddress, jstring module, 44 void* baseAddress, jstring module,
38 jint providers_count, JVM_DTraceProvider* providers) { 45 jint providers_count, JVM_DTraceProvider* providers) {
39 return -1; 46 return -1;
40 } 47 }