diff --git a/.hgtags b/.hgtags index 479d7b40b59..d8806de8e41 100644 --- a/.hgtags +++ b/.hgtags @@ -526,3 +526,8 @@ dc1f9dec2018a37fedba47d8a2aedef99faaec64 jdk-12+19 f8fb0c86f2b3d24294d39c5685a628e1beb14ba7 jdk-12+21 732bec44c89e8b93a38296bf690f97b7230c5b6d jdk-12+22 eef755718cb24813031a842bbfc716a6cea18e9a jdk-12+23 +cc4098b3bc10d1c390384289025fea7b0d4b9e93 jdk-13+0 +7d4397b43fa305806160785a4c7210600d59581a jdk-12+24 +11033c4ada542f9c9a873314b6ecf60af19e8256 jdk-13+1 +7496df94b3b79f3da53925d2d137317715f11d97 jdk-12+25 +50677f43ac3df9a8684222b8893543c60f3aa0bd jdk-13+2 diff --git a/doc/building.html b/doc/building.html index d1252a94807..36e9c617203 100644 --- a/doc/building.html +++ b/doc/building.html @@ -145,7 +145,7 @@
  • Do not check out the source code in a path which contains spaces. Chances are the build will not work. This is most likely to be an issue on Windows systems.

  • Do not check out the source code in a path which has a very long name or is nested many levels deep. Chances are you will hit an OS limitation during the build.

  • Put the source code on a local disk, not a network share. If possible, use an SSD. The build process is very disk intensive, and having slow disk access will significantly increase build times. If you need to use a network share for the source code, see below for suggestions on how to keep the build artifacts on a local disk.

  • -
  • On Windows, extra care must be taken to make sure the Cygwin environment is consistent. It is recommended that you follow this procedure:

    +
  • On Windows, if using Cygwin, extra care must be taken to make sure the environment is consistent. It is recommended that you follow this procedure: