make/scripts/compare_exceptions.sh.incl
changeset 55018 ecb7b9a98f0e
parent 54325 04f1a0f925db
--- a/make/scripts/compare_exceptions.sh.incl	Thu May 23 14:13:09 2019 -0700
+++ b/make/scripts/compare_exceptions.sh.incl	Thu May 23 14:14:13 2019 -0700
@@ -40,6 +40,9 @@
       ./lib/server/libjvm.so
       ./hotspot/gtest/server/libjvm.so
       "
+  STRIP_BEFORE_COMPARE="
+      ./hotspot/gtest/server/libjvm.so
+      "
 elif [ "$OPENJDK_TARGET_OS" = "solaris" ]; then
   SKIP_BIN_DIFF="true"
   SKIP_FULLDUMP_DIFF="true"
@@ -56,6 +59,7 @@
       ./lib/libfontmanager.so
       ./lib/libsaproc.so
   "
+  STRIP_TESTS_BEFORE_COMPARE="true"
 elif [ "$OPENJDK_TARGET_OS" = "windows" ]; then
   SKIP_BIN_DIFF="true"
   SKIP_FULLDUMP_DIFF="true"
@@ -72,4 +76,5 @@
       ./lib/server/libjvm.dylib
       ./hotspot/gtest/server/libjvm.dylib
       "
+  STRIP_TESTS_BEFORE_COMPARE="true"
 fi