doc/building.md
branchJDK-8215445-branch
changeset 57086 f48eb679f5ca
parent 57081 a55844323727
child 57089 4629c26feded
--- a/doc/building.md	Wed Dec 19 06:56:03 2018 -0800
+++ b/doc/building.md	Wed Dec 19 07:53:13 2018 -0800
@@ -174,8 +174,8 @@
 
 Windows is the only non-POSIX OS supported by the JDK, and as such, requires
 some extra care. A POSIX support layer is required to build on Windows.
-Currently, the only supported such layers are Windows Subsystem for Linux (WSL)
-and Cygwin. (Msys is no longer supported due to a too old bash; msys2 would 
+Currently, the only supported such layers are Cygwin and Windows Subsystem for
+Linux (WSL). (Msys is no longer supported due to a too old bash; msys2 would
 likely be possible to support in a future version but that would require effort
 to implement.)
 
@@ -192,19 +192,21 @@
 and support for environment variable sharing through WSLENV.
 
 You may build both Windows and Linux binaries from WSL. To build Windows binaries,
-you must use a Windows boot JDK (located in a Windows-accessible directory). To build 
+you must use a Windows boot JDK (located in a Windows-accessible directory). To build
 Linux binaries, you must use a Linux boot JDK. The default behavior is to build for
-Windows. To build for Linux, pass `--build=x86_64-unknown-linux-gnu` and 
+Windows. To build for Linux, pass `--build=x86_64-unknown-linux-gnu` and
 `--host=x86_64-unknown-linux-gnu` to `configure`.
 
-If building Windows binaries, you must also have synced down the OpenJDK source code 
+If building Windows binaries, you must also have synced down the OpenJDK source code
 from Windows. This is because Windows executables (such as Visual Studio and the boot
 JDK) must be able to access the source code. Also, the directory where the OpenJDK
 source code is stored must be case-insensitive (either by setting the individual
 directory as case insensitive using fsutil, changing /etc/fstab to mount the drive as
-case-insensitive, or editing /etc/wsl.conf to mark all mounted Windows drives as 
+case-insensitive, or editing /etc/wsl.conf to mark all mounted Windows drives as
 case-insensitive).
 
+Note that while it's possible to build on WSL, testing is still not fully supported.
+
 #### Cygwin
 
 A functioning [Cygwin](http://www.cygwin.com/) environment is thus required for