Tweaked comment.
git-svn-id: svn://10.0.0.236/trunk@4985 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c583e2e8f7
commit
5d2426cebb
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user