Merge
This commit is contained in:
commit
b034f7ca19
@ -3723,7 +3723,7 @@ fi
|
|||||||
#CUSTOM_AUTOCONF_INCLUDE
|
#CUSTOM_AUTOCONF_INCLUDE
|
||||||
|
|
||||||
# Do not change or remove the following line, it is needed for consistency checks:
|
# Do not change or remove the following line, it is needed for consistency checks:
|
||||||
DATE_WHEN_GENERATED=1358499442
|
DATE_WHEN_GENERATED=1359376859
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
@ -887,6 +887,17 @@ ACCEPTED_SMALL_SIZE_DIFF="
|
|||||||
./jre/bin/unpack200.exe
|
./jre/bin/unpack200.exe
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# jabswitch.exe is compiled and linked with incremental turned on in the old
|
||||||
|
# build. This makes no sense, so it's turned off in the new build.
|
||||||
|
ACCEPTED_SIZE_DIFF="
|
||||||
|
./bin/jabswitch.exe
|
||||||
|
./jre/bin/jabswitch.exe
|
||||||
|
"
|
||||||
|
ACCEPTED_DIS_DIFF="
|
||||||
|
./bin/jabswitch.exe
|
||||||
|
./jre/bin/jabswitch.exe
|
||||||
|
"
|
||||||
|
|
||||||
# On windows, there are unavoidable allignment issues making
|
# On windows, there are unavoidable allignment issues making
|
||||||
# a perfect disasm diff impossible. Filter out the following:
|
# a perfect disasm diff impossible. Filter out the following:
|
||||||
# * Random parts of C++ symbols (this is a bit greedy, but does the trick)
|
# * Random parts of C++ symbols (this is a bit greedy, but does the trick)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user