common/bin/compare_exceptions.sh.incl

changeset 581
dc84b505b408
parent 552
c37401e77c80
parent 569
2597feac57c0
child 598
db46b1c27a93
     1.1 --- a/common/bin/compare_exceptions.sh.incl	Wed Jan 16 11:59:37 2013 -0800
     1.2 +++ b/common/bin/compare_exceptions.sh.incl	Wed Jan 16 22:16:51 2013 -0800
     1.3 @@ -813,6 +813,10 @@
     1.4  
     1.5  if [ "$OPENJDK_TARGET_OS" = "windows" ]; then
     1.6  
     1.7 +ACCEPTED_JARZIP_CONTENTS="
     1.8 +/bin/w2k_lsa_auth.dll
     1.9 +"
    1.10 +
    1.11  # Probably should add all libs here
    1.12  ACCEPTED_SMALL_SIZE_DIFF="
    1.13  ./demo/jvmti/gctest/lib/gctest.dll
    1.14 @@ -821,6 +825,7 @@
    1.15  ./jre/bin/attach.dll
    1.16  ./jre/bin/java_crw_demo.dll
    1.17  ./jre/bin/jsoundds.dll
    1.18 +./jre/bin/server/jvm.dll
    1.19  ./bin/appletviewer.exe
    1.20  ./bin/extcheck.exe
    1.21  ./bin/idlj.exe

mercurial