< prev index next >

test/gc/TestGCLogRotationViaJcmd.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test TestGCLogRotationViaJcmd.java * @bug 7090324 * @summary test for gc log rotation via jcmd * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -Xloggc:test.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=3 TestGCLogRotationViaJcmd * */ import com.oracle.java.testlibrary.*; import java.io.File;
< prev index next >