Path: blob/master/test/functional/cmdLineTests/fastClassHashTable/fastClassHashTableTest.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>1<!--2Copyright (c) 2016, 2020 IBM Corp. and others34This program and the accompanying materials are made available under5the terms of the Eclipse Public License 2.0 which accompanies this6distribution and is available at https://www.eclipse.org/legal/epl-2.0/7or the Apache License, Version 2.0 which accompanies this distribution and8is available at https://www.apache.org/licenses/LICENSE-2.0.910This Source Code may also be made available under the following11Secondary Licenses when the conditions for such availability set12forth in the Eclipse Public License, v. 2.0 are satisfied: GNU13General Public License, version 2 with the GNU Classpath14Exception [1] and GNU General Public License, version 2 with the15OpenJDK Assembly Exception [2].1617[1] https://www.gnu.org/software/classpath/license.html18[2] http://openjdk.java.net/legal/assembly-exception.html1920SPDX-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-exception21-->2223<!DOCTYPE suite SYSTEM "cmdlinetester.dtd">2425<suite id="SIGXFSZ Handling Tests" timeout="2400">26<variable name="CP" value="-cp $Q$$RESJAR$$Q$" />27<variable name="FASTTABLE" value="-XX:+FastClassHashTable" />28<variable name="NOTFASTTABLE" value="-XX:-FastClassHashTable" />29<variable name="TRACE" value="-Xtrace:print={j9vm.480-482}" />3031<test id="Default">32<command>$EXE$ $TRACE$ $CP$ j9vm.test.fastclasshashtable.FastClassHashTableTest</command>33<output regex="yes" type="required">.*jvmPhaseChange occured (Phase = 2).*</output>34<output regex="yes" type="required">.*Enabled FastClassHashTable.*</output>35<output regex="yes" type="success">.* Freeing previous hashtable .* for FastClasshashTable.*</output>36<output regex="no" type="failure" caseSensitive="no" regex="no">core dump</output>37<output regex="no" type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>38<output regex="no" type="failure" caseSensitive="no" regex="no">corrupt</output>39<output regex="no" type="failure" caseSensitive="yes" regex="no">Processing dump event</output>40</test>4142<test id="-XX:-FastClasshashTable -XX:+FastClasshashTable">43<command>$EXE$ $TRACE$ $CP$ $NOTFASTTABLE$ $FASTTABLE$ j9vm.test.fastclasshashtable.FastClassHashTableTest</command>44<output regex="yes" type="required">.*jvmPhaseChange occured (Phase = 2).*</output>45<output regex="yes" type="required">.*Enabled FastClassHashTable.*</output>46<output regex="yes" type="success">.* Freeing previous hashtable .* for FastClasshashTable.*</output>47<output regex="no" type="failure" caseSensitive="no" regex="no">core dump</output>48<output regex="no" type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>49<output regex="no" type="failure" caseSensitive="no" regex="no">corrupt</output>50<output regex="no" type="failure" caseSensitive="yes" regex="no">Processing dump event</output>51</test>5253<test id="-XX:+FastClasshashTable -XX:-FastClasshashTable">54<command>$EXE$ $TRACE$ $CP$ $FASTTABLE$ $NOTFASTTABLE$ j9vm.test.fastclasshashtable.FastClassHashTableTest</command>55<output regex="yes" type="success">.*jvmPhaseChange occured (Phase = 2).*</output>56<output regex="yes" type="failure">.*Enabled FastClassHashTable.*</output>57<output regex="yes" type="failure">.* Freeing previous hashtable .* for FastClasshashTable.*</output>58<output regex="no" type="failure" caseSensitive="no" regex="no">core dump</output>59<output regex="no" type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>60<output regex="no" type="failure" caseSensitive="no" regex="no">corrupt</output>61<output regex="no" type="failure" caseSensitive="yes" regex="no">Processing dump event</output>62</test>6364</suite>656667