This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Make gnu.classpath.Pointer work


Gary Benson writes:
 > Hi all,
 > 
 > Is this patch all that's needed to make gnu.classpath.Pointer an
 > analogue of gnu.gcj.RawData?
 > 
 > Cheers,
 > Gary
 > Index: ChangeLog
 > ===================================================================
 > --- ChangeLog	(revision 120848)
 > +++ ChangeLog	(working copy)
 > @@ -1,3 +1,12 @@
 > +2007-01-17  Gary Benson  <gbenson@redhat.com>
 > +
 > +	* java-tree.h (JTI_POINTER_PTR_TYPE_NODE): Defined.
 > +	(pointer_ptr_type_node): Likewise.
 > +	* decl.c (java_init_decl_processing): Initialize
 > +	pointer_ptr_type_node.
 > +	* boehm.c (mark_reference_fields): Ignore pointer_ptr_type_node
 > +	objects when marking.
 > +

Looks OK.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]