A wield hotspot make error

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Feb 17 02:36:35 PST 2009


On Mon, 2009-02-16 at 13:26 -0800, Xiaobin Lu wrote:
> "gamma" is an internal launcher to test the VM after the build is
> done. It is similar to java but statically linked to libjvm.so. It
> locates rt.jar and other jar files from JAVA_HOME environment variable
> as part of the start up.

This is not quite correct.  gamma is, as java, dynamically linked with
libjvm.so and it uses LD_LIBRARY_PATH to find it.

Anyway, what confuses me is this:

> But after that, if I manually run test_gamma at directory ../jvmg, there is
> no error.

-- Christian




More information about the hotspot-dev mailing list