Tweaked comment.

git-svn-id: svn://10.0.0.236/trunk@4985 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
fur 1998-07-03 02:43:34 +00:00
parent c583e2e8f7
commit 5d2426cebb

View File

@ -122,8 +122,9 @@ jsj_WrapJSObject(JSContext *cx, JNIEnv *jEnv, JSObject *js_obj)
return the same Java object, both for efficiency and so that the '=='
operator works as expected in Java when comparing two JSObjects.
However, it is not possible to hold a reference to a Java object without
inhibiting GC of that object, at least not in a portable way, i.e.
a weak reference. So, for now, JSObject identity is broken. */
inhibiting GC of that object, at least not in a way that is portable
to all vendor's JVM, i.e. a weak reference. So, for now, JSObject identity
is broken. */
he = *hep;
if (he) {