common/bin/exception_list_linux

changeset 425
e1830598f0b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/common/bin/exception_list_linux	Tue Apr 10 08:18:28 2012 -0700
     1.3 @@ -0,0 +1,114 @@
     1.4 +#
     1.5 +# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.
    1.11 +#
    1.12 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.13 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.14 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.15 +# version 2 for more details (a copy is included in the LICENSE file that
    1.16 +# accompanied this code).
    1.17 +#
    1.18 +# You should have received a copy of the GNU General Public License version
    1.19 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.20 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.21 +#
    1.22 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.23 +# or visit www.oracle.com if you need additional information or have any
    1.24 +# questions.
    1.25 +#
    1.26 +
    1.27 +# List of files inside jar archives that are ok if they differ.
    1.28 +LIST_DIFF_JAR="
    1.29 +/sun/misc/Version.class
    1.30 +/sun/tools/jconsole/Version.class
    1.31 +/com/sun/tools/javac/resources/version.class
    1.32 +/com/sun/tools/javah/resources/version.class
    1.33 +/com/sun/tools/javap/resources/version.class
    1.34 +"
    1.35 +
    1.36 +# List of binaries that only need to match symbols
    1.37 +LIST_DIFF_SIZE="
    1.38 +jre/lib/amd64/libfontmanager.so
    1.39 +jre/lib/amd64/libjdwp.so
    1.40 +jre/lib/amd64/libt2k.so
    1.41 +bin/unpack200
    1.42 +jre/bin/unpack200
    1.43 +jre/lib/amd64/libjsig.debuginfo
    1.44 +jre/lib/amd64/libsaproc.debuginfo
    1.45 +jre/lib/amd64/server/libjvm.debuginfo
    1.46 +"
    1.47 +
    1.48 +# List of binares that need to match both symbols and size
    1.49 +LIST_DIFF_BYTE="
    1.50 +jre/lib/amd64/libdt_socket.so
    1.51 +jre/lib/amd64/libattach.so
    1.52 +jre/lib/amd64/libjaas_unix.so
    1.53 +jre/lib/amd64/libjawt.so
    1.54 +jre/lib/amd64/libjpeg.so
    1.55 +jre/lib/amd64/libjsdt.so
    1.56 +jre/lib/amd64/libjsig.so
    1.57 +jre/lib/amd64/libsaproc.so
    1.58 +jre/lib/amd64/libsctp.so
    1.59 +jre/lib/amd64/libsunec.so
    1.60 +jre/lib/amd64/libunpack.so
    1.61 +jre/lib/amd64/libverify.so
    1.62 +jre/lib/amd64/libzip.so
    1.63 +jre/lib/amd64/server/libjsig.so
    1.64 +jre/lib/amd64/server/libjvm.so
    1.65 +jre/lib/amd64/liblcms.so
    1.66 +demo/jvmti/heapTracker/lib/libheapTracker.so
    1.67 +demo/jvmti/hprof/lib/libhprof.so
    1.68 +demo/jvmti/minst/lib/libminst.so
    1.69 +demo/jvmti/mtrace/lib/libmtrace.so
    1.70 +demo/jvmti/waiters/lib/libwaiters.so
    1.71 +bin/appletviewer
    1.72 +bin/extcheck
    1.73 +bin/idlj
    1.74 +bin/jar
    1.75 +bin/jarsigner
    1.76 +bin/java
    1.77 +bin/javac
    1.78 +bin/javadoc
    1.79 +bin/javah
    1.80 +bin/javap
    1.81 +bin/jcmd
    1.82 +bin/jconsole
    1.83 +bin/jdb
    1.84 +bin/jhat
    1.85 +bin/jinfo
    1.86 +bin/jmap
    1.87 +bin/jps
    1.88 +bin/jrunscript
    1.89 +bin/jsadebugd
    1.90 +bin/jstack
    1.91 +bin/jstat
    1.92 +bin/jstatd
    1.93 +bin/keytool
    1.94 +bin/native2ascii
    1.95 +bin/orbd
    1.96 +bin/pack200
    1.97 +bin/policytool
    1.98 +bin/rmic
    1.99 +bin/rmid
   1.100 +bin/rmiregistry
   1.101 +bin/schemagen
   1.102 +bin/serialver
   1.103 +bin/servertool
   1.104 +bin/tnameserv
   1.105 +bin/wsgen
   1.106 +bin/wsimport
   1.107 +bin/xjc
   1.108 +jre/bin/java
   1.109 +jre/bin/keytool
   1.110 +jre/bin/orbd
   1.111 +jre/bin/pack200
   1.112 +jre/bin/policytool
   1.113 +jre/bin/rmid
   1.114 +jre/bin/rmiregistry
   1.115 +jre/bin/servertool
   1.116 +jre/bin/tnameserv
   1.117 +"

mercurial