gamma and Interpreter
Sebastian Sickelmann
sebastian.sickelmann at gmx.de
Fri Nov 25 06:33:04 PST 2011
Hi
i actually try to prototype some thinks into the vm.
Starting project setup from a description[1] how to debug hotspot i get
something running put i think
i run into an C2-Compiler issue of my change. To not complicate my
prototype i want to use interpreter mode.
But i cannot get it going(compiling)
My Setup with i build my C2-Version is:
DEBUG_NAME=debug LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-7-openjdk make jvmg1
My Setup with i tried to build Interpreter-Version is:
CC_INTERP=true DEBUG_NAME=debug LANG=C
ALT_BOOTDIR=/usr/lib/jvm/java-7-openjdk make jvmg1
I get the this [1] error, which i can fix but than i run into more[2]
errors.
[1]
https://raw.github.com/gist/1393620/a2eb4327dee28a39e776409819664aab1307e829/CC_INTERP_ERROR1.log
[2]
https://raw.github.com/gist/1393645/f0fddaf6a83b44aa94827b2e72280e2959dc78fb/CC_INTERP_ERROR2.log
I think i got something wrong in my setup.
Some tips on how to build and test in interpreter mode would be fine.
Kind regards
Sebastian
More information about the hotspot-dev
mailing list