comparison make/linux/makefiles/mapfile-vers-debug @ 116:018d5b58dd4f

6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes Summary: Initial checkin of JSDT code Reviewed-by: acorn, sbohne
author kamg
date Thu, 17 Apr 2008 22:18:15 -0400
parents a294fd0c4b38
children 8bd1e4487c18
comparison
equal deleted inserted replaced
115:e7a91a357527 116:018d5b58dd4f
1 #
2 # @(#)mapfile-vers-debug 1.18 07/10/25 16:47:35
1 # 3 #
2 4
3 # 5 #
4 # Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved. 6 # Copyright 2002-2006 Sun Microsystems, Inc. All Rights Reserved.
5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
73 JVM_DefineClass; 75 JVM_DefineClass;
74 JVM_DefineClassWithSource; 76 JVM_DefineClassWithSource;
75 JVM_DesiredAssertionStatus; 77 JVM_DesiredAssertionStatus;
76 JVM_DisableCompiler; 78 JVM_DisableCompiler;
77 JVM_DoPrivileged; 79 JVM_DoPrivileged;
80 JVM_DTraceGetVersion;
81 JVM_DTraceActivate;
82 JVM_DTraceIsProbeEnabled;
83 JVM_DTraceIsSupported;
84 JVM_DTraceDispose;
78 JVM_DumpAllStacks; 85 JVM_DumpAllStacks;
79 JVM_DumpThreads; 86 JVM_DumpThreads;
80 JVM_EnableCompiler; 87 JVM_EnableCompiler;
81 JVM_Exit; 88 JVM_Exit;
82 JVM_FillInStackTrace; 89 JVM_FillInStackTrace;