ohair@425: # ohair@425: # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. ohair@425: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ohair@425: # ohair@425: # This code is free software; you can redistribute it and/or modify it ohair@425: # under the terms of the GNU General Public License version 2 only, as ohair@425: # published by the Free Software Foundation. ohair@425: # ohair@425: # This code is distributed in the hope that it will be useful, but WITHOUT ohair@425: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ohair@425: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ohair@425: # version 2 for more details (a copy is included in the LICENSE file that ohair@425: # accompanied this code). ohair@425: # ohair@425: # You should have received a copy of the GNU General Public License version ohair@425: # 2 along with this work; if not, write to the Free Software Foundation, ohair@425: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ohair@425: # ohair@425: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ohair@425: # or visit www.oracle.com if you need additional information or have any ohair@425: # questions. ohair@425: # ohair@425: ohair@425: # List of files inside jar archives that are ok if they differ. ohair@425: LIST_DIFF_JAR=" ohair@425: /sun/misc/Version.class ohair@425: /sun/tools/jconsole/Version.class ohair@425: /com/sun/tools/javac/resources/version.class ohair@425: /com/sun/tools/javah/resources/version.class ohair@425: /com/sun/tools/javap/resources/version.class ohair@425: " ohair@425: ohair@425: # List of binaries that only need to match symbols ohair@425: LIST_DIFF_SIZE=" ohair@425: jre/lib/amd64/libfontmanager.so ohair@425: jre/lib/amd64/libjdwp.so ohair@425: jre/lib/amd64/libt2k.so ohair@425: bin/unpack200 ohair@425: jre/bin/unpack200 ohair@425: jre/lib/amd64/libjsig.debuginfo ohair@425: jre/lib/amd64/libsaproc.debuginfo ohair@425: jre/lib/amd64/server/libjvm.debuginfo ohair@425: " ohair@425: ohair@425: # List of binares that need to match both symbols and size ohair@425: LIST_DIFF_BYTE=" ohair@425: jre/lib/amd64/libdt_socket.so ohair@425: jre/lib/amd64/libattach.so ohair@425: jre/lib/amd64/libjaas_unix.so ohair@425: jre/lib/amd64/libjawt.so ohair@425: jre/lib/amd64/libjpeg.so ohair@425: jre/lib/amd64/libjsdt.so ohair@425: jre/lib/amd64/libjsig.so ohair@425: jre/lib/amd64/libsaproc.so ohair@425: jre/lib/amd64/libsctp.so ohair@425: jre/lib/amd64/libsunec.so ohair@425: jre/lib/amd64/libunpack.so ohair@425: jre/lib/amd64/libverify.so ohair@425: jre/lib/amd64/libzip.so ohair@425: jre/lib/amd64/server/libjsig.so ohair@425: jre/lib/amd64/server/libjvm.so ohair@425: jre/lib/amd64/liblcms.so ohair@425: demo/jvmti/heapTracker/lib/libheapTracker.so ohair@425: demo/jvmti/hprof/lib/libhprof.so ohair@425: demo/jvmti/minst/lib/libminst.so ohair@425: demo/jvmti/mtrace/lib/libmtrace.so ohair@425: demo/jvmti/waiters/lib/libwaiters.so ohair@425: bin/appletviewer ohair@425: bin/extcheck ohair@425: bin/idlj ohair@425: bin/jar ohair@425: bin/jarsigner ohair@425: bin/java ohair@425: bin/javac ohair@425: bin/javadoc ohair@425: bin/javah ohair@425: bin/javap ohair@425: bin/jcmd ohair@425: bin/jconsole ohair@425: bin/jdb ohair@425: bin/jhat ohair@425: bin/jinfo ohair@425: bin/jmap ohair@425: bin/jps ohair@425: bin/jrunscript ohair@425: bin/jsadebugd ohair@425: bin/jstack ohair@425: bin/jstat ohair@425: bin/jstatd ohair@425: bin/keytool ohair@425: bin/native2ascii ohair@425: bin/orbd ohair@425: bin/pack200 ohair@425: bin/policytool ohair@425: bin/rmic ohair@425: bin/rmid ohair@425: bin/rmiregistry ohair@425: bin/schemagen ohair@425: bin/serialver ohair@425: bin/servertool ohair@425: bin/tnameserv ohair@425: bin/wsgen ohair@425: bin/wsimport ohair@425: bin/xjc ohair@425: jre/bin/java ohair@425: jre/bin/keytool ohair@425: jre/bin/orbd ohair@425: jre/bin/pack200 ohair@425: jre/bin/policytool ohair@425: jre/bin/rmid ohair@425: jre/bin/rmiregistry ohair@425: jre/bin/servertool ohair@425: jre/bin/tnameserv ohair@425: "