< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 13069 : imported patch ClearFPUAtPark


1174                                                                             \
1175   experimental(ccstr, SyncKnobs, NULL,                                      \
1176                "(Unstable) Various monitor synchronization tunables")       \
1177                                                                             \
1178   experimental(intx, EmitSync, 0,                                           \
1179                "(Unsafe, Unstable) "                                        \
1180                "Control emission of inline sync fast-path code")            \
1181                                                                             \
1182   product(intx, MonitorBound, 0, "Bound Monitor population")                \
1183           range(0, max_jint)                                                \
1184                                                                             \
1185   product(bool, MonitorInUseLists, true, "Track Monitors for Deflation")    \
1186                                                                             \
1187   experimental(intx, SyncFlags, 0, "(Unsafe, Unstable) "                    \
1188                "Experimental Sync flags")                                   \
1189                                                                             \
1190   experimental(intx, SyncVerbose, 0, "(Unstable)")                          \
1191                                                                             \
1192   diagnostic(bool, InlineNotify, true, "intrinsify subset of notify")       \
1193                                                                             \
1194   experimental(intx, ClearFPUAtPark, 0, "(Unsafe, Unstable)")               \
1195                                                                             \
1196   experimental(intx, hashCode, 5,                                           \
1197                "(Unstable) select hashCode generation algorithm")           \
1198                                                                             \
1199   product(bool, FilterSpuriousWakeups, true,                                \
1200           "When true prevents OS-level spurious, or premature, wakeups "    \
1201           "from Object.wait (Ignored for Windows)")                         \
1202                                                                             \
1203   experimental(intx, NativeMonitorTimeout, -1, "(Unstable)")                \
1204                                                                             \
1205   experimental(intx, NativeMonitorFlags, 0, "(Unstable)")                   \
1206                                                                             \
1207   experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)")              \
1208                                                                             \
1209   develop(bool, UsePthreads, false,                                         \
1210           "Use pthread-based instead of libthread-based synchronization "   \
1211           "(SPARC only)")                                                   \
1212                                                                             \
1213   product(bool, ReduceSignalUsage, false,                                   \
1214           "Reduce the use of OS signals in Java and/or the VM")             \
1215                                                                             \




1174                                                                             \
1175   experimental(ccstr, SyncKnobs, NULL,                                      \
1176                "(Unstable) Various monitor synchronization tunables")       \
1177                                                                             \
1178   experimental(intx, EmitSync, 0,                                           \
1179                "(Unsafe, Unstable) "                                        \
1180                "Control emission of inline sync fast-path code")            \
1181                                                                             \
1182   product(intx, MonitorBound, 0, "Bound Monitor population")                \
1183           range(0, max_jint)                                                \
1184                                                                             \
1185   product(bool, MonitorInUseLists, true, "Track Monitors for Deflation")    \
1186                                                                             \
1187   experimental(intx, SyncFlags, 0, "(Unsafe, Unstable) "                    \
1188                "Experimental Sync flags")                                   \
1189                                                                             \
1190   experimental(intx, SyncVerbose, 0, "(Unstable)")                          \
1191                                                                             \
1192   diagnostic(bool, InlineNotify, true, "intrinsify subset of notify")       \
1193                                                                             \


1194   experimental(intx, hashCode, 5,                                           \
1195                "(Unstable) select hashCode generation algorithm")           \
1196                                                                             \
1197   product(bool, FilterSpuriousWakeups, true,                                \
1198           "When true prevents OS-level spurious, or premature, wakeups "    \
1199           "from Object.wait (Ignored for Windows)")                         \
1200                                                                             \
1201   experimental(intx, NativeMonitorTimeout, -1, "(Unstable)")                \
1202                                                                             \
1203   experimental(intx, NativeMonitorFlags, 0, "(Unstable)")                   \
1204                                                                             \
1205   experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)")              \
1206                                                                             \
1207   develop(bool, UsePthreads, false,                                         \
1208           "Use pthread-based instead of libthread-based synchronization "   \
1209           "(SPARC only)")                                                   \
1210                                                                             \
1211   product(bool, ReduceSignalUsage, false,                                   \
1212           "Reduce the use of OS signals in Java and/or the VM")             \
1213                                                                             \


< prev index next >