< prev index next >

test/jdk/java/lang/instrument/MakeJAR2.sh

Print this page
rev 49703 : 8200559: Java agents doing instrumentation need a means to define auxiliary classes
Reviewed-by: duke

*** 21,31 **** # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # - AGENT="$1" APP="$2" if [ "${TESTSRC}" = "" ] then --- 21,30 ----
*** 53,63 **** exit 1 fi OS=`uname -s` case "$OS" in ! SunOS | Linux ) PATHSEP=":" ;; Windows* | CYGWIN*) PATHSEP=";" --- 52,62 ---- exit 1 fi OS=`uname -s` case "$OS" in ! SunOS | Linux | Darwin ) PATHSEP=":" ;; Windows* | CYGWIN*) PATHSEP=";"
< prev index next >