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.3

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.3) : When one class loader delegates to another cl

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

2006-10-10 Thread Egor Pasko
Does that answer your 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@inc

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

2006-10-10 Thread Fedotov, Alexei A
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/10/9, Alexey Varlamov <[EMAIL PROTECTED]>: >> 2006/10/9, Alexey Varlamov <[EMAIL PROTECTED]

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 boo

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

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 Ja

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 10