comparison src/share/vm/runtime/globals.hpp @ 2403:1927db75dd85

7024475: loop doesn't terminate when compiled Reviewed-by: kvn
author never
date Sun, 27 Mar 2011 00:00:14 -0700
parents b099aaf51bf8
children 38fea01eb669
comparison
equal deleted inserted replaced
2402:244bf8afbbd3 2403:1927db75dd85
2375 "detailed per-bytecode tracing of ciTypeFlow analysis") \ 2375 "detailed per-bytecode tracing of ciTypeFlow analysis") \
2376 \ 2376 \
2377 develop(intx, CICloneLoopTestLimit, 100, \ 2377 develop(intx, CICloneLoopTestLimit, 100, \
2378 "size limit for blocks heuristically cloned in ciTypeFlow") \ 2378 "size limit for blocks heuristically cloned in ciTypeFlow") \
2379 \ 2379 \
2380 develop(intx, OSROnlyBCI, -1, \
2381 "OSR only at this bci. Negative values mean exclude that bci") \
2382 \
2380 /* temp diagnostics */ \ 2383 /* temp diagnostics */ \
2381 \ 2384 \
2382 diagnostic(bool, TraceRedundantCompiles, false, \ 2385 diagnostic(bool, TraceRedundantCompiles, false, \
2383 "Have compile broker print when a request already in the queue is"\ 2386 "Have compile broker print when a request already in the queue is"\
2384 " requested again") \ 2387 " requested again") \