< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 731,740 **** --- 731,745 ---- "Print methods that are being rewritten") \ \ product(bool, UseInlineCaches, true, \ "Use Inline Caches for virtual calls ") \ \ + diagnostic(bool, IgnoreUnloadedAccessConstructorTags, true, \ + "When checking for unloaded classes in a signature, " \ + "ignore the trailing marker argument (called 'access " \ + "constructor tag' in javac) even when it's not loaded") \ + \ diagnostic(bool, InlineArrayCopy, true, \ "Inline arraycopy native that is known to be part of " \ "base library DLL") \ \ diagnostic(bool, InlineObjectHash, true, \
< prev index next >