Cannot find Symbols for jvm.dll
Daniel D. Daugherty
daniel.daugherty at oracle.com
Mon May 27 12:00:39 PDT 2013
Pavel,
In order to save diskspace (by default), debug info files are ZIP'ed into
a '.diz' file; where 'diz' stands for Debug Info Zip...
To disable debug info ZIPing, set the following in your environment:
export ZIP_DEBUGINFO_FILES=0
There may be some other way of doing this in the new build system.
Dan
On 5/27/13 11:57 AM, Pavel G. Belevich wrote:
> 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