Am 27.04.2013 23:26, schrieb John Rose: ... > Each instance of the Groovy runtime will use a distinct ClassValue instance. > > If the ClassValue instance goes dead, then all the values (for each > class) bound using that instance should go dead also. > > If they don't it's a bug.
well... I assume that if I have a ClassValue for Object that is an isntance of Foo, that this instance will stay as long as I don't delete it myself. That is how ClassValue works, or not? And that is exactly my problem too. bye Jochen _______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev