changeset 642:e28985c549aa

8000839: Integrate the Java Access Bridge with Java Runtime Reviewed-by: ptbrunet, erikj
author raginip
date Fri, 18 Jan 2013 11:31:33 -0800
parents 93b9664f97ee
children db46b1c27a93
files common/bin/compare_exceptions.sh.incl
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/common/bin/compare_exceptions.sh.incl	Thu Jan 10 15:49:34 2013 -0800
+++ b/common/bin/compare_exceptions.sh.incl	Fri Jan 18 11:31:33 2013 -0800
@@ -882,6 +882,17 @@
 ./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)