hotspot/test/compiler/codecache/CheckSegmentedCodeCache.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 37253 45e69c7b0bac
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    25 import sun.hotspot.WhiteBox;
    25 import sun.hotspot.WhiteBox;
    26 
    26 
    27 /*
    27 /*
    28  * @test CheckSegmentedCodeCache
    28  * @test CheckSegmentedCodeCache
    29  * @bug 8015774
    29  * @bug 8015774
    30  * @library /testlibrary /../../test/lib
    30  * @library /testlibrary /test/lib
    31  * @summary "Checks VM options related to the segmented code cache"
    31  * @summary "Checks VM options related to the segmented code cache"
    32  * @modules java.base/sun.misc
    32  * @modules java.base/sun.misc
    33  *          java.management
    33  *          java.management
    34  * @build CheckSegmentedCodeCache
    34  * @build CheckSegmentedCodeCache
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox