On 9/6/05, James Carman <[EMAIL PROTECTED]> wrote: > 1. Well, it's not exactly the same thing. I'm talking about when they pass > in just "boolean" or "int". In that case, we construct the name "[B" or > "[I" and pass that to Class.forName() with the "initialize" parameter, > thereby telling it whether to initialize the array class and not > (necessarily) the component type class.
If I understand the VM spec correctly, the initialization is recursively applied to the component type: http://java.sun.com/docs/books/vmspec/2nd-edition/html/ConstantPool.doc.html#79473 > 2. Your parsing code didn't support the "proper" type format for arrays. > We want this method to do so. If you want me to, I can enhance it accordingly this evening. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
