comparison src/share/vm/runtime/globals.hpp @ 9108:b78686983a75

GRAAL-218: add CompileTheWorld functionality Reviewed-by:
author twisti
date Sat, 13 Apr 2013 22:59:27 -0700
parents 89e4d67fdd2a
children 147162b27799
comparison
equal deleted inserted replaced
9107:368ed6c6a02b 9108:b78686983a75
3335 \ 3335 \
3336 experimental(bool, UseCriticalCMSThreadPriority, false, \ 3336 experimental(bool, UseCriticalCMSThreadPriority, false, \
3337 "ConcurrentMarkSweep thread runs at critical scheduling priority")\ 3337 "ConcurrentMarkSweep thread runs at critical scheduling priority")\
3338 \ 3338 \
3339 /* compiler debugging */ \ 3339 /* compiler debugging */ \
3340 notproduct(intx, CompileTheWorldStartAt, 1, \ 3340 develop(intx, CompileTheWorldStartAt, 1, \
3341 "First class to consider when using +CompileTheWorld") \ 3341 "First class to consider when using +CompileTheWorld") \
3342 \ 3342 \
3343 notproduct(intx, CompileTheWorldStopAt, max_jint, \ 3343 develop(intx, CompileTheWorldStopAt, max_jint, \
3344 "Last class to consider when using +CompileTheWorld") \ 3344 "Last class to consider when using +CompileTheWorld") \
3345 \ 3345 \
3346 develop(intx, NewCodeParameter, 0, \ 3346 develop(intx, NewCodeParameter, 0, \
3347 "Testing Only: Create a dedicated integer parameter before " \ 3347 "Testing Only: Create a dedicated integer parameter before " \
3348 "putback") \ 3348 "putback") \