Re: [Fwd: Re: Can I see dynamically modified bytecodes?]
Nathan Fiedler <[email protected]> Sat, 10 Jun 2006 23:28:17 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <[email protected]> |
Right, I believe it verifies that the bytecodes coming from the method over the wire are the same as the ones in the .class file. If they differ, a small icon is shown in the view. This reason for using the .class file is because BCEL cannot display bytecodes of a single method, it must have an entire .class file. A rather annoying limitation. It looks like what you want is not possible in JSwat. n Cay Horstmann wrote: > I tried that, and it showed me the byte codes of the method in the > .class file before they were modified by the agent.