comparison src/share/vm/runtime/globals.hpp @ 18077:db8383148bc9 jdk8u25-b05

8038903: More native monitor monitoring Summary: Moved ntive monitor monitoring flags to experimental Reviewed-by: acorn, hseigel, mschoene
author zgu
date Mon, 16 Jun 2014 10:23:46 -0400
parents 2b8a9740813e
children ca6d25be853b
comparison
equal deleted inserted replaced
18076:acdb7e8e4982 18077:db8383148bc9
1140 \ 1140 \
1141 product(bool, FilterSpuriousWakeups, true, \ 1141 product(bool, FilterSpuriousWakeups, true, \
1142 "Prevent spurious or premature wakeups from object.wait " \ 1142 "Prevent spurious or premature wakeups from object.wait " \
1143 "(Solaris only)") \ 1143 "(Solaris only)") \
1144 \ 1144 \
1145 product(intx, NativeMonitorTimeout, -1, "(Unstable)") \ 1145 experimental(intx, NativeMonitorTimeout, -1, "(Unstable)") \
1146 \ 1146 \
1147 product(intx, NativeMonitorFlags, 0, "(Unstable)") \ 1147 experimental(intx, NativeMonitorFlags, 0, "(Unstable)") \
1148 \ 1148 \
1149 product(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \ 1149 experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \
1150 \ 1150 \
1151 develop(bool, UsePthreads, false, \ 1151 develop(bool, UsePthreads, false, \
1152 "Use pthread-based instead of libthread-based synchronization " \ 1152 "Use pthread-based instead of libthread-based synchronization " \
1153 "(SPARC only)") \ 1153 "(SPARC only)") \
1154 \ 1154 \