comparison src/share/vm/runtime/globals.hpp @ 909:b32a809aab08

6866585: debug code in ciObjectFactory too slow for large objects Reviewed-by: ysr, never, kvn
author jcoomes
date Tue, 11 Aug 2009 23:24:41 -0700
parents bd2b1f617a4e
children 10d8c0d0d60e
comparison
equal deleted inserted replaced
908:b1773b9a2ca1 909:b32a809aab08
3032 \ 3032 \
3033 develop(intx, CIFireOOMAtDelay, -1, \ 3033 develop(intx, CIFireOOMAtDelay, -1, \
3034 "Wait for this many CI accesses to occur in all compiles before " \ 3034 "Wait for this many CI accesses to occur in all compiles before " \
3035 "beginning to throw OutOfMemoryErrors in each compile") \ 3035 "beginning to throw OutOfMemoryErrors in each compile") \
3036 \ 3036 \
3037 notproduct(bool, CIObjectFactoryVerify, false, \
3038 "enable potentially expensive verification in ciObjectFactory") \
3039 \
3037 /* Priorities */ \ 3040 /* Priorities */ \
3038 product_pd(bool, UseThreadPriorities, "Use native thread priorities") \ 3041 product_pd(bool, UseThreadPriorities, "Use native thread priorities") \
3039 \ 3042 \
3040 product(intx, ThreadPriorityPolicy, 0, \ 3043 product(intx, ThreadPriorityPolicy, 0, \
3041 "0 : Normal. "\ 3044 "0 : Normal. "\