From a140b22c06d9776a49e705e5f90215505f48e2ab Mon Sep 17 00:00:00 2001 From: raginip Date: Fri, 18 Jan 2013 11:31:33 -0800 Subject: [PATCH] 8000839: Integrate the Java Access Bridge with Java Runtime Reviewed-by: ptbrunet, erikj --- common/bin/compare_exceptions.sh.incl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/common/bin/compare_exceptions.sh.incl b/common/bin/compare_exceptions.sh.incl index 607e5fd..7aefaee 100644 --- a/common/bin/compare_exceptions.sh.incl +++ b/common/bin/compare_exceptions.sh.incl @@ -882,6 +882,17 @@ ACCEPTED_SMALL_SIZE_DIFF=" ./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 # a perfect disasm diff impossible. Filter out the following: # * Random parts of C++ symbols (this is a bit greedy, but does the trick) -- GitLab