You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2011/07/27 14:21:31 UTC

DO NOT REPLY [Bug 51563] New: [patch] InstConstraintVisitor does not handle class constants

https://issues.apache.org/bugzilla/show_bug.cgi?id=51563

             Bug #: 51563
           Summary: [patch] InstConstraintVisitor does not handle class
                    constants
           Product: BCEL
           Version: unspecified
          Platform: Macintosh
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: notifications@jakarta.apache.org
        ReportedBy: jonas.bugzilla@gmail.com
    Classification: Unclassified


Created attachment 27321
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27321
Patch to add class constant support to ldc/ldc_w

InstConstraintVisitor gives an error if ldc/ldc_w is used to load a class
constant (svn r1151433). This is allowed since the JVM 1.5 specifications (and
I've seen this has been fixed in several other places in BCEL already).

The attached patch fixes this problem.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 51563] [patch] InstConstraintVisitor does not handle class constants

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51563

Jonas Maebe <jo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27321|0                           |1
           is patch|                            |
  Attachment #27321|application/octet-stream    |text/plain
          mime type|                            |

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 51563] [patch] InstConstraintVisitor does not handle class constants

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51563

Dave Brosius <db...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dbrosius@apache.org
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #1 from Dave Brosius <db...@apache.org> 2011-07-28 03:21:39 UTC ---
Thanks for the patch
Committed revision 1151709.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org