comparison src/share/vm/runtime/globals.hpp @ 4064:670a74b863fc

7107042: assert(no_dead_loop) failed: dead loop detected Summary: Use dead nodes elimination code in PhaseIdealLoop before executing EA. Reviewed-by: never, twisti
author kvn
date Wed, 09 Nov 2011 07:25:51 -0800
parents 44ce519bc3d1
children 78bef05801ca
comparison
equal deleted inserted replaced
4063:7e0e43cf86d6 4064:670a74b863fc
902 "Trace triggers") \ 902 "Trace triggers") \
903 \ 903 \
904 product(bool, AlwaysRestoreFPU, false, \ 904 product(bool, AlwaysRestoreFPU, false, \
905 "Restore the FPU control word after every JNI call (expensive)") \ 905 "Restore the FPU control word after every JNI call (expensive)") \
906 \ 906 \
907 notproduct(bool, PrintCompilation2, false, \ 907 diagnostic(bool, PrintCompilation2, false, \
908 "Print additional statistics per compilation") \ 908 "Print additional statistics per compilation") \
909 \ 909 \
910 diagnostic(bool, PrintAdapterHandlers, false, \ 910 diagnostic(bool, PrintAdapterHandlers, false, \
911 "Print code generated for i2c/c2i adapters") \ 911 "Print code generated for i2c/c2i adapters") \
912 \ 912 \