help on starting point of hotspot jvm
ddmetro
puzzlesdj at gmail.com
Mon Oct 4 17:42:17 PDT 2010
Thanks Christian.
1. I have added printfs in all the java.c files under the /hotspot folder. I
then ran >make hotspot. Now I am trying to launch a class file
HelloWorld.class from location:
"/home/dhiraj/Desktop/PP-2/hotspot/icedtea/icedtea6-1.8/openjdk/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product"
by the command:
>./gamma HelloWorld
However, it gives the following error:
error while loading shared libraries: libjvm.so: cannot open shared object
file: No such file or directory
Quesiton: I am trying to test the changes made in the hotspot code after
building it. Kindly point out what am I missing out in here.
I am doing this to get to the starting point of code, when >java HelloWorld
is executed.
Thanking You,
Dhiraj Padnani.
--
View this message in context: http://old.nabble.com/help-on-starting-point-of-hotspot-jvm-tp29785128p29883454.html
Sent from the OpenJDK Hotspot Compiler Development List mailing list archive at Nabble.com.
More information about the hotspot-compiler-dev
mailing list