Re: strange appendix to method

Remi Forax <[email protected]> Wed, 27 Sep 2017 18:03:58 +0200 (CEST)
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
Hi Jochen,
if you generate unreachable code and ask ASM to generate stack map frame,
ASM will replace unreachable code with NOP NOP ATHROW.

Rémi 

----- Mail original -----
> De: "Jochen Theodorou" <[email protected]>
> À: "asm" <[email protected]>
> Envoyé: Mercredi 27 Septembre 2017 17:49:06
> Objet: [asm] strange appendix to method

> Hi all,
> 
> I have a problem in which may methods, that I generate with Groovy and
> ASM, that these methods have an NOP ATHROW at their end. I do remember
> some discussion here on the list about something like this appearing, if
> stack map frames are enabled and I do the visitMaxs(0,0). Can somebody
> remember a discussion like this?
> 
> Knowing would help me in investigating the reason for this, since it
> currently looks like ASM is adding this on its own.
> 
> bye Jochen
> 
> 
> --
> You receive this message as a subscriber of the [email protected] mailing list.
> To unsubscribe: mailto:[email protected]
> For general help: mailto:[email protected]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws


-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws