make/common/MakeBase.gmk
2019-10-17 ihse 8223998: Missing MakeDir in ExecuteWithLog
2019-06-07 erikj 8217739: Cannot reuse java.base UnixConstants.java from target in BuildJDK when cross compiling
2019-06-03 rwestberg 8223678: Add Visual Studio Code workspace generation support (for native code)
2017-10-24 erikj 8189861: Refactor CacheFind
2019-02-19 erikj 8211016: make images does not update jdk/lib/src.zip with latest changes
2019-02-07 ihse 8218431: Improved platform checking in makefiles
2019-01-25 ihse 8217730: Split up MakeBase.gmk
2018-10-18 ihse 8212587: equals in MakeBase does not handle empty strings correctly
2018-10-15 erikj 8212028: Use run-test makefile framework for testing in Oracle's Mach5
2018-09-07 erikj 8210283: Support git as an SCM alternative in the build
2018-07-12 erikj 8207001: *.obj.log files get truncated causing unreliable incremental builds on Windows
2018-06-15 erikj 8204973: Add build support for filtering translations
2018-06-08 ihse 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
2018-03-21 erikj 8199884: JDK-8199749 broke build with make 3.81
2018-03-15 ihse 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
2018-03-12 erikj 8199428: install-file macro fails on filenames with space on Solaris
2018-02-25 jwilhelm Merge
2018-02-20 lfoltan 8196997: VS2017 The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be removed
2018-02-19 ihse 8198318: Make build comparisons clean again
2017-12-06 ihse 8193061: Add run-test-prebuilt functionality
2017-11-15 erikj 8190702: JMC packaging causing errors in JDK 10 consolidated repo (macOS)
2017-11-08 erikj 8190744: xattr: No such file LICENSE files
2017-10-23 erikj 8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme
2017-10-19 erikj 8189094: Change required boot jdk to JDK 9
2017-10-17 erikj 8189434: SetupCopyFiles does not handle files with $ in them
2017-10-16 erikj 8189324: install-file macro no longer handles files with $ in them
2017-10-13 erikj 8189095: Import JMC from artifactory using Jib and main makefiles
2017-10-05 ihse 8188814: Simplify IncludeCustomExtension
2017-09-25 ihse 8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
2017-09-12 erikj 8187444: Forest Consolidation: Make build work
2017-06-03 lana Merge
2017-05-29 ihse 8175824: Adapt javadoc generation to different requirements for JDK and JavaSE
2017-05-05 lana Merge
2017-04-19 ihse 8172312: Update docs target and image for new combined docs
2017-03-30 asemenyuk 8177770: Need more precise control on build system logging
2017-03-03 ihse 8176084: Developer-friendly run-test facility
2017-01-20 ihse 8173120: Preserve command line at build failure
2017-01-10 erikj 8171932: unresolved macro in javadoc command
2017-01-09 erikj 8172037: Change log message of SetupCopyFiles
2016-12-08 jwilhelm Merge
2016-12-07 erikj 8141590: Cannot build Zero with devkit
2016-11-28 ihse 8031567: Better model for storing source revision information
2016-11-18 ihse 8169860: Clean up and unify the refactored Javadoc generation
2016-12-05 erikj 8066474: Remove the lib/ directory from Linux and Solaris images
2016-11-07 erikj 8160491: tar.gz bundles missing files containing $
2016-10-28 erikj 8062810: Examine src.zip in JDK image and decide if source classes should be organized by module
2016-10-05 erikj 8150736: Excessive disk space used by build system
2016-08-10 mchung 8136930: Simplify use of module-system options by custom launchers
2016-07-01 erikj 8158629: bash >(...) construct still causes race conditions
2016-06-08 erikj 8136771: Implement the license-swap logic as a make target
2016-05-04 erikj 8136777: Introduce bundle targets
2016-05-06 redestad 8150044: Generate classlists at build-time
2016-04-22 erikj 8154326: bash >(...) construct causes race conditions
2016-04-15 amurillo Merge
2016-04-13 erikj 8153969: Clean up module src dir logic
2016-04-08 erikj 8152666: The new Hotspot Build System
2016-03-17 alanb 8142968: Module System implementation
2016-03-07 erikj 8151300: Build shell trace functionality lost in JDK-8076060
2016-02-02 ihse 8148655: LOG=cmdlines and other build-infra fixes
2016-01-30 ihse 8148120: Incremental update from build-infra project
2016-01-16 erikj 8146403: Windows build can be faster
2015-12-15 ihse 8142907: Integration of minor fixes from the build-infra project
2015-10-29 ihse 8140661: Rename LDFLAGS_SUFFIX to LIBS
2015-10-27 erikj 8140484: Vardeps broken when variable value contains '$'
2015-09-28 ddehaven Merge
2015-09-28 erikj 8136385: Various build speed improvements for windows
2015-09-28 erikj 8135060: Stop building Xcode projects in install build
2015-09-15 erikj 8136383: Improve make utilities containing and not-containing
2015-09-09 ihse 8065912: Better handling of classpath in build-infra
2015-09-03 ihse 8062618: Create a build failure summary at end of build log
2015-06-30 prr Merge
2015-06-04 erikj 8081814: Modularize the deploy build
2015-06-23 erikj 8129503: The SOURCE value in release file of JDK 9 doesn't contain changesets since b49
2015-05-06 erikj 8079344: Allow custom or platform specific java source to automatically override shared source
2015-04-17 erikj 8077824: Introduce DefineNativeToolchain to handle toolchain configurations
2015-04-16 erikj 8077814: Add .DELETE_ON_ERROR to makefiles
2015-03-26 ihse 8076060: Improve make bootstrap process
2015-03-12 erikj 8074988: Reduce boilerplate in Setup* macro definitions
2015-03-09 ihse 8074096: Disable (most) native warnings in JDK on a per-library basis
2015-02-27 ihse 8072842: Add support for building native JTReg tests
2015-01-28 ddehaven Merge
2015-01-27 ddehaven Merge
2015-01-16 ihse 8069064: Various improvements and fixes in build system
2015-01-15 erikj 8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
2015-01-28 erikj 8071651: infinite build loops in 9-dev windows platform on Jan 26
2015-01-27 amurillo Merge
2015-01-14 erikj 8065576: Enable pipefail in the shell used by make to better detect build errors
2015-01-26 erikj 8069261: Create make dependencies on make variable values
2014-11-27 ihse 8065914: Various improvements and cleanup of build system
2014-11-26 ihse 8065911: Introduce EvalDebugWrapper for all Setup* macros
2014-09-09 ihse 8057125: The fix for JDK-8027627 was incomplete: Don't hardcode bash anywhere.
2014-09-01 ihse 8027627: Don't hardcode bash path in LOG=trace
2014-08-21 erikj 8055095: Improve "do nothing" incremental build performance after modularized source code integration
2014-08-17 chegar 8054834: Modular Source Code
2014-04-22 mduigou 8041267: Add filtering capability to CacheFind
2014-03-14 erikj 8037281: Improve CacheFind and enable on all platforms
2014-03-13 erikj 8037238: JDK 9 images don't rebuild when access bridge jars rebuild
2014-03-11 erikj 8036948: Solaris builds broken by fix for 8036611: Cleanup of handling of properties ...
2013-11-14 ihse 8027566: Remove the old build system
less more (0) tip