[hotspot-dev] JIT compiler generate x86 and x86_64 binary

Christian Thalinger christian.thalinger at oracle.com
Wed Oct 6 11:37:32 PDT 2010


On Wed, 2010-10-06 at 17:01 +0200, Volker Simonis wrote:
> probably want to use DEBUG_CFLAGS/i486=-g to instruct the make to
> generate the default and most expressive debugging format. Otherwise,
> -gstabs will be used on 32-bit systems which is not the preferred
> debugging format anymore.

Just a FYI: using DEBUG_BINARIES=true uses -g for all platforms, which
is a little more generic.

-- Christian



More information about the hotspot-dev mailing list