comparison src/share/vm/runtime/globals.hpp @ 7068:263bc2349f15

removed high-level interpreter code from HotSpot fixed VS2010 warnings and javac issues
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 23 Nov 2012 14:08:03 +0100
parents 7d815d842ee0
children 1baf7f1e3f23 e9fe9d3d94ac
comparison
equal deleted inserted replaced
7067:7ead04aea1e4 7068:263bc2349f15
621 "inline SinD, CosD, etc.") \ 621 "inline SinD, CosD, etc.") \
622 \ 622 \
623 develop(bool, InlineClassNatives, true, \ 623 develop(bool, InlineClassNatives, true, \
624 "inline Class.isInstance, etc") \ 624 "inline Class.isInstance, etc") \
625 \ 625 \
626 product(ccstr, HighLevelInterpreterClass, NULL, \
627 "fully qualified class name of the high-level interpreter") \
628 \
629 product(ccstr, HighLevelInterpreterArguments, NULL, \
630 "arguments that are passed to the high-level interpreter") \
631 \
632 notproduct(bool, PrintHighLevelInterpreterVMTransitions, false, \
633 "print transitions between VM and high-level interpreter") \
634 \
635 develop(bool, InlineThreadNatives, true, \ 626 develop(bool, InlineThreadNatives, true, \
636 "inline Thread.currentThread, etc") \ 627 "inline Thread.currentThread, etc") \
637 \ 628 \
638 develop(bool, InlineUnsafeOps, true, \ 629 develop(bool, InlineUnsafeOps, true, \
639 "inline memory ops (native methods) from sun.misc.Unsafe") \ 630 "inline memory ops (native methods) from sun.misc.Unsafe") \