diff --git a/.hgtags-top-repo b/.hgtags-top-repo index 2d18f092b7d8040a1c97c089d77b38f4a006df23..f29e5783c6c0cb57daafe98fa0cca99b9ae641a7 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 diff --git a/README-builds.html b/README-builds.html index ad7d16cb30b38c4e613e655982a5b44fd7502a6f..fe9ea5d1baa9b047b4c0a409dbbb4fa0d415fcc3 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. diff --git a/hotspot/.hgtags b/hotspot/.hgtags index 077f452111dda140930921c7f1a750f341737893..d8265014a47e79c896199576cabb91bf89131674 100644 --- a/hotspot/.hgtags +++ b/hotspot/.hgtags @@ -35,3 +35,4 @@ f4cbf78110c726919f46b59a3b054c54c7e889b4 jdk7-b57 53d9bf689e80fcc76b221bbe6c5d58e08b80cbc6 jdk7-b58 c55be0c7bd32c016c52218eb4c8b5da8a75450b5 jdk7-b59 a77eddcd510c3972717c025cfcef9a60bfa4ecac jdk7-b60 +27b728fd1281ab62e9d7e4424f8bbb6ca438d803 jdk7-b61 diff --git a/make/Defs-internal.gmk b/make/Defs-internal.gmk index 89be05b1efe0d7983e87b865306b8410a02849cc..fc18e7fd408883bf6c12ec68d053e1e951c6d615 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) \