Re: Review request for 4917309 and 6864003

2009-07-24 Thread Karen Kinnear
JVM_FindClassFromBootLoader is new with JDK7. Kumar added it. thanks, Karen On Jul 24, 2009, at 11:07 AM, Paul Hohensee wrote: Can't remove it unless it's fixed in jdk6 as well as 7. Also, one of these days we'll get around to shipping current hotspot in jdk5 and maybe 1.4.2. How would

Re: Review request for 4917309 and 6864003

2009-07-24 Thread Mandy Chung
Alan Bateman wrote: Mandy, I see in ClassLoader#loadClass that you still allow findBootstrapClassOrNull to throw CNF. I assume this is needed until there is a promoted build with the updated JVM_FindClassFromBootLoader, after which you will go back to clean it up - do I have this right? I

hg: jdk7/tl/langtools: 6863746: javap should not scan ct.sym by default

2009-07-24 Thread jonathan . gibbons
Changeset: 631425840408 Author:jjg Date: 2009-07-24 14:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/631425840408 6863746: javap should not scan ct.sym by default Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javap/JavapFileManager.java !

Re: Faster HashMap implementation

2009-07-24 Thread Alex Yakovlev
Doug, On Wed, Jul 22, 2009 at 8:21 PM, Doug Lead...@cs.oswego.edu wrote: On further evaluating it (among other possible HashMap replacements), I'm not convinced that they are enough better to commit. Size:... 9216 36864 147456 589824 HashMap ...45 97208273 V2

hg: jdk7/tl/jdk: 2 new changesets

2009-07-24 Thread martinrb
Changeset: abb221aa23e4 Author:martin Date: 2009-07-24 18:16 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/abb221aa23e4 6639443: Character.toCodePoint and Character.toSurrogates can be optimized Summary: rearranging code saves 5 bytes of bytecode Reviewed-by: sherman !