From 9c931b2138131270ac989792b89b6a150d18f03f Mon Sep 17 00:00:00 2001 From: Jonathan Gibbons Date: Wed, 20 May 2009 14:02:22 -0700 Subject: [PATCH 1/3] 6827026: Change javac source and target default to 7 Reviewed-by: darcy, ohair --- make/Defs-internal.gmk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/Defs-internal.gmk b/make/Defs-internal.gmk index 89be05b1efe..fc18e7fd408 100644 --- a/make/Defs-internal.gmk +++ b/make/Defs-internal.gmk @@ -218,6 +218,7 @@ COMMON_BUILD_ARGUMENTS = \ JDK_TOPDIR=$(ABS_JDK_TOPDIR) \ JDK_MAKE_SHARED_DIR=$(ABS_JDK_TOPDIR)/make/common/shared \ EXTERNALSANITYCONTROL=true \ + SOURCE_LANGUAGE_VERSION=$(SOURCE_LANGUAGE_VERSION) \ TARGET_CLASS_VERSION=$(TARGET_CLASS_VERSION) \ MILESTONE=$(MILESTONE) \ BUILD_NUMBER=$(BUILD_NUMBER) \ From e4d607185f2cd0163afaa969f25e374e5903de50 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Wed, 17 Jun 2009 20:53:01 +0100 Subject: [PATCH 2/3] 6851515: awt_p.h incorporates a chunk of the XRender header Use XRender header directly rather than copying chunks locally Reviewed-by: anthony, ohair --- README-builds.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README-builds.html b/README-builds.html index ad7d16cb30b..fe9ea5d1baa 100644 --- a/README-builds.html +++ b/README-builds.html @@ -72,6 +72,7 @@
  • Linux and Solaris:
  • Linux only: @@ -656,6 +657,9 @@ CUPS Include files, set ALT_CUPS_HEADERS_PATH.
  • +
  • + Install the XRender Include files. +
  • Install the JIBX Libraries, set @@ -1032,6 +1036,27 @@ CUPS Header files. +

    XRender Extension Headers (Solaris & Linux)

    +
    +

    + Solaris: + XRender header files are required for building the + OpenJDK on Solaris. + The XRender header file is included with the other X11 header files + in the package SFWxwinc on new enough versions of + Solaris and will be installed in + /usr/X11/include/X11/extensions/Xrender.h +

    + Linux: + XRender header files are required for building the + OpenJDK on Linux. + The Linux header files are usually available from a "Xrender" + development package, it's recommended that you try and use + the package provided by the particular distribution of Linux that + you are using. +

    +
    +

    FreeType 2

    Version 2.3 or newer of FreeType is required for building the OpenJDK. From d12a988e50cdc4ad4d6ceca18b02498d85b7d890 Mon Sep 17 00:00:00 2001 From: Xiomara Jayasena Date: Thu, 18 Jun 2009 13:05:20 -0700 Subject: [PATCH 3/3] Added tag jdk7-b61 for changeset 73a162bf9360 --- .hgtags-top-repo | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags-top-repo b/.hgtags-top-repo index 2d18f092b7d..f29e5783c6c 100644 --- a/.hgtags-top-repo +++ b/.hgtags-top-repo @@ -35,3 +35,4 @@ ffd09e767dfa6d21466183a400f72cf62d53297f jdk7-b57 59b497130f82ec809c245ffb5e521e3a5fabf8af jdk7-b58 030142474602b4a067662fffc0c8e541de5a78df jdk7-b59 39565502682c7085369bd09e51640919dc741097 jdk7-b60 +472c21584cfd7e9c0229ad6a100366a5c03d2976 jdk7-b61