comparison src/share/vm/runtime/globals.hpp @ 1207:74c848d437ab

6921922: fix for 6911204 breaks tagged stack interpreter Reviewed-by: kvn
author never
date Wed, 03 Feb 2010 12:28:30 -0800
parents 87684f1a88b5
children c1f1137b3575
comparison
equal deleted inserted replaced
1206:87684f1a88b5 1207:74c848d437ab
740 "Print additional statistics per compilation") \ 740 "Print additional statistics per compilation") \
741 \ 741 \
742 diagnostic(bool, PrintAdapterHandlers, false, \ 742 diagnostic(bool, PrintAdapterHandlers, false, \
743 "Print code generated for i2c/c2i adapters") \ 743 "Print code generated for i2c/c2i adapters") \
744 \ 744 \
745 develop(bool, VerifyAdapterSharing, false, \
746 "Verify that the code for shared adapters is the equivalent") \
747 \
745 diagnostic(bool, PrintAssembly, false, \ 748 diagnostic(bool, PrintAssembly, false, \
746 "Print assembly code (using external disassembler.so)") \ 749 "Print assembly code (using external disassembler.so)") \
747 \ 750 \
748 diagnostic(ccstr, PrintAssemblyOptions, NULL, \ 751 diagnostic(ccstr, PrintAssemblyOptions, NULL, \
749 "Options string passed to disassembler.so") \ 752 "Options string passed to disassembler.so") \