comparison src/share/vm/runtime/globals.hpp @ 4668:3dbcd1013cc8

added flag PrintDeoptimizationDetails changes so that TraceDeoptimization only prints basic information added nicer formatting for printing interpreter stack frames
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 21 Feb 2012 16:05:46 -0800
parents 35ca3ade314d
children f761948a7cd5
comparison
equal deleted inserted replaced
4667:35b2cae45dc5 4668:3dbcd1013cc8
2974 \ 2974 \
2975 /* deoptimization */ \ 2975 /* deoptimization */ \
2976 product(bool, TraceDeoptimization, false, \ 2976 product(bool, TraceDeoptimization, false, \
2977 "Trace deoptimization") \ 2977 "Trace deoptimization") \
2978 \ 2978 \
2979 product(bool, PrintDeoptimizationDetails, false, \
2980 "Print more information about deoptimization") \
2981 \
2979 develop(bool, DebugDeoptimization, false, \ 2982 develop(bool, DebugDeoptimization, false, \
2980 "Tracing various information while debugging deoptimization") \ 2983 "Tracing various information while debugging deoptimization") \
2981 \ 2984 \
2982 product(intx, SelfDestructTimer, 0, \ 2985 product(intx, SelfDestructTimer, 0, \
2983 "Will cause VM to terminate after a given time (in minutes) " \ 2986 "Will cause VM to terminate after a given time (in minutes) " \