[kaffe] CVS kaffe (guilhem): Added missing entry in ChangeLog

Kaffe CVS cvs-commits at kaffe.org
Fri Dec 16 12:16:33 PST 2005


PatchSet 7006 
Date: 2005/12/16 19:57:47
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Added missing entry in ChangeLog

Members: 
	ChangeLog:1.4526->1.4527 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4526 kaffe/ChangeLog:1.4527
--- kaffe/ChangeLog:1.4526	Fri Dec 16 01:16:27 2005
+++ kaffe/ChangeLog	Fri Dec 16 19:57:47 2005
@@ -1,3 +1,27 @@
+2005-12-16  Guilhem Lavaux  <guilhem at kaffe.org>
+
+	* kaffe/kaffevm/baseClasses.c
+	kaffe/kaffevm/baseClasses.h
+	(initBaseClasses): Resolve java.nio.DirectByteBufferImpl and
+	java.nio.DirectByteBufferImpl$ReadWrite and gnu.classpath.Pointer.
+	Also resolve the inner address field.
+	
+	* kaffe/kaffevm/support.c,
+	kaffe/kaffevm/support.h
+	(KNI_lookupFieldC): New function to help resolve fields in a class
+	using a C string.
+
+	* kaffe/kaffevm/jni_i.h,
+	kaffe/kaffevm/jni/jni-fields.c:
+	(GET_STATIC_FIELD, SET_STATIC_FIELD, GET_FIELD, SET_FIELD): Moved
+	to jni_i.h and renamed to KNI_*
+
+	* kaffe/kaffevm/jni/jni-helpers.c
+	(KaffeJNI_NewDirectByteBuffer,
+	KaffeJNI_GetDirectBufferAddress): Use gnu/classpath/Pointer and
+	not RawData as this class has disappeated. These functions uses
+	KNI directly now.
+	
 2005-12-16  Dalibor Topic  <robilad at kaffe.org>,
             Alan Eliasen  <eliasen at mindspring.com>
 




More information about the kaffe mailing list