comparison src/share/vm/runtime/globals.hpp @ 10197:7b23cb975cf2

8011675: adding compilation level to replay data Reviewed-by: kvn, vlivanov
author iignatyev
date Thu, 25 Apr 2013 11:09:24 -0700
parents e12c9b3740db
children 0cfa93c2fcc4
comparison
equal deleted inserted replaced
10196:dc7db03f5aa2 10197:7b23cb975cf2
3246 \ 3246 \
3247 develop(intx, CIFireOOMAt, -1, \ 3247 develop(intx, CIFireOOMAt, -1, \
3248 "Fire OutOfMemoryErrors throughout CI for testing the compiler " \ 3248 "Fire OutOfMemoryErrors throughout CI for testing the compiler " \
3249 "(non-negative value throws OOM after this many CI accesses " \ 3249 "(non-negative value throws OOM after this many CI accesses " \
3250 "in each compile)") \ 3250 "in each compile)") \
3251 \ 3251 notproduct(intx, CICrashAt, -1, \
3252 "id of compilation to trigger assert in compiler thread for " \
3253 "the purpose of testing, e.g. generation of replay data") \
3252 notproduct(bool, CIObjectFactoryVerify, false, \ 3254 notproduct(bool, CIObjectFactoryVerify, false, \
3253 "enable potentially expensive verification in ciObjectFactory") \ 3255 "enable potentially expensive verification in ciObjectFactory") \
3254 \ 3256 \
3255 /* Priorities */ \ 3257 /* Priorities */ \
3256 product_pd(bool, UseThreadPriorities, "Use native thread priorities") \ 3258 product_pd(bool, UseThreadPriorities, "Use native thread priorities") \