comparison src/share/vm/runtime/globals.hpp @ 7596:212c5b9c38e7

Merge
author dlong
date Thu, 17 Jan 2013 01:27:02 -0500
parents 9deda4d8e126 92d4b5d8dde4
children f422634e5828
comparison
equal deleted inserted replaced
7595:9deda4d8e126 7596:212c5b9c38e7
1076 \ 1076 \
1077 product(intx, SyncVerbose, 0, "(Unstable)" ) \ 1077 product(intx, SyncVerbose, 0, "(Unstable)" ) \
1078 \ 1078 \
1079 product(intx, ClearFPUAtPark, 0, "(Unsafe,Unstable)" ) \ 1079 product(intx, ClearFPUAtPark, 0, "(Unsafe,Unstable)" ) \
1080 \ 1080 \
1081 product(intx, hashCode, 0, \ 1081 product(intx, hashCode, 5, \
1082 "(Unstable) select hashCode generation algorithm" ) \ 1082 "(Unstable) select hashCode generation algorithm" ) \
1083 \ 1083 \
1084 product(intx, WorkAroundNPTLTimedWaitHang, 1, \ 1084 product(intx, WorkAroundNPTLTimedWaitHang, 1, \
1085 "(Unstable, Linux-specific)" \ 1085 "(Unstable, Linux-specific)" \
1086 " avoid NPTL-FUTEX hang pthread_cond_timedwait" ) \ 1086 " avoid NPTL-FUTEX hang pthread_cond_timedwait" ) \
1166 product(bool, CompactFields, true, \ 1166 product(bool, CompactFields, true, \
1167 "Allocate nonstatic fields in gaps between previous fields") \ 1167 "Allocate nonstatic fields in gaps between previous fields") \
1168 \ 1168 \
1169 notproduct(bool, PrintCompactFieldsSavings, false, \ 1169 notproduct(bool, PrintCompactFieldsSavings, false, \
1170 "Print how many words were saved with CompactFields") \ 1170 "Print how many words were saved with CompactFields") \
1171 \
1172 notproduct(bool, PrintFieldLayout, false, \
1173 "Print field layout for each class") \
1174 \
1175 product(intx, ContendedPaddingWidth, 128, \
1176 "How many bytes to pad the fields/classes marked @Contended with")\
1177 \
1178 product(bool, EnableContended, true, \
1179 "Enable @Contended annotation support") \
1180 \
1181 product(bool, RestrictContended, true, \
1182 "Restrict @Contended to trusted classes") \
1171 \ 1183 \
1172 product(bool, UseBiasedLocking, true, \ 1184 product(bool, UseBiasedLocking, true, \
1173 "Enable biased locking in JVM") \ 1185 "Enable biased locking in JVM") \
1174 \ 1186 \
1175 product(intx, BiasedLockingStartupDelay, 4000, \ 1187 product(intx, BiasedLockingStartupDelay, 4000, \