You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (Created) (JIRA)" <ji...@apache.org> on 2011/10/26 00:18:32 UTC

[jira] [Created] (TAP5-1724) JSR/RET are not supported with computeFrames option

JSR/RET are not supported with computeFrames option
---------------------------------------------------

                 Key: TAP5-1724
                 URL: https://issues.apache.org/jira/browse/TAP5-1724
             Project: Tapestry 5
          Issue Type: Bug
          Components: plastic, tapestry-core
    Affects Versions: 5.3
            Reporter: Howard M. Lewis Ship


This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1724.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>             Fix For: 5.3
>
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135566#comment-13135566 ] 

Hudson commented on TAP5-1724:
------------------------------

Integrated in tapestry-trunk-freestyle #609 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/609/])
    TAP5-1724: In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1188964
Files : 
* /tapestry/tapestry5/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java

                
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135566#comment-13135566 ] 

Hudson commented on TAP5-1724:
------------------------------

Integrated in tapestry-trunk-freestyle #609 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/609/])
    TAP5-1724: In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1188964
Files : 
* /tapestry/tapestry5/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic/PlasticInternalUtils.java

                
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1724.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>             Fix For: 5.3
>
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1724:
---------------------------------------

    Description: 


This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

  was:This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

        Summary: In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception  (was: JSR/RET are not supported with computeFrames option)
    
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136430#comment-13136430 ] 

Howard M. Lewis Ship commented on TAP5-1724:
--------------------------------------------

Was able to reproduce this problem in the client code, then fix it with the upgrade to 5.3-beta-29 which includes this fix.
                
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>             Fix For: 5.3
>
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135538#comment-13135538 ] 

Howard M. Lewis Ship commented on TAP5-1724:
--------------------------------------------

I've committed a "fix" but it's very hard to verify.
                
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1724:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1724:
---------------------------------------

    Description: 


This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

  was:This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

        Summary: In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception  (was: JSR/RET are not supported with computeFrames option)
    
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1724:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136430#comment-13136430 ] 

Howard M. Lewis Ship commented on TAP5-1724:
--------------------------------------------

Was able to reproduce this problem in the client code, then fix it with the upgrade to 5.3-beta-29 which includes this fix.
                
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>             Fix For: 5.3
>
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1724) In rare cases, Tapestry may fail to transform a class due to a "JSR/RET are not supported with computeFrames option" exception

Posted by "Howard M. Lewis Ship (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135538#comment-13135538 ] 

Howard M. Lewis Ship commented on TAP5-1724:
--------------------------------------------

I've committed a "fix" but it's very hard to verify.
                
> In rare cases, Tapestry may fail to transform a class due to a  "JSR/RET are not supported with computeFrames option" exception
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1724
>                 URL: https://issues.apache.org/jira/browse/TAP5-1724
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: plastic, tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: asm, bytecode
>
> This is a common issue with ASM; it doesn't handle the JSR and RET opcodes when using the computeFrames option.  Only the JDK 1.5 and earlier compiler uses JSR and RET, so compiling for JDK 1.6 should be a workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira