indy and jython not getting along
Charles Oliver Nutter
charles.nutter at sun.com
Tue May 19 08:12:48 PDT 2009
Frank Wierzbicki wrote:
> Hi all,
>
> In my experiments it seems like even the simplest invokedynamic calls
> will crash in the presence of an initialized jython.
>
> To reproduce:
>
> co https://jython.svn.sourceforge.net/svnroot/jython/trunk/jython
> ant jar-complete
>
> put the [jython]/dist/jython.jar in your classpath (I also tried
> bootclasspath) and run this code:
> http://pylonshq.com/pasties/c4d63bb23cac801c1d25131af9908dab
>
> This crashes for me on Linux with a recent clone of
> http://hg.openjdk.java.net/jdk7/jdk7.
>
> Comment out the "new PySystemState()", and things work fine.
Are there perhaps additional patches above and beyond what's in jdk7
that are needed? You might give it a shot with MLVM additions and
bsd-port base, maybe.
- Charlie
More information about the mlvm-dev
mailing list