< prev index next >

test/com/sun/management/OperatingSystemMXBean/TestTotalSwap.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 23,40 **** /* * @test * @bug 4858522 * @summary Basic unit test of OperatingSystemMXBean.getTotalSwapSpaceSize() * * @library /lib/testlibrary ! * @modules jdk.management * @build TestTotalSwap jdk.testlibrary.* * @run main TestTotalSwap - * - * @author Steve Bohne - * @author Jaroslav Bachorik */ /* * This test tests the actual swap size on linux and solaris. * The correct value should be checked manually: --- 23,39 ---- /* * @test * @bug 4858522 * @summary Basic unit test of OperatingSystemMXBean.getTotalSwapSpaceSize() + * @author Steve Bohne + * @author Jaroslav Bachorik * * @library /lib/testlibrary ! * * @build TestTotalSwap jdk.testlibrary.* * @run main TestTotalSwap */ /* * This test tests the actual swap size on linux and solaris. * The correct value should be checked manually:
< prev index next >