equal
deleted
inserted
replaced
37 * @test |
37 * @test |
38 * @summary Verify that for each group of mutually exclusive predicates defined |
38 * @summary Verify that for each group of mutually exclusive predicates defined |
39 * in jdk.test.lib.Platform one and only one predicate |
39 * in jdk.test.lib.Platform one and only one predicate |
40 * evaluates to true. |
40 * evaluates to true. |
41 * @library /testlibrary |
41 * @library /testlibrary |
42 * @modules java.base/sun.misc |
42 * @modules java.base/jdk.internal.misc |
43 * java.management |
43 * java.management |
44 * @run main TestMutuallyExclusivePlatformPredicates |
44 * @run main TestMutuallyExclusivePlatformPredicates |
45 */ |
45 */ |
46 public class TestMutuallyExclusivePlatformPredicates { |
46 public class TestMutuallyExclusivePlatformPredicates { |
47 private static enum MethodGroup { |
47 private static enum MethodGroup { |