<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - A Working Developer's Guide to Java Bytecode</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 18 May 2013 07:25:19 -0400</pubDate>


    <item>

        <title>Re: A Working Developer's Guide to Java Bytecode</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=45432</link>

        

        
            <description><![CDATA[Hello, I am trying to figure out how dup instructions work I went to sun and look at jvm spec but I need some examples of how to use dup opcode. is there a url for this?

Thanks]]></description>
        

        <pubDate>Fri, 26 Oct 2007 15:08:52 -0400</pubDate>

        

        <jf:creationDate>Fri, 26 Oct 2007 15:08:52 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 26 Oct 2007 15:08:52 -0400</jf:modificationDate>
        <jf:date>Oct 26, 2007</jf:date>
        <jf:author>earamsey</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>No offense intended, Eugene :-)</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=45432</link>

        

        
            <description><![CDATA[<blockquote>It seems like this article describing lots of unnecessary details, especially those, around constant pool references. Too bad, Ted haven't stayed for our ASM talk ath the JavaOne. :-)</blockquote>...]]></description>
        

        <pubDate>Mon, 25 Jun 2007 11:07:27 -0400</pubDate>

        

        <jf:creationDate>Mon, 25 Jun 2007 11:07:27 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 25 Jun 2007 11:07:27 -0400</jf:modificationDate>
        <jf:date>Jun 25, 2007</jf:date>
        <jf:author>Ted Neward</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Some comments</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=45432</link>

        

        
            <description><![CDATA[Thank you for the example, Eugene. It's been very helpful.]]></description>
        

        <pubDate>Fri, 18 May 2007 02:40:14 -0400</pubDate>

        

        <jf:creationDate>Fri, 18 May 2007 02:40:14 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 18 May 2007 02:40:14 -0400</jf:modificationDate>
        <jf:date>May 18, 2007</jf:date>
        <jf:author>Taras Puchko</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Some comments</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=45432</link>

        

        
            <description><![CDATA[Taras, there is no prepackaged utility to do such matching, but you can use Analyzer to calculate what instructions produced values for every variable or stack slot:...]]></description>
        

        <pubDate>Thu, 17 May 2007 15:26:02 -0400</pubDate>

        

        <jf:creationDate>Thu, 17 May 2007 15:26:02 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 17 May 2007 15:26:02 -0400</jf:modificationDate>
        <jf:date>May 17, 2007</jf:date>
        <jf:author>Eugene Kuleshov</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Some comments</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=45432</link>

        

        
            <description><![CDATA[Yeah, ASM is a great library. I use it in <a href="http://retrotranslator.sourceforge.net/">Retrotranslator</a> to backport bytecode from Java 5 to Java 1.4. ASM gives me full control over each bytecode instruction and at the same time I don't have to...]]></description>
        

        <pubDate>Wed, 16 May 2007 04:09:18 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 May 2007 04:09:18 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 May 2007 04:09:18 -0400</jf:modificationDate>
        <jf:date>May 16, 2007</jf:date>
        <jf:author>Taras Puchko</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Some comments</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=45432</link>

        

        
            <description><![CDATA[It seems like this article describing lots of unnecessary details, especially those, around constant pool references. Too bad, Ted haven't stayed for our ASM talk ath the JavaOne. :-)...]]></description>
        

        <pubDate>Tue, 15 May 2007 17:32:35 -0400</pubDate>

        

        <jf:creationDate>Tue, 15 May 2007 17:32:35 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 15 May 2007 17:32:35 -0400</jf:modificationDate>
        <jf:date>May 15, 2007</jf:date>
        <jf:author>Eugene Kuleshov</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>A Working Developer's Guide to Java Bytecode</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=45432</link>

        

        
            <description><![CDATA[In the last year or two, interest in "alternative" languages on top of the Java Virtual Machine has grown exponentially, to the point where three languages were blessed with official acceptance in the Java Community Process: JRuby (a port of the Ruby...]]></description>
        

        <pubDate>Tue, 15 May 2007 15:45:21 -0400</pubDate>

        

        <jf:creationDate>Tue, 15 May 2007 15:45:21 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 15 May 2007 15:45:21 -0400</jf:modificationDate>
        <jf:date>May 15, 2007</jf:date>
        <jf:author>Nuno Teixeira</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>



</channel>
</rss>

