comparison src/share/vm/runtime/globals.hpp @ 5747:120820e30baa

added basic high-level interpreter support to HotSpot
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 03 Jul 2012 16:56:40 +0200
parents f536a459c2d3
children 957c266d8bc5
comparison
equal deleted inserted replaced
5746:17d2c3b72762 5747:120820e30baa
629 "inline Class.isInstance, etc") \ 629 "inline Class.isInstance, etc") \
630 \ 630 \
631 develop(bool, InlineAtomicLong, true, \ 631 develop(bool, InlineAtomicLong, true, \
632 "inline sun.misc.AtomicLong") \ 632 "inline sun.misc.AtomicLong") \
633 \ 633 \
634 product(ccstr, HighLevelInterpreterClass, NULL, \
635 "fully qualified class name of the high-level interpreter") \
636 \
637 product(ccstr, HighLevelInterpreterArguments, NULL, \
638 "arguments that are passed to the high-level interpreter") \
639 \
640 notproduct(bool, PrintHighLevelInterpreterVMTransitions, false, \
641 "print transitions between VM and high-level interpreter") \
642 \
634 develop(bool, InlineThreadNatives, true, \ 643 develop(bool, InlineThreadNatives, true, \
635 "inline Thread.currentThread, etc") \ 644 "inline Thread.currentThread, etc") \
636 \ 645 \
637 develop(bool, InlineReflectionGetCallerClass, true, \ 646 develop(bool, InlineReflectionGetCallerClass, true, \
638 "inline sun.reflect.Reflection.getCallerClass(), known to be part "\ 647 "inline sun.reflect.Reflection.getCallerClass(), known to be part "\