Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 01:12:45 +0200
From:      Claude Buisson <clbuisson@orange.fr>
To:        avg@FreeBSD.org, java@freebsd.org
Subject:   openjdk6: Compiler-gcc.gmk patching vs non-base compiler (continued)
Message-ID:  <504E73ED.20203@orange.fr>

next in thread | raw e-mail | index | archive | help
Hi,

Using gcc(46) I also needed to replace a

GCC      = gcc

by

GCC      ?= gcc

in hotspot/agent/src/os/bsd/Makefile

and define GCC (as gcc46) in Mk/bsd.gcc.mk.

And, for i386 I had to apply a patch to

hotspot/src/os_cpu/bsd_x86/vm/orderAccess_bsd_x86.inline.hpp

See:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7031385
http://cr.openjdk.java.net/~dbhole/register-allocation-fix/webrev.00/

Claude Buisson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?504E73ED.20203>