diff --git a/doc/building.html b/doc/building.html index 2aab3ade6ca..675953c0d4a 100644 --- a/doc/building.html +++ b/doc/building.html @@ -45,6 +45,7 @@
Please consult the AIX section of the Supported Build Platforms OpenJDK Build Wiki page for details about which versions of AIX are supported.
Large portions of the JDK consists of native code, that needs to be compiled to be able to run on the target platform. In theory, toolchain and operating system should be independent factors, but in practice there's more or less a one-to-one correlation between target operating system and toolchain.
+Large portions of the JDK consists of native code, that needs to be compiled to be able to run on the target platform. In theory, toolchain and operating system should be independent factors, but in practice there's more or less a one-to-one correlation between target operating system and toolchain. There are ongoing efforts to loosen this strict coupling between compiler and operating system (see JDK-8288293) but it will likely be a very long time before this goal can be realized.