comparison src/share/vm/runtime/globals.hpp @ 7592:92d4b5d8dde4

Merge
author acorn
date Wed, 16 Jan 2013 18:23:37 -0500
parents 1f6d10b4cc0c 4a916f2ce331
children 212c5b9c38e7
comparison
equal deleted inserted replaced
7578:d58b7b43031b 7592:92d4b5d8dde4
1073 \ 1073 \
1074 product(intx, SyncVerbose, 0, "(Unstable)" ) \ 1074 product(intx, SyncVerbose, 0, "(Unstable)" ) \
1075 \ 1075 \
1076 product(intx, ClearFPUAtPark, 0, "(Unsafe,Unstable)" ) \ 1076 product(intx, ClearFPUAtPark, 0, "(Unsafe,Unstable)" ) \
1077 \ 1077 \
1078 product(intx, hashCode, 0, \ 1078 product(intx, hashCode, 5, \
1079 "(Unstable) select hashCode generation algorithm" ) \ 1079 "(Unstable) select hashCode generation algorithm" ) \
1080 \ 1080 \
1081 product(intx, WorkAroundNPTLTimedWaitHang, 1, \ 1081 product(intx, WorkAroundNPTLTimedWaitHang, 1, \
1082 "(Unstable, Linux-specific)" \ 1082 "(Unstable, Linux-specific)" \
1083 " avoid NPTL-FUTEX hang pthread_cond_timedwait" ) \ 1083 " avoid NPTL-FUTEX hang pthread_cond_timedwait" ) \
1163 product(bool, CompactFields, true, \ 1163 product(bool, CompactFields, true, \
1164 "Allocate nonstatic fields in gaps between previous fields") \ 1164 "Allocate nonstatic fields in gaps between previous fields") \
1165 \ 1165 \
1166 notproduct(bool, PrintCompactFieldsSavings, false, \ 1166 notproduct(bool, PrintCompactFieldsSavings, false, \
1167 "Print how many words were saved with CompactFields") \ 1167 "Print how many words were saved with CompactFields") \
1168 \
1169 notproduct(bool, PrintFieldLayout, false, \
1170 "Print field layout for each class") \
1171 \
1172 product(intx, ContendedPaddingWidth, 128, \
1173 "How many bytes to pad the fields/classes marked @Contended with")\
1174 \
1175 product(bool, EnableContended, true, \
1176 "Enable @Contended annotation support") \
1177 \
1178 product(bool, RestrictContended, true, \
1179 "Restrict @Contended to trusted classes") \
1168 \ 1180 \
1169 product(bool, UseBiasedLocking, true, \ 1181 product(bool, UseBiasedLocking, true, \
1170 "Enable biased locking in JVM") \ 1182 "Enable biased locking in JVM") \
1171 \ 1183 \
1172 product(intx, BiasedLockingStartupDelay, 4000, \ 1184 product(intx, BiasedLockingStartupDelay, 4000, \