This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Linking libgcj, and Java security
- From: Tom Tromey <tromey at redhat dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'Anthony Green'" <green at redhat dot com>, Andrew Haley <aph at redhat dot com>, Jeff Sturm <jsturm at one-point dot com>, java at gcc dot gnu dot org
- Date: 04 Dec 2002 16:50:49 -0700
- Subject: Re: Linking libgcj, and Java security
- References: <75A9FEBA25015040A761C1F74975667DA134CE@hplex4.hpl.hp.com>
- Reply-to: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> Do we all agree on what the CNI rules are about pointers to
Hans> collectable objects in C/C++ data structures/libraries?
Historically they've been fine in globals, but not elsewhere.
This was probably a mistake to support.
I don't know how much CNI code is out there, so I don't know the cost
of changing this.
Tom