* src/vm/linker.c (link_class_intern): Impose loading constraints on the
authoredwin <none@none>
Fri, 21 Apr 2006 00:00:22 +0000 (00:00 +0000)
committeredwin <none@none>
Fri, 21 Apr 2006 00:00:22 +0000 (00:00 +0000)
commit98127ad599939b0cab1f9c421e23dcc43fc825b9
tree48e8f8f409ae2171c6b4a8470c2ca92cd68f1c48
parent09f47dc19c3e88fe9881d914c7f36d5aa234a3e3
* src/vm/linker.c (link_class_intern): Impose loading constraints on the
more general types of the overwritten method, instead of on the over-
writing method. Don't impose loading constraints when "overwriting" the
instance initializaton method <init>, as it is not called virtually.
src/vm/linker.c