- based on openjdk7 b147 and the bsd-port branch as of 20110811. - integrates mozilla rhino 1.7R3 scripting support based on patches from icedtea7 snapshot as of 20110819. - refresh bootstrap kits - tested on NetBSD 5.0/current, i386/amd64 and DragonFlyBSD 2.10 i386. Upstream changes: mostly bugfixes. Perhaps also noteworthy is that the zero assembler port has been integrated which should open up for wider platform support in pkgsrc in the future.
14 lines
477 B
Text
14 lines
477 B
Text
$NetBSD: patch-bc,v 1.2 2011/08/21 22:57:55 tnn Exp $
|
|
|
|
--- hotspot/src/share/vm/utilities/globalDefinitions.hpp.orig 2011-08-18 19:00:26.000000000 +0000
|
|
+++ hotspot/src/share/vm/utilities/globalDefinitions.hpp
|
|
@@ -25,7 +25,9 @@
|
|
#ifndef SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
|
|
#define SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
|
|
|
|
+#ifndef __STDC_FORMAT_MACROS
|
|
#define __STDC_FORMAT_MACROS
|
|
+#endif
|
|
|
|
#ifdef TARGET_COMPILER_gcc
|
|
# include "utilities/globalDefinitions_gcc.hpp"
|