Path: blob/master/test/functional/cmdLineTests/jvmtitests/decompilationtests.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>12<!--3Copyright (c) 2004, 2020 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<suite id="Decompilation Tests" timeout="300"> <!-- CMVC 161669: some machines take a long time to run decomp002 -->27<variable name="JVM_OPTS" value="-Xdump:system:events=abort " />28<variable name="AGENTLIB" value="-agentlib:jvmtitest" />29<variable name="TESTRUNNER" value="com.ibm.jvmti.tests.util.TestRunner" />303132<test id="decomp001">33<command>$EXE$ $JVM_OPTS$ $AGENTLIB$=test:decomp001 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>34<return type="success" value="0"/>35</test>3637<test id="decomp002">38<command>$EXE$ $JVM_OPTS$ $AGENTLIB$=test:decomp002 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>39<return type="success" value="0"/>40</test>4142<test id="decomp002-OSRFV">43<command>$EXE$ -XX:+OSRSafePointFV $JVM_OPTS$ $AGENTLIB$=test:decomp002 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>44<return type="success" value="0"/>45</test>4647<test id="decomp003-XINT">48<command>$EXE$ $JVM_OPTS$ -Xint $AGENTLIB$=test:decomp003 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>49<return type="success" value="0"/>50</test>5152<test id="decomp003-NON-FSD">53<command>$EXE$ $JVM_OPTS$ -Xjit:count=0,limit={*.jit*},tryToInline={*.jit*} $AGENTLIB$=test:decomp003,args:nostep -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>54<return type="success" value="0"/>55</test>5657<test id="decomp003-FSD-NO-DECOMP">58<command>$EXE$ $JVM_OPTS$ -Xjit:count=0,limit={*.jit*},tryToInline={*.jit*},forcefullspeeddebug $AGENTLIB$=test:decomp003,args:nostep -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>59<return type="success" value="0"/>60</test>6162<test id="decomp003-FSD-EXISTING-DECOMP">63<command>$EXE$ $JVM_OPTS$ -Xjit:count=0,limit={*.jit*},tryToInline={*.jit*} $AGENTLIB$=test:decomp003 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>64<return type="success" value="0"/>65</test>6667<test id="decomp003-FSD-DECOMP-DURING-EVENT">68<command>$EXE$ $JVM_OPTS$ -Xjit:count=0,limit={*.jit*},tryToInline={*.jit*} $AGENTLIB$=test:decomp003,args:stepincatch -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>69<return type="success" value="0"/>70</test>7172<test id="decomp004">73<command>$EXE$ $JVM_OPTS$ -Xjit:count=0,limit={*.jit*} $AGENTLIB$=test:decomp004 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>74<return type="success" value="0"/>75</test>7677<test id="decomp004-mimic">78<command>$EXE$ $JVM_OPTS$ -Xjit:count=0,limit={*.jit*},mimicinterpreterframeshape $AGENTLIB$=test:decomp004 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>79<return type="success" value="0"/>80</test>8182<test id="decomp005">83<command>$EXE$ $JVM_OPTS$ -Xjit:count=1,disableAsyncCompilation,limit={*.jit*},tryToInline={*.jitIn*} $AGENTLIB$=test:decomp005 -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>84<return type="success" value="0"/>85</test>8687<test id="decomp005-imse">88<command>$EXE$ $JVM_OPTS$ -Xjit:count=1,disableAsyncCompilation,limit={*.jit*},tryToInline={*.jitIn*} $AGENTLIB$=test:decomp005,args:imse -cp $Q$$JAR$$Q$ $TESTRUNNER$</command>89<return type="success" value="0"/>90</test>9192</suite>939495