This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi, On Thu, 2002-11-07 at 17:16, Tom Tromey wrote: > > But I'm curious: getType doesn't initialize the class, it just calls > _Jv_ResolveField. Should this be initializing the class instead? My typo. I should have said "make sure that Field is resolved before being used". Otherwise the type field could still point to Utf8 class signature. Cheers, Mark
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |