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 <[email protected]>
  • Loading branch information
pshipton committed Dec 18, 2020
1 parent 52fd179 commit c2ec8da
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 @@ -204,8 +204,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 @@ -32,6 +32,7 @@ The following new features and notable changes since v 0.23.0 are included in th
- [`-XX:[+|-]PortableSharedCache` option behavior update](#-xx-portablesharedcache-option-behavior-update)
- [![Start of content that applies to AIX Java 15+](cr/java15plus.png) `-XX:[+|-]ShareAnonymousClasses` option behavior update](#-xx-shareanonymousclasses-option-behavior-update)
- [Additional parameters for `jcmd Dump` commands](#additional-parameters-for-jcmd-dump-commands)
- [Update to compile Windows Java 8 with VS2013](#update-to-compile-windows-java-8-with-vs2013)

## Features and changes

Expand Down Expand Up @@ -81,6 +82,11 @@ You can now include additional parameters for `jcmd Dump` commands. These are as
These parameters, including the `<file path>` parameter, can be in any order. The default for both system and heap dumps is now: `request=exclusive+prepwalk`. For further details, refer to the following `-Xdump` suboptions: [`request=<requests>`](xdump.md#requestltrequestsgt) and [`opts=<options>`](xdump.md#optsltoptionsgt). And for more information about `jcmd`, see [Java diagnostic command (jcmd) tool](tool_jcmd.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

To see a complete list of changes between Eclipse OpenJ9 v 0.23.0 and v 0.24.0 releases, see the [Release notes](https://github.com/eclipse/openj9/blob/master/doc/release-notes/0.24/0.24.md).
Expand Down

0 comments on commit c2ec8da

Please sign in to comment.