Re: question on class loading behavior on array classes

2010-01-07 Thread Peter Jones
On Jan 6, 2010, at 10:40 PM, ravenex wrote: > According the the JVM spec, 2nd edition, 5.3.3 Creating Array Classes, > both the bootstrap class loader and user-defined class loaders can > load array classes, and the corresponding class loaders involved are > recorded as initiating class loaders.

question on class loading behavior on array classes

2010-01-06 Thread ravenex
Hi all, I asked the question on jdk6-dev list, and Joe Darcy said here's a better place to ask, so here I go. According the the JVM spec, 2nd edition, 5.3.3 Creating Array Classes, both the bootstrap class loader and user-defined class loaders can load array classes, and the corresponding class