equal
deleted
inserted
replaced
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 |