< prev index next >

test/jdk/jdk/jfr/cmd/TestPrintXML.java

Print this page
rev 51054 : imported patch 9000013-aixDisableJFR-requires.patch

*** 50,63 **** import org.xml.sax.InputSource; import org.xml.sax.SAXException; import org.xml.sax.XMLReader; import org.xml.sax.helpers.DefaultHandler; ! /* * @test * @key jfr * @summary Tests print --xml * * @library /test/lib /test/jdk * @modules java.scripting * java.xml * jdk.jfr --- 50,64 ---- import org.xml.sax.InputSource; import org.xml.sax.SAXException; import org.xml.sax.XMLReader; import org.xml.sax.helpers.DefaultHandler; ! /** * @test * @key jfr * @summary Tests print --xml + * @requires vm.hasJFR * * @library /test/lib /test/jdk * @modules java.scripting * java.xml * jdk.jfr
< prev index next >