OpenJDK / jdk / jdk
changeset 51728:506e9b592f7b
8207264: solaris-sparcv9-cmp-baseline fails
Reviewed-by: erikj, prr
author | ihse |
---|---|
date | Thu, 13 Sep 2018 21:14:04 +0200 |
parents | 49b885c1711a |
children | 1ebe04845112 |
files | make/scripts/compare_exceptions.sh.incl |
diffstat | 1 files changed, 5 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/make/scripts/compare_exceptions.sh.incl Thu Sep 13 21:12:22 2018 +0200 +++ b/make/scripts/compare_exceptions.sh.incl Thu Sep 13 21:14:04 2018 +0200 @@ -350,13 +350,11 @@ MAX_KNOWN_DIS_DIFF_SIZE="3000" - # On slowdebug the disassembly can differ randomly. - if [ "$DEBUG_LEVEL" = "slowdebug" ]; then - ACCEPTED_DIS_DIFF=" - ./lib/libfontmanager.so - ./lib/server/libjvm.so - " - fi + ACCEPTED_DIS_DIFF=" + ./lib/libfontmanager.so + ./lib/libsaproc.so + ./lib/server/libjvm.so + " SKIP_FULLDUMP_DIFF="true"