commit | fc8795984a9dfb9054663cef78848135f05ba011 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Thu Nov 22 09:26:51 2018 +0100 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Thu Nov 22 09:26:51 2018 +0100 |
tree | f5f75003d2cc68db252857127e43ff9d08612356 | |
parent | 0febdff79b43badf317bfe1185db457e6548d82e [diff] |
8213927: G1 ignores AlwaysPreTouch when UseTransparentHugePages is enabled With UseTransparentHugePages we always need to pretouch on small page size as the underlying memory could currently be allocated as either small or large pages. Reviewed-by: shade, sjohanss