You must be logged in to do that (read scm)
[ioke-user] Re: Re: Re: Re: Re: Re: Re: Re: Ikanserve on Google App Engine
- From: Charles Oliver Nutter <charles.nutter@sun.com>
- To: users@ioke.kenai.com
- Subject: [ioke-user] Re: Re: Re: Re: Re: Re: Re: Re: Ikanserve on Google App Engine
- Date: Fri, 10 Apr 2009 22:34:52 -0500
Weird..what's the bytecode look like? Seems like it could be a compiler bug.
Ola Bini wrote:
Charles Oliver Nutter wrote:
What's the verification problem?If you compile something like this:
package test;
public class TrySimpleMethod {
public final void mUnitDecimalLiteral() throws ArithmeticException {
try {
// ioke.g:224:5: ()
// ioke.g:225:5:
{
}
}
finally {
}
}
}
And then try to use that class, you get this:
cannot link Java class test.TrySimpleMethod, probable missing dependency: (class: test/TrySimpleMethod, method: mUnitDecimalLiteral signature: ()V) Stack size too large
The above is an example of a kind of source that Antlr generates.
Cheers
Ola Bini wrote:
Hendrik Volkmer wrote:
Hi Ola,Extremely weird. I wonder if this is some change in the way the 64-bit compiler works... Anyway. Google is on the case at least.
I used the Mac OS Leopard Java to compile ioke:
$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)
$ javac -version
javac 1.6.0_07
This is the WAR-dir I used to upload to app-engine:
git://github.com/hvolkmer/myikanserveengine.git
Cheers,
Hendrik
Cheers
| Hendrik Volkmer | 04/08/2009 | |
| Ola Bini | 04/09/2009 | |
| Hendrik Volkmer | 04/09/2009 | |
| Ola Bini | 04/09/2009 | |
| Hendrik Volkmer | 04/10/2009 | |
|
[ioke-user] Re: Re: Re: Re: Re: Ikanserve on Google App Engine |
Ola Bini | 04/10/2009 |
|
[ioke-user] Re: Re: Re: Re: Re: Re: Ikanserve on Google App Engine |
Charles Oliver Nutter | 04/10/2009 |
|
[ioke-user] Re: Re: Re: Re: Re: Re: Re: Ikanserve on Google App Engine |
Ola Bini | 04/11/2009 |
|
[ioke-user] Re: Re: Re: Re: Re: Re: Re: Re: Ikanserve on Google App Engine |
Charles Oliver Nutter | 04/11/2009 |
|
[ioke-user] Re: Re: Re: Re: Re: Re: Re: Re: Re: Ikanserve on Google App Engine |
Ola Bini | 04/11/2009 |
|
[ioke-user] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Ikanserve on Google App Engine |
Charles Oliver Nutter | 04/11/2009 |





