hg: jdk/hs: 2 new changesets
tobias.hartmann at oracle.com
tobias.hartmann at oracle.com
Mon Nov 27 10:45:28 UTC 2017
Changeset: 7f40c1cdde28
Author: thartmann
Date: 2017-11-27 11:39 +0100
URL: http://hg.openjdk.java.net/jdk/hs/rev/7f40c1cdde28
8179026: Remove explicit code cache options processing
Summary: Removed explicit processing of code cache related options because generic processing already handles these.
Reviewed-by: kvn
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
Changeset: c1b46afab3ba
Author: thartmann
Date: 2017-11-27 11:41 +0100
URL: http://hg.openjdk.java.net/jdk/hs/rev/c1b46afab3ba
8087339: The code heap might use different alignment for committed size and reserved size
Summary: InitialCodeCacheSize should not constrain code cache memory alignment.
Reviewed-by: kvn
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
More information about the jdk-all-changes
mailing list