comparison src/share/vm/runtime/globals.hpp @ 7615:f422634e5828

Merge
author brutisso
date Fri, 18 Jan 2013 11:03:15 +0100
parents 212c5b9c38e7 689e1218d7fe
children 3ac7d10a6572 bce1ac447f6b b5cb079ecaa4
comparison
equal deleted inserted replaced
7607:eab4f9ed602c 7615:f422634e5828
970 "Prints JVM warnings to output stream") \ 970 "Prints JVM warnings to output stream") \
971 \ 971 \
972 notproduct(uintx, WarnOnStalledSpinLock, 0, \ 972 notproduct(uintx, WarnOnStalledSpinLock, 0, \
973 "Prints warnings for stalled SpinLocks") \ 973 "Prints warnings for stalled SpinLocks") \
974 \ 974 \
975 develop(bool, InitializeJavaLangSystem, true, \
976 "Initialize java.lang.System - turn off for individual " \
977 "method debugging") \
978 \
979 develop(bool, InitializeJavaLangString, true, \
980 "Initialize java.lang.String - turn off for individual " \
981 "method debugging") \
982 \
983 develop(bool, InitializeJavaLangExceptionsErrors, true, \
984 "Initialize various error and exception classes - turn off for " \
985 "individual method debugging") \
986 \
987 product(bool, RegisterFinalizersAtInit, true, \ 975 product(bool, RegisterFinalizersAtInit, true, \
988 "Register finalizable objects at end of Object.<init> or " \ 976 "Register finalizable objects at end of Object.<init> or " \
989 "after allocation") \ 977 "after allocation") \
990 \ 978 \
991 develop(bool, RegisterReferences, true, \ 979 develop(bool, RegisterReferences, true, \