src/share/vm/runtime/globals.hpp

changeset 9289
427b2fb1944f
parent 8712
c7140a91e56a
child 9348
cb9634ab2906
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Jan 16 04:20:19 2018 -0500
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Jan 31 19:24:57 2018 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1124,6 +1124,10 @@
    1.11            "Use detached threads that are recycled upon termination "        \
    1.12            "(for Solaris only)")                                             \
    1.13                                                                              \
    1.14 +  experimental(bool, DisablePrimordialThreadGuardPages, false,              \
    1.15 +               "Disable the use of stack guard pages if the JVM is loaded " \
    1.16 +               "on the primordial process thread")                          \
    1.17 +                                                                            \
    1.18    product(bool, UseLWPSynchronization, true,                                \
    1.19            "Use LWP-based instead of libthread-based synchronization "       \
    1.20            "(SPARC only)")                                                   \

mercurial