rebuild geeqie
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0017-patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER2.gcc.patch
blob5a0d506a807c5070b2013c9c3a126a3aca126486
1 $NetBSD: patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER2.gcc,v 1.1 2015/07/03 20:40:59 fhajny Exp $
3 GCC support.
5 --- hotspot/make/solaris/makefiles/mapfile-vers-COMPILER2.gcc.orig 2015-07-01 10:10:20.072415621 +0000
6 +++ hotspot/make/solaris/makefiles/mapfile-vers-COMPILER2.gcc
7 @@ -0,0 +1,49 @@
8 +#
11 +# Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved.
12 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
14 +# This code is free software; you can redistribute it and/or modify it
15 +# under the terms of the GNU General Public License version 2 only, as
16 +# published by the Free Software Foundation.
18 +# This code is distributed in the hope that it will be useful, but WITHOUT
19 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 +# version 2 for more details (a copy is included in the LICENSE file that
22 +# accompanied this code).
24 +# You should have received a copy of the GNU General Public License version
25 +# 2 along with this work; if not, write to the Free Software Foundation,
26 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
28 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
29 +# or visit www.oracle.com if you need additional information or have any
30 +# questions.
31 +#
34 +# Define public interface.
36 +SUNWprivate_1.1 {
37 + global:
38 + # Dtrace support
39 + _Z7madvisePcmi;
40 + _Z7memcntlPcmiS_ii;
41 + _ZN8Universe15_methodKlassObjE;
42 + _ZN9CodeCache5_heapE;
43 + _ZN8Universe14_collectedHeapE;
44 + _ZTV6Method;
45 + _ZTV7nmethod;
46 + _ZTV8CodeBlob;
47 + _ZTV10BufferBlob;
48 + _ZTV11RuntimeStub;
49 + _ZTV13SafepointBlob;
50 + _ZTV18DeoptimizationBlob;
52 + _ZTV13ExceptionBlob;
53 + _ZTV16UncommonTrapBlob;
55 + __JvmOffsets;
56 +};