Cannot find Symbols for jvm.dll

Pavel G. Belevich belevichp at gmail.com
Mon May 27 10:57:18 PDT 2013


Hi All,

I would greatly appreciate if someone can help me with building openjdk8 on
win7.

I cloned openjdk8 by
   hg clone http://hg.openjdk.java.net/jdk8/jdk8
then configured it by
   ./configure --enable-debug --with-target-bits=64
--with-freetype=/cygdrive/c/OpenJDK/freetype-2.3.12
then build by
   make all

After that I created VS project by running:

 c:\OpenJDK\jdk8\hotspot\make\windows\create.bat
c:\OpenJDK\jdk8\build\windows-x86_64-normal-server-fastdebug\jdk

When I tried to debug jvm VS said that it could not find or open the PDB
file for
C:\OpenJDK\jdk8\build\windows-x86_64-normal-server-fastdebug\jdk\bin\server\jvm.dll

Then I tried to manually load several pdb files(like jvm.pdb or java.pdb)
from c:\OpenJDK\jdk8\build\windows-x86_64-normal-server-fastdebug\jdk\objs
but w/o any luck.

Thank you!

Best regards, Pavel


More information about the hotspot-dev mailing list