hotspot/src/share/vm/runtime/globals.hpp
changeset 1550 be2fc37a817f
parent 1438 c82b8c5d101f
child 1553 fc10c169d15d
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Nov 12 11:01:31 2008 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Nov 12 22:33:26 2008 -0800
@@ -3230,6 +3230,9 @@
           "Skip assert() and verify() which page-in unwanted shared "       \
           "objects. ")                                                      \
                                                                             \
+  product(bool, AnonymousClasses, false,                                    \
+          "support sun.misc.Unsafe.defineAnonymousClass")                   \
+                                                                            \
   product(bool, TaggedStackInterpreter, false,                              \
           "Insert tags in interpreter execution stack for oopmap generaion")\
                                                                             \