Home | History | Annotate | Download | only in 1948-obsolete-const-method-handle
      1 Tests that obsolete methods work correctly in the presence of const-method-type.
      2 
      3 const-method-type and the invoke-custom/polymorphic opcodes are new in dex 39.
      4 It is almost impossible to get them emmited from normal java code so we don't
      5 have any coverage on them. To get this coverage we use ASM to build a class file
      6 that contains the required opcodes.
      7