Please review: 6695776 in OpenJDK7 (corba jscheme jar files in repository could be built from source)

2009-03-18 Thread Tim Bell
Hi Folks This is part of a project to move fixes that are already in OpenJDK6 forward to OpenJDK7. The fix for http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6695776 will remove some binary artifacts from the source tree and instead build them from sources when required. Here are the c

Re: Windows 64bit SDK changes (VS2008)

2009-03-18 Thread Kelly O'Hair
FYI... (Windows only) The changes to allow for using the latest Windows 64bit SDK are starting to show up, but I wanted to caution people that until all the repositories get the necessary changesets, full JDK builds will likely not build or work with this newer SDK. The sanity warning messages a

hg: jdk7/build/hotspot: 49 new changesets

2009-03-18 Thread xiomara . jayasena
Changeset: 9e5a6ed08fc9 Author:jmasa Date: 2009-02-17 15:35 -0800 URL: http://hg.openjdk.java.net/jdk7/build/hotspot/rev/9e5a6ed08fc9 6786346: intermittent Internal Error (src/share/vm/memory/cardTableModRefBS.cpp:226) Summary: Two assertions were incorrectly composed. Reviewed-by:

Re: Debug information

2009-03-18 Thread Andrew Haley
Kelly O'Hair wrote: > A few pieces of information... you probably already know most of this... > > * Debugging -g -O code has it's limitations, I assume that is > understood. Sometimes local variable information is not included, > sometimes the source line to instruction mapping is a bi