Re: Re: [classlib] TwoKeyHashMap

2006-07-23 Thread Alex Blewitt
I don't think that it makes sense to maintain a completely separate data structure just because there's a pair of keys. An object that holds two values will do the job just as well, and there should be no problem with an object being created, used for a lookup, and then recycled in the nursery

Re: [classlib][html] HTML 3.2 or 4.01

2006-07-23 Thread shen yu
Yes, AFAIK, SUN still does not support DTD 4.01 in JAVA 6.Refer to [1] May be they will wait for JAVA 7. And many developers are calling for DTD 4.01 support. IMO, it's a good idea to support DTD 4.01 in our project. Best regards [1]http://download.java.net/jdk6/docs/api/ 2006/7/22, Mikhail

[vote] acceptance of HARMONY-856 : assorted bug fixed for DRLVM

2006-07-23 Thread Geir Magnusson Jr
All is in order and in SVN for Harmony-856 wrt BCC and ACQ. Please vote to accept or reject this codebase into the Apache Harmony class library : [ ] + 1 Accept [ ] -1 Reject (provide reason below) Lets let this run a minimum of 3 days unless a) someone states they need more time or b) we get

Re: [vote] acceptance of HARMONY-856 : assorted bug fixed for DRLVM

2006-07-23 Thread Stefano Mazzocchi
Geir Magnusson Jr wrote: All is in order and in SVN for Harmony-856 wrt BCC and ACQ. Please vote to accept or reject this codebase into the Apache Harmony class library : [ ] + 1 Accept [ ] -1 Reject (provide reason below) Lets let this run a minimum of 3 days unless a) someone states

Re: [vote] acceptance of HARMONY-948 : HTML sub-component of Swing

2006-07-23 Thread Stefano Mazzocchi
Geir Magnusson Jr wrote: All is in order and in SVN for Harmony-948 wrt BCC and ACQ. Please vote to accept or reject this codebase into the Apache Harmony class library : [ ] + 1 Accept [ ] -1 Reject (provide reason below) Lets let this run a minimum of 3 days unless a) someone states

Re: [general] hdk and jre for review...

2006-07-23 Thread Thorbjørn Ravn Andersen
Geir Magnusson Jr skrev den 21-07-2006 15:46: Hm. I'm using ubuntu 6. I'll go look at your JIRA. Which is it? You found the JIRA and helped me figuring out the couple of apt-gets needed. I'll give it a whirl now. What I did doesn't change how you compile either classlib or drlvm - it

Re: [classlib][html] HTML 3.2 or 4.01

2006-07-23 Thread Mikhail Fursov
BTW there are a lot of other RFEs: http://bugs.sun.com/bugdatabase/top25_rfes.do Sun is asked to implement. Some of them are very interesting and could be implemented in Harmony as JDK extentions: struct/hotcode replacement/ftp support/logging support with ability to remove it from code like

RE: Re: [classlib] TwoKeyHashMap

2006-07-23 Thread Nathan Beyer
I would definitely agree these sentiments. Optimization, especially of this kind, should only take place after correct implementation (which I assume we already have) and significant negative side-effects can be shown. This mechanism of optimization just increases the amount of code maintenance

Re: [general] hdk and jre for review...

2006-07-23 Thread Geir Magnusson Jr
Thorbjørn Ravn Andersen wrote: Geir Magnusson Jr skrev den 21-07-2006 15:46: Hm. I'm using ubuntu 6. I'll go look at your JIRA. Which is it? You found the JIRA and helped me figuring out the couple of apt-gets needed. I'll give it a whirl now. What I did doesn't change how you

Re: [doc][drlvm] New document about GC posted on JIRA

2006-07-23 Thread Xiao-Feng Li
Thanks. Those docs are helpful. Thank, xiaofeng On 7/21/06, Morozova, Nadezhda [EMAIL PROTECTED] wrote: Folks, I've posted another doc that might be of use to you [1] :-) this is about plugging in a custom GC implementation. I was wondering if anyone is actually reading the docs we have

[general] App-driven Improvement

2006-07-23 Thread Geir Magnusson Jr
Now that we have a distribution of the VM + classlib in the JRE, we can start encouraging people to try real applications and tell us what's wrong. I'm guessing this will be an avalanche of useful information :) Obviously, the ideal is getting both tests and patches, but I think that's a lot to

[DRLVM/MMTk] v0.1 porting layer has been committed

2006-07-23 Thread Weldon Washburn
All, Implementations of the abstract classes from: http://cs.anu.edu.au/~Steve.Blackburn/private/mmtk-20060714.jar ::: src/org/mmtk/vm/*.java have been created. They are svn commited at: drlvm/trunk/vm/MMTk/ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/*.java The ant build.xml has been

Re: [DRLVM/MMTk] v0.1 porting layer has been committed

2006-07-23 Thread Geir Magnusson Jr
Weldon Washburn wrote: All, Implementations of the abstract classes from: http://cs.anu.edu.au/~Steve.Blackburn/private/mmtk-20060714.jar ::: src/org/mmtk/vm/*.java have been created. This is under CPL, right? They are svn commited at:

Re: [classlib][nio][discussion] Implementation of java.nio.channels.spi.SelectorProvider.inheritedChannel()

2006-07-23 Thread Jimmy, Jing Lv
Andrew Zhang wrote: Hello everybody, I plan to implement java.nio.channels.spi.SelectorProvider.inheritedChannel() method. Currently Harmony simply returns null. Spec doesn not specify how to detect inheritedChannel clearly, Returns the channel inherited from the entity that created this

Re: [classlib][nio][discussion] Implementation of java.nio.channels.spi.SelectorProvider.inheritedChannel()

2006-07-23 Thread Leo Li
2006/7/24, Jimmy, Jing Lv [EMAIL PROTECTED]: Andrew Zhang wrote: Hello everybody, I plan to implement java.nio.channels.spi.SelectorProvider.inheritedChannel() method. Currently Harmony simply returns null. Spec doesn not specify how to detect inheritedChannel clearly, Returns the

Re: [classlib][html] HTML 3.2 or 4.01

2006-07-23 Thread spark
Mikhail Fursov 写道: BTW there are a lot of other RFEs: http://bugs.sun.com/bugdatabase/top25_rfes.do Sun is asked to implement. Some of them are very interesting and could be implemented in Harmony as JDK extentions: struct/hotcode replacement/ftp support/logging support with ability to remove

Re: [classlib][html] HTML 3.2 or 4.01

2006-07-23 Thread Geir Magnusson Jr
Can we get Java 5 done first? ;) geir Mikhail Fursov wrote: BTW there are a lot of other RFEs: http://bugs.sun.com/bugdatabase/top25_rfes.do Sun is asked to implement. Some of them are very interesting and could be implemented in Harmony as JDK extentions: struct/hotcode replacement/ftp

Re: [drlvm] interface call devirtualization

2006-07-23 Thread Egor Pasko
On the 0x1AD day of Apache Harmony Mikhail Fursov wrote: I promised to start to investigate devirtualization techniques and here is the first result: I hacked the entry-backedge profiler in DRLVM and added the dump of virtual methods call frequencies when VM is about to be shutted down. The

Re: [classlib][html] HTML 3.2 or 4.01

2006-07-23 Thread Spark Shen
Geir Magnusson Jr 写道: Can we get Java 5 done first? ;) geir Yes, of course. :-) Mikhail Fursov wrote: BTW there are a lot of other RFEs: http://bugs.sun.com/bugdatabase/top25_rfes.do Sun is asked to implement. Some of them are very interesting and could be implemented in Harmony as