aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2014-02-06Merge up to jdk8-b128Edward Nevill edward.nevill@linaro.org
--HG-- rename : common/makefiles/HotspotWrapper.gmk => make/HotspotWrapper.gmk rename : common/makefiles/javadoc/Javadoc.gmk => make/Javadoc.gmk rename : common/makefiles/Jprt.gmk => make/Jprt.gmk rename : common/makefiles/Main.gmk => make/Main.gmk rename : common/makefiles/MakeHelpers.gmk => make/MakeHelpers.gmk rename : common/makefiles/javadoc/CORE_PKGS.gmk => make/common/CORE_PKGS.gmk rename : common/makefiles/IdlCompilation.gmk => make/common/IdlCompilation.gmk rename : common/makefiles/JavaCompilation.gmk => make/common/JavaCompilation.gmk rename : common/makefiles/MakeBase.gmk => make/common/MakeBase.gmk rename : common/makefiles/javadoc/NON_CORE_PKGS.gmk => make/common/NON_CORE_PKGS.gmk rename : common/makefiles/NativeCompilation.gmk => make/common/NativeCompilation.gmk rename : common/makefiles/RMICompilation.gmk => make/common/RMICompilation.gmk rename : common/makefiles/devkit/Makefile => make/devkit/Makefile rename : common/makefiles/devkit/Tools.gmk => make/devkit/Tools.gmk
2014-01-248032632: Wrong version for the first jdk8 fcs builderikj
Reviewed-by: katleman
2014-01-088030781: System.setProperties(null) drops all system properties (RELEASE not ↵erikj
set) Reviewed-by: alanb, ihse, tbell
2013-12-23Remerge to jdk8-b117Edward Nevill edward.nevill@linaro.org
2013-12-22Back out merge to b111Edward Nevill ed@camswl.com
2013-12-20Back out merge to b117Edward Nevill edward.nevill@linaro.org
2013-12-20Backed out changeset dd3371184ae2Edward Nevill edward.nevill@linaro.org
2013-12-17Additional aarch64 changes for merge to jdk8-b117Edward Nevill edward.nevill@linaro.org
2013-12-11Merge up to jdk8-b117Andrew McDermott
2013-12-048027963: Create unlimited policy jars.erikj
Reviewed-by: wetmore, ihse
2013-11-22Merge up to jdk8-b111Andrew McDermott
2013-11-148027566: Remove the old build systemihse
Reviewed-by: erikj, tbell --HG-- rename : common/makefiles/HotspotWrapper.gmk => make/HotspotWrapper.gmk rename : common/makefiles/javadoc/Javadoc.gmk => make/Javadoc.gmk rename : common/makefiles/Jprt.gmk => make/Jprt.gmk rename : common/makefiles/Main.gmk => make/Main.gmk rename : common/makefiles/MakeHelpers.gmk => make/MakeHelpers.gmk rename : common/makefiles/javadoc/CORE_PKGS.gmk => make/common/CORE_PKGS.gmk rename : common/makefiles/IdlCompilation.gmk => make/common/IdlCompilation.gmk rename : common/makefiles/JavaCompilation.gmk => make/common/JavaCompilation.gmk rename : common/makefiles/MakeBase.gmk => make/common/MakeBase.gmk rename : common/makefiles/javadoc/NON_CORE_PKGS.gmk => make/common/NON_CORE_PKGS.gmk rename : common/makefiles/NativeCompilation.gmk => make/common/NativeCompilation.gmk rename : common/makefiles/RMICompilation.gmk => make/common/RMICompilation.gmk rename : common/makefiles/support/ListPathsSafely-post-compress.incl => make/common/support/ListPathsSafely-post-compress.incl rename : common/makefiles/support/ListPathsSafely-pre-compress.incl => make/common/support/ListPathsSafely-pre-compress.incl rename : common/makefiles/support/ListPathsSafely-uncompress.sed => make/common/support/ListPathsSafely-uncompress.sed rename : common/makefiles/support/unicode2x.sed => make/common/support/unicode2x.sed rename : common/makefiles/devkit/Makefile => make/devkit/Makefile rename : common/makefiles/devkit/Tools.gmk => make/devkit/Tools.gmk
2013-10-30Mergelana
2013-10-308027567: JDK 8 build failure: the correct version of GNU make is being rejectedvinnie
Reviewed-by: chegar, erikj
2013-10-258027117: adapt JDK-7165611 to new build-infra whitespace/indent policydcubed
Summary: Fix whitespace/indent issues. Reviewed-by: hseigel, coleenp, erikj, ihse
2013-10-258027300: configure should use LIBS instead of LDFLAGS when testing freetypeihse
Reviewed-by: erikj
2013-10-248016096: [macosx] jawt_md.h shipped with jdk is outdateddholmes
Summary: Revised build system and added platform specific headers for Mac OS X Reviewed-by: ihse, erikj Contributed-by: david.dehaven@oracle.com
2013-10-248009280: JCE jurisdiction policy files not copied into jdk/lib/securityerikj
Reviewed-by: tbell, ihse
2013-10-238026888: Licensee build failure due to wrong libs being calledjdk8-b113erikj
Reviewed-by: tbell, ihse, simonis
2013-10-238001922: Improve freetype handling.ihse
Reviewed-by: erikj
2013-10-22Mergekatleman
2013-10-22Mergeamurillo
2013-10-228026864: Deprecate --disable-macosx-runtime-support.ihse
Reviewed-by: erikj
2013-10-228001925: Add useful help messages if freetype is not found on Windowsihse
Reviewed-by: erikj, tbell
2013-10-218026528: [build] configure does not recognize newer make in cygwinerikj
Reviewed-by: tbell, ksrini, ihse
2013-10-19Mergeamurillo
2013-10-188025869: make docs doesn't regenerate docs correctly after changing API doc ↵erikj
comments in jaxp sources Reviewed-by: ihse, tbell
2013-10-188001912: Improve detection of msvcr100.dllihse
Reviewed-by: erikj
2013-10-17Mergelana
2013-10-16Mergejdk8-b112katleman
2013-10-166604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jarerikj
Reviewed-by: dholmes, chegar
2013-10-157165611: implement Full Debug Symbols on MacOS X hotspotdcubed
Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root. Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
2013-10-15Mergechegar
2013-10-148025921: Make LOG=debug output more readableerikj
Reviewed-by: tbell, ihse
2013-10-13Mergechegar
2013-10-118025796: hgforest.sh could trigger unbuffered output from hg without ↵mduigou
complicated machinations Reviewed-by: mduigou Contributed-by: Dmitry Samersoff <dmitry.samersoff@oracle.com>
2013-10-11aarch64 specific changes for merge to jdk8-b110Edward Nevill edward.nevill@linaro.org
2013-10-11Merg up to jdk8-b110Edward Nevill edward.nevill@linaro.org
2013-10-11Mergelana
2013-10-10Mergelana
2013-10-108001931: The new build system whitespace cleanupihse
Reviewed-by: tbell, simonis, erikj
2013-10-098023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for ↵tbell
Windows 2008 and MSVS 2010 SP1 Reviewed-by: erikj
2013-10-08Mergelana
2013-10-078005924: Make it possible to set both --with-user-release-suffix and ↵erikj
--with-build-number Reviewed-by: ihse, tbell
2013-10-048025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8.bpatel
Reviewed-by: tbell
2013-10-038008944: Correct typosihse
Reviewed-by: tbell, erikj
2013-10-028006843: org.w3c.dom.events.UIEvent.getView is specified to return type that ↵alanb
is not in the Java SE specification Reviewed-by: mduigou, tbell
2013-10-018006661: Use LC_ALL=C instead of LANG=C compare.shihse
Reviewed-by: tbell
2013-09-278023495: [infra] create 64-bit solaris bits with symlinksksrini
Reviewed-by: ihse, tbell, erikj
2013-09-27Additional patch to fix merge mangling to generated-configure.shEdward Nevill edward.nevill@linaro.org