[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fw: Running Eclipse on Jikes RVM and Classpath
From: |
Brian Jones |
Subject: |
Re: Fw: Running Eclipse on Jikes RVM and Classpath |
Date: |
01 May 2003 21:21:57 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
David P Grove <address@hidden> writes:
> Sorry, this was almost certainly due to two missing '\' in the definition
> of MAXIMUM_MAPPABLE_ADDRESS in Jikes RVM's i686-pc-linux-gnu config file.
> About half of the config files were wrong. I just checked in fixes for
> them all.
Is there a JNI function that isn't implemented in the VM causing
trouble here?
address@hidden gtk]$ rvm -verbose:jni TestAWT
[Loaded native library: /home/cbj/cvs/rvmBuild/libjavaio.so]
[Dynamic-linking native method java.io.FileDescriptor.nativeInit ... JNI]
[Loaded native library: /home/cbj/cvs/rvmBuild/libjavalang.so]
[Dynamic-linking native method java.lang.Double.initIDs ... JNI]
[Dynamic-linking native method java.lang.Double.longBitsToDouble ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeOpen ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeGetLength ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeSeek ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeReadBuf ... JNI]
[Dynamic-linking native method java.io.FileDescriptor.nativeGetFilePointer ...
JNI]
[Loaded native library: /home/cbj/cvs/rvmBuild/libjpnexec.so]
[Dynamic-linking native method java.io.File.existsInternal ... JNI]
[Dynamic-linking native method java.io.File.isDirectoryInternal ... JNI]
[Dynamic-linking native method java.io.File.lengthInternal ... JNI]
[Loaded native library: /home/cbj/cvs/rvmBuild/libgtkpeer.so]
[Dynamic-linking native method gnu.java.awt.peer.gtk.GtkMainThread.gtkInit ...
JNI]
0x430001d4
vm internal error at:
-- Stack --
Lcom/ibm/JikesRVM/VM; sysFail(Ljava/lang/String;)V at line 821
Lcom/ibm/JikesRVM/VM; _assertionFailure(Ljava/lang/String;)V at line 392
Lcom/ibm/JikesRVM/VM; _assert(ZLjava/lang/String;)V at line 386
Lcom/ibm/JikesRVM/VM; _assert(Z)V at line 369
Lcom/ibm/JikesRVM/VM_CompiledMethods;
getCompiledMethod(I)Lcom/ibm/JikesRVM/VM_CompiledMethod; at line 69
Lcom/ibm/JikesRVM/VM_Runtime;
deliverException(Ljava/lang/Throwable;Lcom/ibm/JikesRVM/VM_Registers;)V at line
776
Lcom/ibm/JikesRVM/VM_Runtime; athrow(Ljava/lang/Throwable;)V at line 517
Lcom/ibm/JikesRVM/VM_DynamicLinker; unimplementedNativeMethod()V at line 41
Lcom/ibm/JikesRVM/VM_JNIFunctions;
GetJavaVM(ILcom/ibm/JikesRVM/VM_Address;)I at line 5724
<native frame>
Lgnu/java/awt/peer/gtk/GtkMainThread; gtkInit()V at line 0
Lgnu/java/awt/peer/gtk/GtkMainThread; run()V at line 72
Ljava/lang/Thread; run()V at line 270
Lcom/ibm/JikesRVM/VM_Thread; startoff()V at line 712
vm: exit 1
--
Brian Jones <address@hidden>