Re: [drlvm] Non-bug difference HARMONY-1688?

2006-10-13 Thread Eugene Ostrovsky
Actually situation with initiating loaders is a little bit more complicated. in VM Spec there are two distinct terms: 1. 'Initiating' class loader - defined in ($5.3http://java.sun.com/docs/books/vmspec/2nd-edition/html/ConstantPool.doc.html#72007) : When one class loader delegates to another

Re: [drlvm] Non-bug difference HARMONY-1688?

2006-10-13 Thread Alexey Varlamov
2006/10/13, Eugene Ostrovsky [EMAIL PROTECTED]: Actually situation with initiating loaders is a little bit more complicated. in VM Spec there are two distinct terms: 1. 'Initiating' class loader - defined in ($5.3http://java.sun.com/docs/books/vmspec/2nd-edition/html/ConstantPool.doc.html#72007)

RE: [drlvm] Non-bug difference HARMONY-1688?

2006-10-10 Thread Fedotov, Alexei A
[mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 4:16 PM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] Non-bug difference HARMONY-1688? 2006/10/9, Alexey Varlamov [EMAIL PROTECTED]: 2006/10/9, Alexey Varlamov [EMAIL PROTECTED]: 2006/10/9, Pavel Pervov [EMAIL PROTECTED

Re: [drlvm] Non-bug difference HARMONY-1688?

2006-10-10 Thread Egor Pasko
question? With best regards, Alexei Fedotov, Intel Middleware Products Division -Original Message- From: Alexey Varlamov [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 4:16 PM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] Non-bug difference HARMONY-1688? 2006

Re: [drlvm] Non-bug difference HARMONY-1688?

2006-10-09 Thread Pavel Pervov
Commenting on (1) I should note, that VM generally can't determine the fact of initiating class loading; it can only be done in Java (except bootstrap class loader, of course). AFAIK, there is the bug: DRLVM does not record initiating class loader of a class. (1) is just the consequence. On

Re: [drlvm] Non-bug difference HARMONY-1688?

2006-10-09 Thread Alexey Varlamov
2006/10/9, Pavel Pervov [EMAIL PROTECTED]: Commenting on (1) I should note, that VM generally can't determine the fact of initiating class loading; it can only be done in Java (except bootstrap class loader, of course). I presume you mean cases of direct calls to loadClass() from executed Java

Re: [drlvm] Non-bug difference HARMONY-1688?

2006-10-09 Thread Alexey Varlamov
2006/10/9, Alexey Varlamov [EMAIL PROTECTED]: 2006/10/9, Pavel Pervov [EMAIL PROTECTED]: Commenting on (1) I should note, that VM generally can't determine the fact of initiating class loading; it can only be done in Java (except bootstrap class loader, of course). I presume you mean cases of

Re: [drlvm] Non-bug difference HARMONY-1688?

2006-10-09 Thread Alexey Varlamov
2006/10/9, Alexey Varlamov [EMAIL PROTECTED]: 2006/10/9, Alexey Varlamov [EMAIL PROTECTED]: 2006/10/9, Pavel Pervov [EMAIL PROTECTED]: Commenting on (1) I should note, that VM generally can't determine the fact of initiating class loading; it can only be done in Java (except bootstrap