<div class="gmail_quote">Thanks for your reply.<br><br>I checked my log files and didn't find the ouput serviceability with the following command:<br>grep -i 'serviceability' make1.log make2.log make3.log make4.log <br>
<br>Note that I have 4 log files because I solved several problems before reaching sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h. <br><br>Could you further point out in what folder make builds the serviceability agent and the target name?<br>
<br>For example, the log files contain 2 lines listed below <br><span style="color: rgb(51, 51, 255);">make[8]: Leaving directory `/cygdrive/d/sys_temp/openjdk/openjdk/corba/make/com/sun/corba/se/impl/oa'</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> Timing: 00005 seconds or 5s for make-com-sun-corba-se-impl-oa</span><br><span style="color: rgb(51, 51, 51);">the sub folder is openjdk/corba/make/com/sun/corba/se/impl/oa<br>and the target is make-com-sun-corba-se-impl-oa</span><br>
<br>In addition, I attached my log files.<br><br>Frank<br style="color: rgb(51, 51, 51);"><br><div class="gmail_quote">2009/7/29 Tom Rodriguez <span dir="ltr"><<a href="mailto:Thomas.Rodriguez@sun.com" target="_blank">Thomas.Rodriguez@sun.com</a>></span><div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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?<br>
<font color="#888888">
<br>
tom</font><div><div></div><div><br>
<br>
On Jul 27, 2009, at 10:57 PM, Franklyn Ding wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br>
I am a fan of JAVA and trying to build openjdk6 on my windows.<br>
I solved several problems but the following one is very weird and I didn't find anything useful after googling.<br>
<br>
sawindbg.cpp<br>
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<br>
<br>
I checked sawindbg.cpp and found the corresponding line<br>
<br>
// this is source code windbg based SA debugger agent to debug<br>
// Dr. Watson dump files and process snapshots.<br>
<br>
#include "sun_jvm_hotspot_debugger_windbg_WindbgDebuggerLocal.h"<br>
<br>
#ifdef _M_IA64<br>
<br>
So what's wrong with my jdk build, or where can I get this head file?<br>
<br>
Thanks<br>
Frank<br>
</blockquote>
<br>
</div></div></blockquote></div></div></div><br>
</div><br>