Withdrawn: 8253889: Remove ExecMem constant

Thomas Stuefe stuefe at openjdk.java.net
Tue Oct 6 10:05:40 UTC 2020


On Thu, 1 Oct 2020 09:22:53 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Hi,
> 
> may I have reviews please for this trivial cleanup.
> 
> ExecMem is defined in os.hpp as:
> 
> // Executable parameter flag for os::commit_memory() and
> // os::commit_memory_or_exit().
> const bool ExecMem = true;
> 
> and only ever used as "!ExecMem" parameter value to the "executable" argument in calls to os::commit_memory().
> 
> Maybe it did something in the past. Now it just seems to be a complicated way to say "false".

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.java.net/jdk/pull/454


More information about the hotspot-runtime-dev mailing list