< prev index next >

test/java/util/zip/3GBZipFiles.sh

Print this page
rev 1541 : 8003890: corelibs test scripts should pass TESTVMOPTS
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>

*** 1,6 **** - # # Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as --- 1,5 ----
*** 81,91 **** filename_="$2" case "$filename_" in huge-*) filesize_="$hugeSize" ;; tiny-*) filesize_="$tinySize" ;; esac ! sys "$JAVA" "-cp" "$TESTCLASSES" "FileBuilder" \ "$filetype_" "$filename_" "$filesize_" } testJarFile () { --- 80,90 ---- filename_="$2" case "$filename_" in huge-*) filesize_="$hugeSize" ;; tiny-*) filesize_="$tinySize" ;; esac ! sys "$JAVA" ${TESTVMOPTS} "-cp" "$TESTCLASSES" "FileBuilder" \ "$filetype_" "$filename_" "$filesize_" } testJarFile () {
< prev index next >