Will this test pass on SUN or BEA JVM? I remember I tried something similar but one of the RIs crashed :)
On 10/11/06, Pavel Pervov <[EMAIL PROTECTED]> wrote:
(Branching from original thread as this is different problem than in the root message.) Mikhail, The following scenario will fail: 1) JIT compiles some method and resolves some class "A" through user defined class loader 2) user define class loader loads class "A" and triggers compilation of some of its methods 3) this method happens to depend on class "A", and, thus, JIT resolves the class "A" through the same class loader Voila! We have the described situation. Regards, Pavel.
-- Mikhail Fursov