diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Jan 11 02:02:51 2013 -0800
+++ b/src/share/vm/runtime/globals.hpp	Wed Jan 16 18:23:37 2013 -0500
@@ -1075,7 +1075,7 @@
                                                                             \
   product(intx, ClearFPUAtPark, 0, "(Unsafe,Unstable)" )                    \
                                                                             \
-  product(intx, hashCode, 0,                                                \
+  product(intx, hashCode, 5,                                                \
          "(Unstable) select hashCode generation algorithm" )                \
                                                                             \
   product(intx, WorkAroundNPTLTimedWaitHang, 1,                             \
@@ -1166,6 +1166,18 @@
   notproduct(bool, PrintCompactFieldsSavings, false,                        \
           "Print how many words were saved with CompactFields")             \
                                                                             \
+  notproduct(bool, PrintFieldLayout, false,                                 \
+          "Print field layout for each class")                              \
+                                                                            \
+  product(intx, ContendedPaddingWidth, 128,                                 \
+          "How many bytes to pad the fields/classes marked @Contended with")\
+                                                                            \
+  product(bool, EnableContended, true,                                      \
+          "Enable @Contended annotation support")                           \
+                                                                            \
+  product(bool, RestrictContended, true,                                    \
+          "Restrict @Contended to trusted classes")                         \
+                                                                            \
   product(bool, UseBiasedLocking, true,                                     \
           "Enable biased locking in JVM")                                   \
                                                                             \