comparison src/share/vm/runtime/globals.hpp @ 7608:689e1218d7fe

8004018: Remove old initialization flags Reviewed-by: dholmes, stefank Contributed-by: erik.helin@oracle.com
author brutisso
date Mon, 14 Jan 2013 09:58:52 +0100
parents 1f6d10b4cc0c
children f422634e5828
comparison
equal deleted inserted replaced
7578:d58b7b43031b 7608:689e1218d7fe
967 "Prints JVM warnings to output stream") \ 967 "Prints JVM warnings to output stream") \
968 \ 968 \
969 notproduct(uintx, WarnOnStalledSpinLock, 0, \ 969 notproduct(uintx, WarnOnStalledSpinLock, 0, \
970 "Prints warnings for stalled SpinLocks") \ 970 "Prints warnings for stalled SpinLocks") \
971 \ 971 \
972 develop(bool, InitializeJavaLangSystem, true, \
973 "Initialize java.lang.System - turn off for individual " \
974 "method debugging") \
975 \
976 develop(bool, InitializeJavaLangString, true, \
977 "Initialize java.lang.String - turn off for individual " \
978 "method debugging") \
979 \
980 develop(bool, InitializeJavaLangExceptionsErrors, true, \
981 "Initialize various error and exception classes - turn off for " \
982 "individual method debugging") \
983 \
984 product(bool, RegisterFinalizersAtInit, true, \ 972 product(bool, RegisterFinalizersAtInit, true, \
985 "Register finalizable objects at end of Object.<init> or " \ 973 "Register finalizable objects at end of Object.<init> or " \
986 "after allocation") \ 974 "after allocation") \
987 \ 975 \
988 develop(bool, RegisterReferences, true, \ 976 develop(bool, RegisterReferences, true, \