< prev index next >

test/jdk/jdk/jfr/startupargs/TestOldObjectQueueSize.java

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

*** 32,44 **** import jdk.jfr.consumer.RecordedEvent; import jdk.jfr.internal.test.WhiteBox; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; ! /* * @test * @summary Test -XX:FlightRecorderOptions=old-object-queue-size * @modules jdk.jfr/jdk.jfr.internal.test * @library /test/lib * @key jfr * * @run main/othervm -XX:TLABSize=2k -XX:-FastTLABRefill -XX:FlightRecorderOptions=old-object-queue-size=0 jdk.jfr.startupargs.TestOldObjectQueueSize off --- 32,45 ---- import jdk.jfr.consumer.RecordedEvent; import jdk.jfr.internal.test.WhiteBox; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; ! /** * @test * @summary Test -XX:FlightRecorderOptions=old-object-queue-size + * @requires vm.hasJFR * @modules jdk.jfr/jdk.jfr.internal.test * @library /test/lib * @key jfr * * @run main/othervm -XX:TLABSize=2k -XX:-FastTLABRefill -XX:FlightRecorderOptions=old-object-queue-size=0 jdk.jfr.startupargs.TestOldObjectQueueSize off
< prev index next >