src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Fri May 30 19:53:59 2014
--- new/src/share/vm/runtime/globals.hpp	Fri May 30 19:53:59 2014

*** 1095,1113 **** --- 1095,1113 ---- \ product(bool, MustCallLoadClassInternal, false, \ "Call loadClassInternal() rather than loadClass()") \ \ product_pd(bool, DontYieldALot, \ ! "Throw away obvious excess yield calls (for Solaris only)") \ ! "Throw away obvious excess yield calls") \ \ product_pd(bool, ConvertSleepToYield, \ "Convert sleep(0) to thread yield " \ "(may be off for Solaris to improve GUI)") \ \ product(bool, ConvertYieldToSleep, false, \ "Convert yield to a sleep of MinSleepInterval to simulate Win32 " \ ! "behavior (Solaris only)") \ ! "behavior") \ \ product(bool, UseBoundThreads, true, \ "Bind user level threads to kernel threads (for Solaris only)") \ \ develop(bool, UseDetachedThreads, true, \
*** 1141,1152 **** --- 1141,1152 ---- product(intx, WorkAroundNPTLTimedWaitHang, 1, \ "(Unstable, Linux-specific) " \ "avoid NPTL-FUTEX hang pthread_cond_timedwait") \ \ product(bool, FilterSpuriousWakeups, true, \ ! "Prevent spurious or premature wakeups from object.wait " \ ! "(Solaris only)") \ ! "When true prevents OS-level spurious, or premature, wakeups " \ ! "from Object.wait (Ignored for Windows)") \ \ product(intx, NativeMonitorTimeout, -1, "(Unstable)") \ \ product(intx, NativeMonitorFlags, 0, "(Unstable)") \ \
*** 3459,3472 **** --- 3459,3472 ---- product(intx, VMThreadPriority, -1, \ "The native priority at which the VM thread should run " \ "(-1 means no change)") \ \ product(bool, CompilerThreadHintNoPreempt, true, \ ! "(Solaris only) Give compiler threads an extra quanta") \ ! "Give compiler threads an extra quanta") \ \ product(bool, VMThreadHintNoPreempt, false, \ ! "(Solaris only) Give VM thread an extra quanta") \ ! "Give VM thread an extra quanta") \ \ product(intx, JavaPriority1_To_OSPriority, -1, \ "Map Java priorities to OS priorities") \ \ product(intx, JavaPriority2_To_OSPriority, -1, \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File