Date: Tue, 7 Dec 2004 20:23:40 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-bytecodes.hpp patch-shared.hpp Message-ID: <200412072023.iB7KNevu001213@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2004-12-07 20:23:40 UTC FreeBSD ports repository Added files: java/jdk13/files patch-bytecodes.hpp patch-shared.hpp Log: . Backport some fixes from 1.4 for the HotSpot Server VM when compiled under gcc 3.4. In particular, this fixes some places where an enumerated type is assumed to be the same width as an int (which the standard doesn't guarantee and gcc 3.4 now enforces). For full details, see the log for the jdk14 equivalent changes. Revision Changes Path 1.1 +22 -0 ports/java/jdk13/files/patch-bytecodes.hpp (new) 1.1 +34 -0 ports/java/jdk13/files/patch-shared.hpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412072023.iB7KNevu001213>