< prev index next >

src/share/vm/runtime/globals.hpp

Print this page




3481                                                                             \
3482   product(intx, JavaPriority10_To_OSPriority,-1,                            \
3483           "Map Java priorities to OS priorities")                           \
3484                                                                             \
3485   experimental(bool, UseCriticalJavaThreadPriority, false,                  \
3486           "Java thread priority 10 maps to critical scheduling priority")   \
3487                                                                             \
3488   experimental(bool, UseCriticalCompilerThreadPriority, false,              \
3489           "Compiler thread(s) run at critical scheduling priority")         \
3490                                                                             \
3491   experimental(bool, UseCriticalCMSThreadPriority, false,                   \
3492           "ConcurrentMarkSweep thread runs at critical scheduling priority")\
3493                                                                             \
3494   /* compiler debugging */                                                  \
3495   notproduct(intx, CompileTheWorldStartAt,     1,                           \
3496           "First class to consider when using +CompileTheWorld")            \
3497                                                                             \
3498   notproduct(intx, CompileTheWorldStopAt, max_jint,                         \
3499           "Last class to consider when using +CompileTheWorld")             \
3500                                                                             \
3501   develop(intx, NewCodeParameter,      0,                                   \
3502           "Testing Only: Create a dedicated integer parameter before "      \
3503           "putback")                                                        \
3504                                                                             \
3505   /* new oopmap storage allocation */                                       \
3506   develop(intx, MinOopMapAllocation,     8,                                 \
3507           "Minimum number of OopMap entries in an OopMapSet")               \
3508                                                                             \
3509   /* Background Compilation */                                              \
3510   develop(intx, LongCompileThreshold,     50,                               \
3511           "Used with +TraceLongCompiles")                                   \
3512                                                                             \
3513   product(intx, StarvationMonitorInterval,    200,                          \
3514           "Pause between each check (in milliseconds)")                     \
3515                                                                             \
3516   /* recompilation */                                                       \
3517   product_pd(intx, CompileThreshold,                                        \
3518           "number of interpreted method invocations before (re-)compiling") \
3519                                                                             \
3520   product(double, CompileThresholdScaling, 1.0,                             \
3521           "Factor to control when first compilation happens "               \




3481                                                                             \
3482   product(intx, JavaPriority10_To_OSPriority,-1,                            \
3483           "Map Java priorities to OS priorities")                           \
3484                                                                             \
3485   experimental(bool, UseCriticalJavaThreadPriority, false,                  \
3486           "Java thread priority 10 maps to critical scheduling priority")   \
3487                                                                             \
3488   experimental(bool, UseCriticalCompilerThreadPriority, false,              \
3489           "Compiler thread(s) run at critical scheduling priority")         \
3490                                                                             \
3491   experimental(bool, UseCriticalCMSThreadPriority, false,                   \
3492           "ConcurrentMarkSweep thread runs at critical scheduling priority")\
3493                                                                             \
3494   /* compiler debugging */                                                  \
3495   notproduct(intx, CompileTheWorldStartAt,     1,                           \
3496           "First class to consider when using +CompileTheWorld")            \
3497                                                                             \
3498   notproduct(intx, CompileTheWorldStopAt, max_jint,                         \
3499           "Last class to consider when using +CompileTheWorld")             \
3500                                                                             \
3501   product(intx, NewCodeParameter,     10,                                   \
3502           "Testing Only: Create a dedicated integer parameter before "      \
3503           "putback")                                                        \
3504                                                                             \
3505   /* new oopmap storage allocation */                                       \
3506   develop(intx, MinOopMapAllocation,     8,                                 \
3507           "Minimum number of OopMap entries in an OopMapSet")               \
3508                                                                             \
3509   /* Background Compilation */                                              \
3510   develop(intx, LongCompileThreshold,     50,                               \
3511           "Used with +TraceLongCompiles")                                   \
3512                                                                             \
3513   product(intx, StarvationMonitorInterval,    200,                          \
3514           "Pause between each check (in milliseconds)")                     \
3515                                                                             \
3516   /* recompilation */                                                       \
3517   product_pd(intx, CompileThreshold,                                        \
3518           "number of interpreted method invocations before (re-)compiling") \
3519                                                                             \
3520   product(double, CompileThresholdScaling, 1.0,                             \
3521           "Factor to control when first compilation happens "               \


< prev index next >