< prev index next >

test/hotspot/jtreg/runtime/cds/dynamicArchive/MethodSorting.java

Print this page

        

*** 27,38 **** * @summary When HelloA and HelloB are copied into the dynamic archive, the Symbols * for their method's names will have a different sorting order. This requires * that the dumped InstanceKlass to re-sort their "methods" array and re-layout the vtables/itables. * A regression test for an earlier bug in DynamicArchiveBuilder::relocate_buffer_to_target(). * @requires vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/appcds /test/hotspot/jtreg/runtime/appcds/test-classes ! * /test/hotspot/jtreg/runtime/appcds/dynamicArchive/test-classes * @build MethodSortingApp * @run driver ClassFileInstaller -jar method_sorting.jar * MethodSortingApp * MethodSortingApp$HelloA * MethodSortingApp$HelloA1 --- 27,38 ---- * @summary When HelloA and HelloB are copied into the dynamic archive, the Symbols * for their method's names will have a different sorting order. This requires * that the dumped InstanceKlass to re-sort their "methods" array and re-layout the vtables/itables. * A regression test for an earlier bug in DynamicArchiveBuilder::relocate_buffer_to_target(). * @requires vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/cds /test/hotspot/jtreg/runtime/cds/test-classes ! * /test/hotspot/jtreg/runtime/cds/dynamicArchive/test-classes * @build MethodSortingApp * @run driver ClassFileInstaller -jar method_sorting.jar * MethodSortingApp * MethodSortingApp$HelloA * MethodSortingApp$HelloA1
< prev index next >