comparison make/solaris/makefiles/mapfile-vers @ 3954:da0999c4b733

7071904: 4/4 HotSpot: Full Debug Symbols Summary: Add support for .debuginfo files for HSX libraries. Reviewed-by: poonam, dholmes, never
author dcubed
date Fri, 16 Sep 2011 16:21:20 -0700
parents c18cbe5936b8
children 242b4e0e6f73
comparison
equal deleted inserted replaced
3950:5a3c2bc614ca 3954:da0999c4b733
1 # 1 #
2 # @(#)mapfile-vers 1.32 07/10/25 16:47:36 2 # @(#)mapfile-vers 1.32 07/10/25 16:47:36
3 # 3 #
4 4
5 # 5 #
6 # Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved. 6 # Copyright (c) 2000, 2011, 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.
254 # Needed because there is no JVM interface for this. 254 # Needed because there is no JVM interface for this.
255 sysThreadAvailableStackWithSlack; 255 sysThreadAvailableStackWithSlack;
256 256
257 # This is for Forte Analyzer profiling support. 257 # This is for Forte Analyzer profiling support.
258 AsyncGetCallTrace; 258 AsyncGetCallTrace;
259
260 # INSERT VTABLE SYMBOLS HERE
261
259 local: 262 local:
260 *; 263 *;
261 }; 264 };