test/hotspot/jtreg/runtime/appcds/jigsaw/PatchModule/SubClassOfPatchedClass.java
changeset 48469 7312ae4465d6
parent 48138 78b2ecdd3c4b
child 48979 514c73a1955b
equal deleted inserted replaced
48468:7cc7de9bf4a4 48469:7312ae4465d6
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
    27  * @requires vm.cds
    28  * @summary the class in the -cp is a subclass of the class in --patch-module. The
    28  * @summary the class in the -cp is a subclass of the class in --patch-module. The
    29  *          patched class should be used at runtime.
    29  *          patched class should be used at runtime.
    30  * @library ../..
    30  * @library ../..
    31  * @library /test/hotspot/jtreg/testlibrary
    31  * @library /test/hotspot/jtreg/testlibrary
    32  * @library /test/lib
    32  * @library /test/lib