comparison 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
comparison
equal deleted inserted replaced
3475:0da7f6b247c9 3476:65981c23c1d6
411 template(numberOfLeadingZeros_name, "numberOfLeadingZeros") \ 411 template(numberOfLeadingZeros_name, "numberOfLeadingZeros") \
412 template(numberOfTrailingZeros_name, "numberOfTrailingZeros") \ 412 template(numberOfTrailingZeros_name, "numberOfTrailingZeros") \
413 template(bitCount_name, "bitCount") \ 413 template(bitCount_name, "bitCount") \
414 template(profile_name, "profile") \ 414 template(profile_name, "profile") \
415 template(equals_name, "equals") \ 415 template(equals_name, "equals") \
416 template(length_name, "length") \
416 template(target_name, "target") \ 417 template(target_name, "target") \
417 template(toString_name, "toString") \ 418 template(toString_name, "toString") \
418 template(values_name, "values") \ 419 template(values_name, "values") \
419 template(receiver_name, "receiver") \ 420 template(receiver_name, "receiver") \
420 template(vmmethod_name, "vmmethod") \ 421 template(vmmethod_name, "vmmethod") \