common/bin/exception_list_linux

Tue, 18 Sep 2012 11:29:16 -0700

author
ohair
date
Tue, 18 Sep 2012 11:29:16 -0700
changeset 478
2ba6f4da4bf3
parent 425
e1830598f0b7
permissions
-rw-r--r--

7197849: Update new build-infra makefiles
Reviewed-by: ihse, erikj, ohrstrom, tbell

ohair@425 1 #
ohair@425 2 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
ohair@425 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ohair@425 4 #
ohair@425 5 # This code is free software; you can redistribute it and/or modify it
ohair@425 6 # under the terms of the GNU General Public License version 2 only, as
ohair@425 7 # published by the Free Software Foundation.
ohair@425 8 #
ohair@425 9 # This code is distributed in the hope that it will be useful, but WITHOUT
ohair@425 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ohair@425 11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ohair@425 12 # version 2 for more details (a copy is included in the LICENSE file that
ohair@425 13 # accompanied this code).
ohair@425 14 #
ohair@425 15 # You should have received a copy of the GNU General Public License version
ohair@425 16 # 2 along with this work; if not, write to the Free Software Foundation,
ohair@425 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ohair@425 18 #
ohair@425 19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@425 20 # or visit www.oracle.com if you need additional information or have any
ohair@425 21 # questions.
ohair@425 22 #
ohair@425 23
ohair@425 24 # List of files inside jar archives that are ok if they differ.
ohair@425 25 LIST_DIFF_JAR="
ohair@425 26 /sun/misc/Version.class
ohair@425 27 /sun/tools/jconsole/Version.class
ohair@425 28 /com/sun/tools/javac/resources/version.class
ohair@425 29 /com/sun/tools/javah/resources/version.class
ohair@425 30 /com/sun/tools/javap/resources/version.class
ohair@425 31 "
ohair@425 32
ohair@425 33 # List of binaries that only need to match symbols
ohair@425 34 LIST_DIFF_SIZE="
ohair@425 35 jre/lib/amd64/libfontmanager.so
ohair@425 36 jre/lib/amd64/libjdwp.so
ohair@425 37 jre/lib/amd64/libt2k.so
ohair@425 38 bin/unpack200
ohair@425 39 jre/bin/unpack200
ohair@425 40 jre/lib/amd64/libjsig.debuginfo
ohair@425 41 jre/lib/amd64/libsaproc.debuginfo
ohair@425 42 jre/lib/amd64/server/libjvm.debuginfo
ohair@425 43 "
ohair@425 44
ohair@425 45 # List of binares that need to match both symbols and size
ohair@425 46 LIST_DIFF_BYTE="
ohair@425 47 jre/lib/amd64/libdt_socket.so
ohair@425 48 jre/lib/amd64/libattach.so
ohair@425 49 jre/lib/amd64/libjaas_unix.so
ohair@425 50 jre/lib/amd64/libjawt.so
ohair@425 51 jre/lib/amd64/libjpeg.so
ohair@425 52 jre/lib/amd64/libjsdt.so
ohair@425 53 jre/lib/amd64/libjsig.so
ohair@425 54 jre/lib/amd64/libsaproc.so
ohair@425 55 jre/lib/amd64/libsctp.so
ohair@425 56 jre/lib/amd64/libsunec.so
ohair@425 57 jre/lib/amd64/libunpack.so
ohair@425 58 jre/lib/amd64/libverify.so
ohair@425 59 jre/lib/amd64/libzip.so
ohair@425 60 jre/lib/amd64/server/libjsig.so
ohair@425 61 jre/lib/amd64/server/libjvm.so
ohair@425 62 jre/lib/amd64/liblcms.so
ohair@425 63 demo/jvmti/heapTracker/lib/libheapTracker.so
ohair@425 64 demo/jvmti/hprof/lib/libhprof.so
ohair@425 65 demo/jvmti/minst/lib/libminst.so
ohair@425 66 demo/jvmti/mtrace/lib/libmtrace.so
ohair@425 67 demo/jvmti/waiters/lib/libwaiters.so
ohair@425 68 bin/appletviewer
ohair@425 69 bin/extcheck
ohair@425 70 bin/idlj
ohair@425 71 bin/jar
ohair@425 72 bin/jarsigner
ohair@425 73 bin/java
ohair@425 74 bin/javac
ohair@425 75 bin/javadoc
ohair@425 76 bin/javah
ohair@425 77 bin/javap
ohair@425 78 bin/jcmd
ohair@425 79 bin/jconsole
ohair@425 80 bin/jdb
ohair@425 81 bin/jhat
ohair@425 82 bin/jinfo
ohair@425 83 bin/jmap
ohair@425 84 bin/jps
ohair@425 85 bin/jrunscript
ohair@425 86 bin/jsadebugd
ohair@425 87 bin/jstack
ohair@425 88 bin/jstat
ohair@425 89 bin/jstatd
ohair@425 90 bin/keytool
ohair@425 91 bin/native2ascii
ohair@425 92 bin/orbd
ohair@425 93 bin/pack200
ohair@425 94 bin/policytool
ohair@425 95 bin/rmic
ohair@425 96 bin/rmid
ohair@425 97 bin/rmiregistry
ohair@425 98 bin/schemagen
ohair@425 99 bin/serialver
ohair@425 100 bin/servertool
ohair@425 101 bin/tnameserv
ohair@425 102 bin/wsgen
ohair@425 103 bin/wsimport
ohair@425 104 bin/xjc
ohair@425 105 jre/bin/java
ohair@425 106 jre/bin/keytool
ohair@425 107 jre/bin/orbd
ohair@425 108 jre/bin/pack200
ohair@425 109 jre/bin/policytool
ohair@425 110 jre/bin/rmid
ohair@425 111 jre/bin/rmiregistry
ohair@425 112 jre/bin/servertool
ohair@425 113 jre/bin/tnameserv
ohair@425 114 "

mercurial