Fwd: Where is sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h?
Franklyn Ding
franklynding at gmail.com
Mon Aug 3 11:55:24 UTC 2009
Thanks for your reply.
I checked my log files and didn't find the ouput serviceability with the
following command:
grep -i 'serviceability' make1.log make2.log make3.log make4.log
Note that I have 4 log files because I solved several problems before
reaching sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h.
Could you further point out in what folder make builds the serviceability
agent and the target name?
For example, the log files contain 2 lines listed below
make[8]: Leaving directory
`/cygdrive/d/sys_temp/openjdk/openjdk/corba/make/com/sun/corba/se/impl/oa'
Timing: 00005 seconds or 5s for make-com-sun-corba-se-impl-oa
the sub folder is openjdk/corba/make/com/sun/corba/se/impl/oa
and the target is make-com-sun-corba-se-impl-oa
In addition, I attached my log files.
Frank
2009/7/29 Tom Rodriguez <Thomas.Rodriguez at sun.com>
This file should be generated by javah during the build of the
> serviceability agent in hotspot. It's probably done just a little bit
> before this error. Do you see anything about javah in your output near this
> point?
>
> tom
>
>
> On Jul 27, 2009, at 10:57 PM, Franklyn Ding wrote:
>
> Hi
>> I am a fan of JAVA and trying to build openjdk6 on my windows.
>> I solved several problems but the following one is very weird and I
>> didn't find anything useful after googling.
>>
>> sawindbg.cpp
>> openjdk\hotspot\agent\src\os\win32\windbg\sawindbg.cpp(28) :fatal error
>> C1083: Cannot open include file:
>> 'sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h': No such file or
>> directory
>>
>> I checked sawindbg.cpp and found the corresponding line
>>
>> // this is source code windbg based SA debugger agent to debug
>> // Dr. Watson dump files and process snapshots.
>>
>> #include "sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h"
>>
>> #ifdef _M_IA64
>>
>> So what's wrong with my jdk build, or where can I get this head file?
>>
>> Thanks
>> Frank
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20090803/f0cc879f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.7z
Type: application/octet-stream
Size: 30699 bytes
Desc: not available
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20090803/f0cc879f/log.7z>
More information about the build-dev
mailing list