diff src/share/vm/classfile/vmSymbols.hpp @ 2057:89bf01e6b049

Treat C1XOptions fields as final.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 14 Jan 2011 16:29:42 +0100
parents 99ad52189524
children d25d4ca69222
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Fri Jan 14 13:22:50 2011 +0100
+++ b/src/share/vm/classfile/vmSymbols.hpp	Fri Jan 14 16:29:42 2011 +0100
@@ -266,6 +266,7 @@
   template(com_sun_hotspot_c1x_HotSpotMethodResolved, "com/sun/hotspot/c1x/HotSpotMethodResolved")                      \
   template(com_sun_hotspot_c1x_HotSpotTargetMethod,   "com/sun/hotspot/c1x/HotSpotTargetMethod")                        \
   template(com_sun_hotspot_c1x_HotSpotField,          "com/sun/hotspot/c1x/HotSpotField")                               \
+  template(com_sun_c1x_C1XOptions,                    "com/sun/c1x/C1XOptions")                                         \
   template(com_sun_hotspot_c1x_HotSpotTypeResolved,   "com/sun/hotspot/c1x/HotSpotTypeResolved")                        \
   template(com_sun_hotspot_c1x_HotSpotType,           "com/sun/hotspot/c1x/HotSpotType")                                \
   template(com_sun_hotspot_c1x_HotSpotExceptionHandler,"com/sun/hotspot/c1x/HotSpotExceptionHandler")                   \