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
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
… 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
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
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