common/bin/compare_exceptions.sh.incl
changeset 15175 ff3529df71a3
parent 14986 9f334745d1c7
child 15176 70b93fb94c25
equal deleted inserted replaced
15047:fe94b40ffd93 15175:ff3529df71a3
   880 ./jre/bin/servertool.exe
   880 ./jre/bin/servertool.exe
   881 ./jre/bin/tnameserv.exe
   881 ./jre/bin/tnameserv.exe
   882 ./jre/bin/unpack200.exe
   882 ./jre/bin/unpack200.exe
   883 "
   883 "
   884 
   884 
       
   885 # jabswitch.exe is compiled and linked with incremental turned on in the old
       
   886 # build. This makes no sense, so it's turned off in the new build.
       
   887 ACCEPTED_SIZE_DIFF="
       
   888 ./bin/jabswitch.exe
       
   889 ./jre/bin/jabswitch.exe
       
   890 "
       
   891 ACCEPTED_DIS_DIFF="
       
   892 ./bin/jabswitch.exe
       
   893 ./jre/bin/jabswitch.exe
       
   894 "
       
   895 
   885 # On windows, there are unavoidable allignment issues making
   896 # On windows, there are unavoidable allignment issues making
   886 # a perfect disasm diff impossible. Filter out the following:
   897 # a perfect disasm diff impossible. Filter out the following:
   887 # * Random parts of C++ symbols (this is a bit greedy, but does the trick)
   898 # * Random parts of C++ symbols (this is a bit greedy, but does the trick)
   888 #   @XXXXX
   899 #   @XXXXX
   889 # * Hexadecimal addresses that are sometimes alligned differently.
   900 # * Hexadecimal addresses that are sometimes alligned differently.