src/share/vm/runtime/globals.hpp

changeset 9289
427b2fb1944f
parent 8712
c7140a91e56a
child 9348
cb9634ab2906
equal deleted inserted replaced
9288:69b4a8cb80c2 9289:427b2fb1944f
1 /* 1 /*
2 * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
1122 \ 1122 \
1123 develop(bool, UseDetachedThreads, true, \ 1123 develop(bool, UseDetachedThreads, true, \
1124 "Use detached threads that are recycled upon termination " \ 1124 "Use detached threads that are recycled upon termination " \
1125 "(for Solaris only)") \ 1125 "(for Solaris only)") \
1126 \ 1126 \
1127 experimental(bool, DisablePrimordialThreadGuardPages, false, \
1128 "Disable the use of stack guard pages if the JVM is loaded " \
1129 "on the primordial process thread") \
1130 \
1127 product(bool, UseLWPSynchronization, true, \ 1131 product(bool, UseLWPSynchronization, true, \
1128 "Use LWP-based instead of libthread-based synchronization " \ 1132 "Use LWP-based instead of libthread-based synchronization " \
1129 "(SPARC only)") \ 1133 "(SPARC only)") \
1130 \ 1134 \
1131 product(ccstr, SyncKnobs, NULL, \ 1135 product(ccstr, SyncKnobs, NULL, \

mercurial