comparison make/bsd/makefiles/mapfile-vers-debug @ 7624:b14da2e6f2dc

7174978: NPG: Fix bactrace builder for class redefinition Summary: Remove Method* from backtrace but save version so redefine classes doesn't give inaccurate line numbers. Removed old Merlin API with duplicate code. Reviewed-by: dholmes, sspitsyn
author coleenp
date Thu, 17 Jan 2013 13:40:31 -0500
parents ade95d680b42
children 815957d0203e
comparison
equal deleted inserted replaced
7623:203f64878aab 7624:b14da2e6f2dc
1 # 1 #
2 # @(#)mapfile-vers-debug 1.18 07/10/25 16:47:35 2 # @(#)mapfile-vers-debug 1.18 07/10/25 16:47:35
3 # 3 #
4 4
5 # 5 #
6 # Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved. 6 # Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 # 8 #
9 # This code is free software; you can redistribute it and/or modify it 9 # This code is free software; you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License version 2 only, as 10 # under the terms of the GNU General Public License version 2 only, as
11 # published by the Free Software Foundation. 11 # published by the Free Software Foundation.
203 JVM_NewArray; 203 JVM_NewArray;
204 JVM_NewInstanceFromConstructor; 204 JVM_NewInstanceFromConstructor;
205 JVM_NewMultiArray; 205 JVM_NewMultiArray;
206 JVM_OnExit; 206 JVM_OnExit;
207 JVM_Open; 207 JVM_Open;
208 JVM_PrintStackTrace;
209 JVM_RaiseSignal; 208 JVM_RaiseSignal;
210 JVM_RawMonitorCreate; 209 JVM_RawMonitorCreate;
211 JVM_RawMonitorDestroy; 210 JVM_RawMonitorDestroy;
212 JVM_RawMonitorEnter; 211 JVM_RawMonitorEnter;
213 JVM_RawMonitorExit; 212 JVM_RawMonitorExit;