[ nice-Bugs-888452 ] VerifyError

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.lang.nice.devel
Message-ID <[email protected]>
Bugs item #888452, was opened at 2004-01-31 22:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=888452&group_id=12788

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bryn Keller (xoltar)
Assigned to: Nobody/Anonymous (nobody)
Summary: VerifyError

Initial Comment:
With CVS version of 1/31/2004:

class Foo {}

int bar (Foo obj)
{
  synchronized(obj)
  {
    ?Throwable exn = new Exception();
    if (exn != null)
      throw exn;
    return 1;
  }
}


gives:

Exception in thread "main" java.lang.VerifyError:
(class: test/fun, method: bar
signature: (Ltest/Foo;)I) Cannot load return address
from register 3

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=888452&group_id=12788


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.