xref: /aosp_15_r20/art/test/1948-obsolete-const-method-handle/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1Tests that obsolete methods work correctly in the presence of const-method-type.
2
3const-method-type and the invoke-custom/polymorphic opcodes are new in dex 39.
4It is almost impossible to get them emmited from normal java code so we don't
5have any coverage on them. To get this coverage we use ASM to build a class file
6that contains the required opcodes.
7