git: openjdk/mobile: 8233299: Implementation: JEP 365: ZGC on Windows
duke
duke at openjdk.java.net
Tue Dec 3 09:51:44 UTC 2019
Changeset: 6ba58f76
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2019-11-07 15:29:21 +0000
URL: https://git.openjdk.java.net/mobile/commit/6ba58f76
8233299: Implementation: JEP 365: ZGC on Windows
Reviewed-by: pliden, eosterlund
! make/autoconf/hotspot.m4
! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
+ src/hotspot/os/windows/gc/z/zBackingFile_windows.cpp
+ src/hotspot/os/windows/gc/z/zBackingFile_windows.hpp
+ src/hotspot/os/windows/gc/z/zInitialize_windows.cpp
+ src/hotspot/os/windows/gc/z/zLargePages_windows.cpp
+ src/hotspot/os/windows/gc/z/zMapper_windows.cpp
+ src/hotspot/os/windows/gc/z/zMapper_windows.hpp
= src/hotspot/os/windows/gc/z/zNUMA_windows.cpp
+ src/hotspot/os/windows/gc/z/zPhysicalMemoryBacking_windows.cpp
+ src/hotspot/os/windows/gc/z/zPhysicalMemoryBacking_windows.hpp
+ src/hotspot/os/windows/gc/z/zSyscall_windows.cpp
+ src/hotspot/os/windows/gc/z/zSyscall_windows.hpp
+ src/hotspot/os/windows/gc/z/zUtils_windows.cpp
+ src/hotspot/os/windows/gc/z/zVirtualMemory_windows.cpp
More information about the mobile-changes
mailing list