RE: [general] platform support

2006-08-11 Thread Elford, Chris L
Any _primary_ platform that will be supported by Harmony will probably need to be put thru a pretty full test protocol on that platform independent of whether it uses the same binary or a different binary. I doubt that the Harmony community will want to target all possible OS combinations

RE: [tools] I want to implement keytool - have a question

2006-06-07 Thread Elford, Chris L
Geir writes: Maybe it's time to pull tools out? I'm not quite sure what you are suggesting. Pulling them out of the build? Placing them somewhere else in the repository? Thanks, Chris Elford Intel Middleware Products Division -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL

[DRLVM] -- JVMTI support?

2006-05-12 Thread Elford, Chris L
Hi all, I was working with the version of DRLVM that I compiled off of JIRA-438. I tried it with a JVMTI agent using -agentlib:... It looks like this version gives Class Load events. According to JVMTI, loading eclipse loads 4,189 classes. I'm not seeing any Method Load Events though.

RE: [DRLVM] -- JVMTI support?

2006-05-12 Thread Elford, Chris L
@incubator.apache.org Subject: Re: [DRLVM] -- JVMTI support? On Friday 12 May 2006 22:18 Elford, Chris L wrote: Hi all, I was working with the version of DRLVM that I compiled off of JIRA-438. I tried it with a JVMTI agent using -agentlib:... It looks like this version gives Class Load events

RE: DRLVM contribution - try this out!

2006-05-05 Thread Elford, Chris L
Products Division On 5/5/06, Elford, Chris L [EMAIL PROTECTED] wrote: Hi Vladimir, In the process of getting compiler 3.3.4 to work, I uninstalled the gcc that came with Fedora. It is possible that g++ wasn't installed completely by the Fedora installer and I hadn't

RE: DRLVM contribution - try this out!

2006-05-05 Thread Elford, Chris L
have time, I'll do the same on Fedora Core 4 to see if I had some configuration or missing updates issue. Regards, Chris Elford Intel Middleware Products Division -Original Message- From: Elford, Chris L [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 3:04 PM To: harmony-dev

RE: DRLVM contribution - try this out!

2006-05-04 Thread Elford, Chris L
, Elford, Chris L [EMAIL PROTECTED] wrote: Hi all, Since I shared initial experiences with this package, I thought I should do the same on Linux. I have not experienced as much luck there yet. A few notes: 1) If you are behind a proxy, make sure to follow the instructions regarding setting

RE: DRLVM contribution - try this out!

2006-05-03 Thread Elford, Chris L
Hi all, This is an impressive contribution. I have downloaded to a Windows XP system and have successfully built the VM and have run Eclipse 3.1.1 using it. A few notes on getting it to work on Windows. 1) On setting the COMPILER_CFG_SCRIPT as outlined in the README. I could not figure

RE: DRLVM contribution - try this out!

2006-05-03 Thread Elford, Chris L
Hi all, Since I shared initial experiences with this package, I thought I should do the same on Linux. I have not experienced as much luck there yet. A few notes: 1) If you are behind a proxy, make sure to follow the instructions regarding setting up the svn proxy [~/.subversion/servers].

[Arch] Suggestion to prioritize JVMTI over JVMPI and JVMDI

2005-09-21 Thread Elford, Chris L
Hi all, JVMTI is on track to replace the older JVMPI and JVMDI interfaces. J2SE 5 supports JVMTI and JVMPI/JVMDI but future followons to J2SE are expected to remove support for the older interfaces. Tools vendors seem to be in the process of transitioning to the JVMTI interface. It does not

[Arch] Designing in support for JVMTI in Harmony

2005-09-13 Thread Elford, Chris L
Hi all, JVMTI is a great step forward to supporting extensible profiling and debug tools. I believe that we should work to ensure that Apache Harmony implements all JVMTI functionality including optional functionality in the JVMTI specification. This will ensure that all tools implemented to the