common/bin/compare_exceptions.sh.incl

changeset 597
e28985c549aa
parent 552
c37401e77c80
child 598
db46b1c27a93
     1.1 --- a/common/bin/compare_exceptions.sh.incl	Thu Jan 10 15:49:34 2013 -0800
     1.2 +++ b/common/bin/compare_exceptions.sh.incl	Fri Jan 18 11:31:33 2013 -0800
     1.3 @@ -882,6 +882,17 @@
     1.4  ./jre/bin/unpack200.exe
     1.5  "
     1.6  
     1.7 +# jabswitch.exe is compiled and linked with incremental turned on in the old
     1.8 +# build. This makes no sense, so it's turned off in the new build.
     1.9 +ACCEPTED_SIZE_DIFF="
    1.10 +./bin/jabswitch.exe
    1.11 +./jre/bin/jabswitch.exe
    1.12 +"
    1.13 +ACCEPTED_DIS_DIFF="
    1.14 +./bin/jabswitch.exe
    1.15 +./jre/bin/jabswitch.exe
    1.16 +"
    1.17 +
    1.18  # On windows, there are unavoidable allignment issues making
    1.19  # a perfect disasm diff impossible. Filter out the following:
    1.20  # * Random parts of C++ symbols (this is a bit greedy, but does the trick)

mercurial