diff src/share/vm/classfile/vmSymbols.hpp @ 3476:65981c23c1d6

Fixed bootstrap (lowered compilation threshold and register more methods for compilation)
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 03 Aug 2011 11:35:30 -0700
parents be4ca325525a
children c4f88f4ede54
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Wed Aug 03 16:28:19 2011 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Wed Aug 03 11:35:30 2011 -0700
@@ -413,6 +413,7 @@
   template(bitCount_name,                             "bitCount")                                 \
   template(profile_name,                              "profile")                                  \
   template(equals_name,                               "equals")                                   \
+  template(length_name,                               "length")                                   \
   template(target_name,                               "target")                                   \
   template(toString_name,                             "toString")                                 \
   template(values_name,                               "values")                                   \