test/java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh

Print this page

        

@@ -100,11 +100,11 @@
 #    0x00100000 |    1048576 - impl details: vtable updates
 #    0x00200000 |    2097152 - impl details: itable updates
 #
 #    1+2+4+4096+8192+16384+1048576+2097152 == 3174407
 
-"${JAVA}" ${TESTVMOPTS} \
+"${JAVA}" ${TESTVMOPTS} ${TESTJAVAOPTS} \
     -XX:TraceRedefineClasses=3174407 \
     -javaagent:RedefineSubclassWithTwoInterfacesAgent.jar \
     -classpath "${TESTCLASSES}" \
     RedefineSubclassWithTwoInterfacesApp > output.log 2>&1
 status="$?"