RE: Not sure where to post this...

2008-03-03 Thread Ted Neward
No, this was a "rm -r -f build" and "make fastdebug_build". I can send you the fastdebug.log file if you think it'll help. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: corba Makefile bugs (b24)

2008-03-03 Thread Joe Darcy
Possibly related to 6662581 "jdk/make/common/internal/Defs-corba.gmk doesnot list all files to be imported: some classes missing"? http://bugs.sun.com/view_bug.do?bug_id=6662581 -Joe Kurt Miller wrote: While working on OpenJDK 1.7 BSD porting efforts, I noticed not all of the corba source was

Not sure where to post this...

2008-03-03 Thread Ted Neward
… so I’ll post it here. After making the makefile change Kelly described, I cannot get the fastdebug builds to run. Specifically, if I trace execution with windbg, I find that hpi::initialize() (called from os::init_2() in hotspot\src\os\windows\vm\os_windows.cpp) fails for some reason—haven’t

Re: Not sure where to post this...

2008-03-03 Thread Kelly O'Hair
Just some background... sorry if this is a repeat... The concept of "fastdebug" (essentially building with both -O and -g, and also including any native code assert checking) started with the Hotspot team on Solaris and Linux at least partially because of the big performance differences seen bet

Re: Not sure where to post this...

2008-03-03 Thread Tim Bell
Ted Neward wrote: After making the makefile change Kelly described For those following along, the makefile change was to delete line 211 of jdk7/make/Defs-internal.gmk: $ pwd /cygdrive/g/tbell/jdk7/make $ diff -u Defs-internal.gmk.00 Defs-internal.gmk --- Defs-internal.gmk.002008-02