Path: blob/master/test/functional/cmdLineTests/URLClassLoaderTests/URLClassLoaderTests_Java8.xml
12473 views
<?xml version="1.0" encoding="UTF-8" standalone="no"?>12<!--3Copyright (c) 2001, 2021 IBM Corp. and others45This program and the accompanying materials are made available under6the terms of the Eclipse Public License 2.0 which accompanies this7distribution and is available at https://www.eclipse.org/legal/epl-2.0/8or the Apache License, Version 2.0 which accompanies this distribution and9is available at https://www.apache.org/licenses/LICENSE-2.0.1011This Source Code may also be made available under the following12Secondary Licenses when the conditions for such availability set13forth in the Eclipse Public License, v. 2.0 are satisfied: GNU14General Public License, version 2 with the GNU Classpath15Exception [1] and GNU General Public License, version 2 with the16OpenJDK Assembly Exception [2].1718[1] https://www.gnu.org/software/classpath/license.html19[2] http://openjdk.java.net/legal/assembly-exception.html2021SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception22-->2324<!DOCTYPE suite SYSTEM "cmdlinetester.dtd">2526<!-- #### RUN URLClassLoaderTests SUITE #### -->27<suite id="Shared Classes URLClassLoaderTests Suite">2829<!-- Used to set which mode the test cases are run in -->30<variable name="currentMode" value=" "/>3132<!-- Set variables up -->33<variable name="JAVA_DIR" value="$JAVA_HOME$$PATHSEP$jre$PATHSEP$bin"/>34<variable name="JAVAC_DIR" value="$JAVA_HOME$$PATHSEP$bin"/>35<variable name="JAVA_EXE" value="$JAVA_HOME$$PATHSEP$jre$PATHSEP$bin$PATHSEP$java$EXECUTABLE_SUFFIX$ $TEST_JVM_OPTIONS$"/>36<variable name="TMOUT" value="600" />37<variable name="NETUSEDIR" value=".$PATHSEP$FindStore$PATHSEP$sharedClassesResults" />3839<!-- Our test modes for this suite -->40<if testVariable="SCMODE" testValue="210" resultVariable="SCCMD" resultValue="-Xshareclasses:persistent,controlDir=.,name="/>41<if testVariable="SCMODE" testValue="211" resultVariable="SCCMD" resultValue="-Xshareclasses:nonpersistent,controlDir=.,name="/>424344<echo value=" "/>45<echo value="#######################################################"/>46<echo value="Running tests in mode $SCMODE$ with command line options: $currentMode$"/>47<echo value="#######################################################"/>48<echo value=" "/>4950<exec command="$JAVA_EXE$ -Xshareclasses:destroyAll" quiet="false"/>51<exec command="$JAVA_EXE$ $SCCMD$invalidCacheName,destroyAll" quiet="false"/>5253<test id="Sanity.BuildInitial" timeout="$TMOUT$" runPath=".">54<command>$RUN_SCRIPT$ .$PATHSEP$Sanity$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>55<output type="success" caseSensitive="yes" regex="no">A.jar</output>56<output type="failure" caseSensitive="yes" regex="no">Usage:</output>57<output type="failure" caseSensitive="yes" regex="no">no such</output>58<output type="failure" caseSensitive="yes" regex="no">Exception:</output>59<output type="failure" caseSensitive="yes" regex="no">Error:</output>60</test>61<test id="Sanity.success" timeout="$TMOUT$" runPath=".">62<command>$JAVA_EXE$ $currentMode$ $SCCMD$Sanity,expire=0 -Xscmx5M -Djava.ext.dirs=.$PATHSEP$Sanity$PATHSEP$ExtDir -cp .$PATHSEP$Sanity$PATHSEP$A.jar jnurlcldr.shared.sanity.A_Main</command>63<output type="success" caseSensitive="yes" regex="no">Result=3</output>64<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>65<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>66<output type="failure" caseSensitive="yes" regex="no">Exception:</output>67<output type="failure" caseSensitive="yes" regex="no">Error:</output>68</test>69<test id="Sanity.BuildVerify" timeout="$TMOUT$" runPath=".">70<command>$RUN_SCRIPT$ .$PATHSEP$Sanity$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>71<output type="success" caseSensitive="yes" regex="no">A.jar</output>72<output type="failure" caseSensitive="yes" regex="no">Usage:</output>73<output type="failure" caseSensitive="yes" regex="no">no such</output>74<output type="failure" caseSensitive="yes" regex="no">Exception:</output>75<output type="failure" caseSensitive="yes" regex="no">Error:</output>76</test>77<test id="Sanity.verifySuccess" timeout="$TMOUT$" runPath=".">78<command>$JAVA_EXE$ $currentMode$ $SCCMD$Sanity,noTimestampChecks -Djava.ext.dirs=.$PATHSEP$Sanity$PATHSEP$ExtDir -cp .$PATHSEP$Sanity$PATHSEP$A.jar jnurlcldr.shared.sanity.A_Main</command>79<output type="success" caseSensitive="yes" regex="no">Result=3</output>80<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>81<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>82<output type="failure" caseSensitive="yes" regex="no">Exception:</output>83<output type="failure" caseSensitive="yes" regex="no">Error:</output>84</test>85<test id="Sanity.verifyStale" timeout="$TMOUT$" runPath=".">86<command>$JAVA_EXE$ $currentMode$ $SCCMD$Sanity -Djava.ext.dirs=.$PATHSEP$Sanity$PATHSEP$ExtDir -cp .$PATHSEP$Sanity$PATHSEP$A.jar jnurlcldr.shared.sanity.A_Main</command>87<output type="success" caseSensitive="yes" regex="no">Result=3</output>88<output type="failure" caseSensitive="yes" regex="no">CACHED</output>89<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>90<output type="failure" caseSensitive="yes" regex="no">Exception:</output>91<output type="failure" caseSensitive="yes" regex="no">Error:</output>92</test>93<test id="FindStore.BuildInitial" timeout="$TMOUT$" runPath=".">94<command>$RUN_SCRIPT$ .$PATHSEP$FindStore$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$ .$NETUSEDIR$</command>95<output type="success" caseSensitive="yes" regex="no">A.jar</output>96<output type="failure" caseSensitive="yes" regex="no">Usage:</output>97<output type="failure" caseSensitive="yes" regex="no">no such</output>98<output type="failure" caseSensitive="yes" regex="no">Exception:</output>99<output type="failure" caseSensitive="yes" regex="no">Error:</output>100</test>101<test id="FindStore.StoreExplicit" timeout="$TMOUT$" runPath=".">102<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,expire=0 -Xscmx5M -cp .$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$A.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$B.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$C.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$D.jar jnurlcldr.shared.findstore.A_Main</command>103<output type="success" caseSensitive="yes" regex="no">Result=3</output>104<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>105<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>106<output type="failure" caseSensitive="yes" regex="no">Exception:</output>107<output type="failure" caseSensitive="yes" regex="no">Error:</output>108</test>109<test id="FindStore.StoreRelative" timeout="$TMOUT$" runPath=".">110<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore -cp .$PATHSEP$FindStore$PATHSEP$E.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$F.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$G.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$H.jar jnurlcldr.shared.findstore.E_Main</command>111<output type="success" caseSensitive="yes" regex="no">Result=3</output>112<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>113<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>114<output type="failure" caseSensitive="yes" regex="no">Exception:</output>115<output type="failure" caseSensitive="yes" regex="no">Error:</output>116</test>117<test id="FindStore.StoreNetUse" timeout="$TMOUT$" runPath=".">118<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore -cp $NETUSEDIR$$PATHSEP$I.jar$CPDL$$NETUSEDIR$$PATHSEP$J.jar$CPDL$$NETUSEDIR$$PATHSEP$K.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$$NETUSEDIR$$PATHSEP$L.jar jnurlcldr.shared.findstore.I_Main</command>119<output type="success" caseSensitive="yes" regex="no">Result=3</output>120<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>121<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>122<output type="failure" caseSensitive="yes" regex="no">Exception:</output>123<output type="failure" caseSensitive="yes" regex="no">Error:</output>124</test>125<test id="FindStore.StoreClassfile" timeout="$TMOUT$" runPath=".">126<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore -cp .$PATHSEP$FindStore$PATHSEP$M_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$N_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$O_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$P_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar jnurlcldr.shared.findstore.M_Main</command>127<output type="success" caseSensitive="yes" regex="no">Result=3</output>128<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>129<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>130<output type="failure" caseSensitive="yes" regex="no">Exception:</output>131<output type="failure" caseSensitive="yes" regex="no">Error:</output>132</test>133<test id="FindStore.BuildVerify" timeout="$TMOUT$" runPath=".">134<command>$RUN_SCRIPT$ .$PATHSEP$FindStore$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$ ..$PATHSEP$.$NETUSEDIR$</command>135<output type="success" caseSensitive="yes" regex="no">A.jar</output>136<output type="failure" caseSensitive="no" regex="no">0 file(s) copied</output>137<output type="failure" caseSensitive="yes" regex="no">Usage:</output>138<output type="failure" caseSensitive="yes" regex="no">no such</output>139<output type="failure" caseSensitive="yes" regex="no">Exception:</output>140<output type="failure" caseSensitive="yes" regex="no">Error:</output>141</test>142<test id="FindStore.FindExplicit" timeout="$TMOUT$" runPath=".">143<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$A.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$B.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$C.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$D.jar jnurlcldr.shared.findstore.A_Main</command>144<output type="success" caseSensitive="yes" regex="no">Result=3</output>145<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>146<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>147<output type="failure" caseSensitive="yes" regex="no">Exception:</output>148<output type="failure" caseSensitive="yes" regex="no">Error:</output>149</test>150<test id="FindStore.FindRelative" timeout="$TMOUT$" runPath=".">151<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$E.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$F.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$G.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$H.jar jnurlcldr.shared.findstore.E_Main</command>152<output type="success" caseSensitive="yes" regex="no">Result=3</output>153<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>154<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>155<output type="failure" caseSensitive="yes" regex="no">Exception:</output>156<output type="failure" caseSensitive="yes" regex="no">Error:</output>157</test>158<test id="FindStore.FindNetUse" timeout="$TMOUT$" runPath=".">159<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp $NETUSEDIR$$PATHSEP$I.jar$CPDL$$NETUSEDIR$$PATHSEP$J.jar$CPDL$$NETUSEDIR$$PATHSEP$K.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar$CPDL$$NETUSEDIR$$PATHSEP$L.jar jnurlcldr.shared.findstore.I_Main</command>160<output type="success" caseSensitive="yes" regex="no">Result=3</output>161<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>162<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>163<output type="failure" caseSensitive="yes" regex="no">Exception:</output>164<output type="failure" caseSensitive="yes" regex="no">Error:</output>165</test>166<test id="FindStore.FindClassfile" timeout="$TMOUT$" runPath=".">167<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$M_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$N_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$O_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$P_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$Nothing.jar jnurlcldr.shared.findstore.M_Main</command>168<output type="success" caseSensitive="yes" regex="no">Result=3</output>169<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>170<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>171<output type="failure" caseSensitive="yes" regex="no">Exception:</output>172<output type="failure" caseSensitive="yes" regex="no">Error:</output>173</test>174<test id="FindStore.FindDiffcpExplicit" timeout="$TMOUT$" runPath=".">175<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$A.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$B.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$C.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$D.jar jnurlcldr.shared.findstore.A_Main</command>176<output type="success" caseSensitive="yes" regex="no">Result=3</output>177<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>178<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>179<output type="failure" caseSensitive="yes" regex="no">Exception:</output>180<output type="failure" caseSensitive="yes" regex="no">Error:</output>181</test>182<test id="FindStore.FindDiffcpRelative" timeout="$TMOUT$" runPath=".">183<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$E.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$F.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$G.jar$CPDL$.$PATHSEP$FindStore$PATHSEP$H.jar jnurlcldr.shared.findstore.E_Main</command>184<output type="success" caseSensitive="yes" regex="no">Result=3</output>185<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>186<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>187<output type="failure" caseSensitive="yes" regex="no">Exception:</output>188<output type="failure" caseSensitive="yes" regex="no">Error:</output>189</test>190<test id="FindStore.FindDiffcpNetUse" timeout="$TMOUT$" runPath=".">191<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp $NETUSEDIR$$PATHSEP$I.jar$CPDL$$NETUSEDIR$$PATHSEP$J.jar$CPDL$$NETUSEDIR$$PATHSEP$K.jar$CPDL$$NETUSEDIR$$PATHSEP$L.jar jnurlcldr.shared.findstore.I_Main</command>192<output type="success" caseSensitive="yes" regex="no">Result=3</output>193<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>194<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>195<output type="failure" caseSensitive="yes" regex="no">Exception:</output>196<output type="failure" caseSensitive="yes" regex="no">Error:</output>197</test>198<test id="FindStore.FindDiffcpClassfile" timeout="$TMOUT$" runPath=".">199<command>$JAVA_EXE$ $currentMode$ $SCCMD$FindStore,noTimestampChecks -cp .$PATHSEP$FindStore$PATHSEP$M_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$N_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$O_Classes$CPDL$.$PATHSEP$FindStore$PATHSEP$P_Classes jnurlcldr.shared.findstore.M_Main</command>200<output type="success" caseSensitive="yes" regex="no">Result=3</output>201<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>202<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>203<output type="failure" caseSensitive="yes" regex="no">Exception:</output>204<output type="failure" caseSensitive="yes" regex="no">Error:</output>205</test>206<test id="JarExtensionsTests.BuildInitial1" timeout="$TMOUT$" runPath=".">207<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>208<output type="success" caseSensitive="yes" regex="no">A.jar</output>209<output type="failure" caseSensitive="yes" regex="no">Usage:</output>210<output type="failure" caseSensitive="yes" regex="no">no such</output>211<output type="failure" caseSensitive="yes" regex="no">Exception:</output>212<output type="failure" caseSensitive="yes" regex="no">Error:</output>213</test>214<test id="JarExtensionsTests.SingleJarInManifest" timeout="$TMOUT$" runPath=".">215<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests,expire=0 -Xscmx5M -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>216<output type="success" caseSensitive="yes" regex="no">PASSED</output>217<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>218<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>219<output type="failure" caseSensitive="yes" regex="no">Exception:</output>220<output type="failure" caseSensitive="yes" regex="no">Error:</output>221</test>222<test id="JarExtensionsTests.MultipleJarsInManifests" timeout="$TMOUT$" runPath=".">223<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>224<output type="success" caseSensitive="yes" regex="no">PASSED</output>225<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>226<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>227<output type="failure" caseSensitive="yes" regex="no">Exception:</output>228<output type="failure" caseSensitive="yes" regex="no">Error:</output>229</test>230<test id="JarExtensionsTests.BuildVerify1" timeout="$TMOUT$" runPath=".">231<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>232<output type="success" caseSensitive="yes" regex="no">A.jar</output>233<output type="failure" caseSensitive="yes" regex="no">Usage:</output>234<output type="failure" caseSensitive="yes" regex="no">no such</output>235<output type="failure" caseSensitive="yes" regex="no">Exception:</output>236<output type="failure" caseSensitive="yes" regex="no">Error:</output>237</test>238<test id="JarExtensionsTests.SingleJarInManifest.Verify1" timeout="$TMOUT$" runPath=".">239<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>240<output type="success" caseSensitive="yes" regex="no">CACHED</output>241<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>242<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>243<output type="failure" caseSensitive="yes" regex="no">Exception:</output>244<output type="failure" caseSensitive="yes" regex="no">Error:</output>245</test>246<test id="JarExtensionsTests.SingleJarInManifest.Verify2" timeout="$TMOUT$" runPath=".">247<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>248<output type="success" caseSensitive="yes" regex="no">LOCAL</output>249<output type="failure" caseSensitive="yes" regex="no">CACHED</output>250<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>251<output type="failure" caseSensitive="yes" regex="no">Exception:</output>252<output type="failure" caseSensitive="yes" regex="no">Error:</output>253</test>254<test id="JarExtensionsTests.MultipleJarsInManifests.Verify1" timeout="$TMOUT$" runPath=".">255<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>256<output type="success" caseSensitive="yes" regex="no">CACHED</output>257<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>258<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>259<output type="failure" caseSensitive="yes" regex="no">Exception:</output>260<output type="failure" caseSensitive="yes" regex="no">Error:</output>261</test>262<test id="JarExtensionsTests.MultipleJarsInManifests.Verify2" timeout="$TMOUT$" runPath=".">263<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>264<output type="success" caseSensitive="yes" regex="no">LOCAL</output>265<output type="failure" caseSensitive="yes" regex="no">CACHED</output>266<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>267<output type="failure" caseSensitive="yes" regex="no">Exception:</output>268<output type="failure" caseSensitive="yes" regex="no">Error:</output>269</test>270<test id="JarExtensionsTests.BuildInitial2" timeout="$TMOUT$" runPath=".">271<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildInitial$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>272<output type="success" caseSensitive="yes" regex="no">A.jar</output>273<output type="failure" caseSensitive="yes" regex="no">Usage:</output>274<output type="failure" caseSensitive="yes" regex="no">no such</output>275<output type="failure" caseSensitive="yes" regex="no">Exception:</output>276<output type="failure" caseSensitive="yes" regex="no">Error:</output>277</test>278<test id="JarExtensionsTests.CreateJarIndexes" timeout="$TMOUT$" runPath=".">279<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildJarIndexes$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>280<output type="success" caseSensitive="yes" regex="no">B.jar</output>281<output type="failure" caseSensitive="yes" regex="no">Usage:</output>282<output type="failure" caseSensitive="yes" regex="no">no such</output>283<output type="failure" caseSensitive="yes" regex="no">Exception:</output>284<output type="failure" caseSensitive="yes" regex="no">Error:</output>285</test>286<test id="JarExtensionsTests.SingleJarInManifestWithIndex" timeout="$TMOUT$" runPath=".">287<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2,expire=0 -Xscmx5M -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>288<output type="success" caseSensitive="yes" regex="no">PASSED</output>289<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>290<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>291<output type="failure" caseSensitive="yes" regex="no">Exception:</output>292<output type="failure" caseSensitive="yes" regex="no">Error:</output>293</test>294<test id="JarExtensionsTests.MultipleJarsInManifestsWithIndex" timeout="$TMOUT$" runPath=".">295<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2 -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>296<output type="success" caseSensitive="yes" regex="no">PASSED</output>297<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>298<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>299<output type="failure" caseSensitive="yes" regex="no">Exception:</output>300<output type="failure" caseSensitive="yes" regex="no">Error:</output>301</test>302<test id="JarExtensionsTests.BuildVerify2" timeout="$TMOUT$" runPath=".">303<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildVerify$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>304<output type="success" caseSensitive="yes" regex="no">A.jar</output>305<output type="failure" caseSensitive="yes" regex="no">Usage:</output>306<output type="failure" caseSensitive="yes" regex="no">no such</output>307<output type="failure" caseSensitive="yes" regex="no">Exception:</output>308<output type="failure" caseSensitive="yes" regex="no">Error:</output>309</test>310<test id="JarExtensionsTests.CreateJarIndexes" timeout="$TMOUT$" runPath=".">311<command>$RUN_SCRIPT$ .$PATHSEP$JarExt$PATHSEP$buildJarIndexes$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>312<output type="success" caseSensitive="yes" regex="no">B.jar</output>313<output type="failure" caseSensitive="yes" regex="no">Usage:</output>314<output type="failure" caseSensitive="yes" regex="no">no such</output>315<output type="failure" caseSensitive="yes" regex="no">Exception:</output>316<output type="failure" caseSensitive="yes" regex="no">Error:</output>317</test>318<test id="JarExtensionsTests.SingleJarInManifestWithIndex.Verify1" timeout="$TMOUT$" runPath=".">319<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>320<output type="success" caseSensitive="yes" regex="no">CACHED</output>321<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>322<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>323<output type="failure" caseSensitive="yes" regex="no">Exception:</output>324<output type="failure" caseSensitive="yes" regex="no">Error:</output>325</test>326<test id="JarExtensionsTests.SingleJarInManifestWithIndex.Verify2" timeout="$TMOUT$" runPath=".">327<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2 -cp .$PATHSEP$JarExt$PATHSEP$A.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$B.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$D.jar jnurlcldr.shared.jarexttests.A_Main</command>328<output type="success" caseSensitive="yes" regex="no">LOCAL</output>329<output type="failure" caseSensitive="yes" regex="no">CACHED</output>330<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>331<output type="failure" caseSensitive="yes" regex="no">Exception:</output>332<output type="failure" caseSensitive="yes" regex="no">Error:</output>333</test>334<test id="JarExtensionsTests.MultipleJarsInManifestsWithIndex.Verify1" timeout="$TMOUT$" runPath=".">335<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2,noTimestampChecks -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>336<output type="success" caseSensitive="yes" regex="no">CACHED</output>337<output type="failure" caseSensitive="yes" regex="no">LOCAL</output>338<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>339<output type="failure" caseSensitive="yes" regex="no">Exception:</output>340<output type="failure" caseSensitive="yes" regex="no">Error:</output>341</test>342<test id="JarExtensionsTests.MultipleJarsInManifestsWithIndex.Verify2" timeout="$TMOUT$" runPath=".">343<command>$JAVA_EXE$ $currentMode$ $SCCMD$JarExtensionTests2 -cp .$PATHSEP$JarExt$PATHSEP$E.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$F.jar$CPDL$.$PATHSEP$JarExt$PATHSEP$H.jar jnurlcldr.shared.jarexttests.E_Main</command>344<output type="success" caseSensitive="yes" regex="no">LOCAL</output>345<output type="failure" caseSensitive="yes" regex="no">CACHED</output>346<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>347<output type="failure" caseSensitive="yes" regex="no">Exception:</output>348<output type="failure" caseSensitive="yes" regex="no">Error:</output>349</test>350<test id="SignedSealed.BuildInitial1" timeout="$TMOUT$" runPath=".">351<command>$RUN_SCRIPT$ .$PATHSEP$SignedSealed$PATHSEP$buildInitial1$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>352<output type="success" caseSensitive="yes" regex="no">AB.jar</output>353<output type="failure" caseSensitive="yes" regex="no">Usage:</output>354<output type="failure" caseSensitive="yes" regex="no">no such</output>355<output type="failure" caseSensitive="yes" regex="no">Exception:</output>356<output type="failure" caseSensitive="yes" regex="no">Error:</output>357</test>358<test id="Sealed.success" timeout="$TMOUT$" runPath=".">359<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed1,expire=0 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$AB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B1.jar jnurlcldr.shared.signedsealed.A_Main</command>360<output type="success" caseSensitive="yes" regex="no">Result=3</output>361<output type="failure" caseSensitive="yes" regex="no">Error:</output>362<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>363<output type="failure" caseSensitive="yes" regex="no">Exception:</output>364<output type="failure" caseSensitive="yes" regex="no">Error:</output>365</test>366<test id="Sealed.failure1" timeout="$TMOUT$" runPath=".">367<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$B1.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>368<output type="success" caseSensitive="yes" regex="no">SecurityException</output>369<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>370<output type="failure" caseSensitive="yes" regex="no">Error:</output>371</test>372<test id="Sealed.failure2" timeout="$TMOUT$" runPath=".">373<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed3 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$B2.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>374<output type="success" caseSensitive="yes" regex="no">SecurityException</output>375<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>376<output type="failure" caseSensitive="yes" regex="no">Error:</output>377</test>378<test id="Sealed.verify1" timeout="$TMOUT$" runPath=".">379<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$B1.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>380<output type="success" caseSensitive="yes" regex="no">SecurityException</output>381<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>382<output type="failure" caseSensitive="yes" regex="no">Error:</output>383</test>384<test id="Sealed.verify2" timeout="$TMOUT$" runPath=".">385<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed3 -cp .$PATHSEP$SignedSealed$PATHSEP$B2.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$AB.jar jnurlcldr.shared.signedsealed.A_Main</command>386<output type="success" caseSensitive="yes" regex="no">SecurityException</output>387<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>388<output type="failure" caseSensitive="yes" regex="no">Error:</output>389</test>390<test id="SignedSealed.BuildInitial2" timeout="$TMOUT$" runPath=".">391<command>$RUN_SCRIPT$ .$PATHSEP$SignedSealed$PATHSEP$buildInitial2$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>392<output type="success" caseSensitive="yes" regex="no">sA.jar</output>393<output type="failure" caseSensitive="yes" regex="no">Usage:</output>394<output type="failure" caseSensitive="yes" regex="no">no such</output>395<output type="failure" caseSensitive="yes" regex="no">Exception:</output>396<output type="failure" caseSensitive="yes" regex="no">Error:</output>397</test>398<test id="Signed.success1Store" timeout="$TMOUT$" runPath=".">399<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2,expire=0 -Xscmx5M -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>400<output type="success" caseSensitive="yes" regex="no">Result=3</output>401<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>402<output type="failure" caseSensitive="yes" regex="no">Exception:</output>403<output type="failure" caseSensitive="yes" regex="no">Error:</output>404</test>405<test id="Signed.success1Find" timeout="$TMOUT$" runPath=".">406<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>407<output type="success" caseSensitive="yes" regex="no">Result=3</output>408<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>409<output type="failure" caseSensitive="yes" regex="no">Exception:</output>410<output type="failure" caseSensitive="yes" regex="no">Error:</output>411</test>412<test id="Signed.success2Store" timeout="$TMOUT$" runPath=".">413<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>414<output type="success" caseSensitive="yes" regex="no">Result=3</output>415<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>416<output type="failure" caseSensitive="yes" regex="no">Exception:</output>417<output type="failure" caseSensitive="yes" regex="no">Error:</output>418</test>419<test id="Signed.success2Find" timeout="$TMOUT$" runPath=".">420<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>421<output type="success" caseSensitive="yes" regex="no">Result=3</output>422<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>423<output type="failure" caseSensitive="yes" regex="no">Exception:</output>424<output type="failure" caseSensitive="yes" regex="no">Error:</output>425</test>426<test id="Signed.success3Store" timeout="$TMOUT$" runPath=".">427<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>428<output type="success" caseSensitive="yes" regex="no">Result=3</output>429<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>430<output type="failure" caseSensitive="yes" regex="no">Exception:</output>431<output type="failure" caseSensitive="yes" regex="no">Error:</output>432</test>433<test id="Signed.success3Find" timeout="$TMOUT$" runPath=".">434<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sC.jar jnurlcldr.shared.signedsealed.A_Main</command>435<output type="success" caseSensitive="yes" regex="no">Result=3</output>436<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>437<output type="failure" caseSensitive="yes" regex="no">Exception:</output>438<output type="failure" caseSensitive="yes" regex="no">Error:</output>439</test>440<test id="Signed.failure1Store" timeout="$TMOUT$" runPath=".">441<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>442<output type="success" caseSensitive="yes" regex="no">SecurityException</output>443<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>444<output type="failure" caseSensitive="yes" regex="no">Error:</output>445</test>446<test id="Signed.failure1Find" timeout="$TMOUT$" runPath=".">447<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$A.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$sB.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>448<output type="success" caseSensitive="yes" regex="no">SecurityException</output>449<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>450<output type="failure" caseSensitive="yes" regex="no">Error:</output>451</test>452<test id="Signed.failure2Store" timeout="$TMOUT$" runPath=".">453<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>454<output type="success" caseSensitive="yes" regex="no">SecurityException</output>455<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>456<output type="failure" caseSensitive="yes" regex="no">Error:</output>457</test>458<test id="Signed.failure2Find" timeout="$TMOUT$" runPath=".">459<command>$JAVA_EXE$ $currentMode$ $SCCMD$SignedSealed2 -cp .$PATHSEP$SignedSealed$PATHSEP$sA.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$B.jar$CPDL$.$PATHSEP$SignedSealed$PATHSEP$C.jar jnurlcldr.shared.signedsealed.A_Main</command>460<output type="success" caseSensitive="yes" regex="no">SecurityException</output>461<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>462<output type="failure" caseSensitive="yes" regex="no">Error:</output>463</test>464<test id="NonExistJarTests.BuildInitial1" timeout="$TMOUT$" runPath=".">465<command>$RUN_SCRIPT$ .$PATHSEP$NonExistJar$PATHSEP$buildInitial1$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>466<output type="success" caseSensitive="yes" regex="no">A.jar</output>467<output type="failure" caseSensitive="yes" regex="no">Usage:</output>468<output type="failure" caseSensitive="yes" regex="no">no such</output>469<output type="failure" caseSensitive="yes" regex="no">Exception:</output>470<output type="failure" caseSensitive="yes" regex="no">Error:</output>471</test>472<test id="NonExistJarTests.StoreWithB" timeout="$TMOUT$" runPath=".">473<command>$JAVA_EXE$ $currentMode$ $SCCMD$NonExist1,expire=0 -Xscmx5M -cp .$PATHSEP$NonExistJar$PATHSEP$A.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$B.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$C.jar jnurlcldr.shared.nonexistjar.A_Main</command>474<output type="success" caseSensitive="yes" regex="no">Result=3</output>475<output type="failure" caseSensitive="yes" regex="no">ROGUE</output>476<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>477<output type="failure" caseSensitive="yes" regex="no">Exception:</output>478<output type="failure" caseSensitive="yes" regex="no">Error:</output>479</test>480<test id="NonExistJarTests.CheckForError1" timeout="$TMOUT$" runPath=".">481<command>$JAVA_EXE$ $currentMode$ $SCCMD$NonExist1 -cp .$PATHSEP$NonExistJar$PATHSEP$A.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$C.jar jnurlcldr.shared.nonexistjar.A_Main</command>482<output type="success" caseSensitive="yes" regex="no">NoClassDefFoundError</output>483<output type="failure" caseSensitive="yes" regex="no">Result=3</output>484<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>485</test>486<test id="NonExistJarTests.BuildInitial2" timeout="$TMOUT$" runPath=".">487<command>$RUN_SCRIPT$ .$PATHSEP$NonExistJar$PATHSEP$buildInitial2$SCRIPT_SUFFIX$ $JAVAC_DIR$</command>488<output type="success" caseSensitive="yes" regex="no">A.jar</output>489<output type="failure" caseSensitive="yes" regex="no">Usage:</output>490<output type="failure" caseSensitive="yes" regex="no">no such</output>491<output type="failure" caseSensitive="yes" regex="no">Exception:</output>492<output type="failure" caseSensitive="yes" regex="no">Error:</output>493</test>494<test id="NonExistJarTests.StoreWithRogueB" timeout="$TMOUT$" runPath=".">495<command>$JAVA_EXE$ $currentMode$ $SCCMD$NonExist2,expire=0 -Xscmx5M -cp .$PATHSEP$NonExistJar$PATHSEP$A.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$B.jar$CPDL$.$PATHSEP$NonExistJar$PATHSEP$BC.jar jnurlcldr.shared.nonexistjar.A_Main ROGUE</command>496<output type="success" caseSensitive="yes" regex="no">Result=3</output>497<output type="failure" caseSensitive="yes" regex="no">ROGUE</output>498<output type="failure" caseSensitive="yes" regex="no">SETUP ERROR</output>499<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>500<output type="failure" caseSensitive="yes" regex="no">Exception:</output>501<output type="failure" caseSensitive="yes" regex="no">Error:</output>502</test>503504<exec command="$JAVA_EXE$ $SCCMD$invalidCacheName,destroyAll" quiet="false"/>505<exec command="$JAVA_EXE$ -Xshareclasses:destroyAll" quiet="false"/>506507</suite>508509