Skip to content

Commit

Permalink
Update to compile Windows Java 8 with VS2013
Browse files Browse the repository at this point in the history
Issue eclipse-openj9#662

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Oct 27, 2020
1 parent 71479dd commit d2202fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/openj9_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ The project build and test OpenJDK with OpenJ9 on a number of platforms. The ope
| Linux x86 64-bit | CentOS 6.10 | gcc 7.5 |
| Linux on POWER&reg; LE 64-bit | CentOS 7.8 | gcc 7.5 |
| Linux on IBM Z&reg; 64-bit | RHEL 7.7 | gcc 7.5 |
| Windows x86 32-bit | Windows Server 2012 R2 | Microsoft Visual Studio 2010 SP1|
| Windows x86 64-bit | Windows Server 2012 R2 | Microsoft Visual Studio 2010 SP1|
| Windows x86 32-bit | Windows Server 2012 R2 | Microsoft Visual Studio 2013 Update 5 |
| Windows x86 64-bit | Windows Server 2012 R2 | Microsoft Visual Studio 2013 Update 5 |
| macOS x86 64-bit | OSX 10.11 | xcode/clang 4.6.3 and 7.2.1 |
| AIX POWER BE 64-bit | AIX 7.1 TL04 | xlc/C++ 13.1.3 |

Expand Down
6 changes: 6 additions & 0 deletions docs/version0.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@
The following new features and notable changes since v 0.23.0 are included in this release:

- [New binaries and changes to supported environments](#binaries-and-supported-environments)
- [Update to compile Windows Java 8 with VS2013](#update-to-compile-windows-java-8-with-vs2013)

## Features and changes

- [New binaries and changes to supported environments](#binaries-and-supported-environments)

### Binaries and supported environments

OpenJ9 release 0.24.0 supports OpenJDK 8, 11, and 15. Binaries are available from the AdoptOpenJDK community at the following links:
Expand All @@ -41,6 +44,9 @@ OpenJ9 release 0.24.0 supports OpenJDK 8, 11, and 15. Binaries are available fro

To learn more about support for OpenJ9 releases, including OpenJDK levels and platform support, see [Supported environments](openj9_support.md).

### Update to compile Windows Java 8 with VS2013

Windows builds for Java 8 are compiled with Microsoft Visual Studio 2013. The Visual Studio redistributable files included with the build are updated to match.

## Full release information

Expand Down

0 comments on commit d2202fc

Please sign in to comment.