src/share/vm/classfile/vmSymbols.hpp

changeset 1831
d7f654633cfe
parent 1579
9b9c1ee9b3f6
child 1862
cd5dbf694d45
     1.1 --- a/src/share/vm/classfile/vmSymbols.hpp	Tue Apr 20 13:26:33 2010 -0700
     1.2 +++ b/src/share/vm/classfile/vmSymbols.hpp	Mon Apr 26 11:27:21 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -357,6 +357,8 @@
    1.11    template(void_double_signature,                     "()D")                                      \
    1.12    template(int_void_signature,                        "(I)V")                                     \
    1.13    template(int_int_signature,                         "(I)I")                                     \
    1.14 +  template(char_char_signature,                       "(C)C")                                     \
    1.15 +  template(short_short_signature,                     "(S)S")                                     \
    1.16    template(int_bool_signature,                        "(I)Z")                                     \
    1.17    template(float_int_signature,                       "(F)I")                                     \
    1.18    template(double_long_signature,                     "(D)J")                                     \
    1.19 @@ -585,6 +587,10 @@
    1.20     do_name(     reverseBytes_name,                               "reverseBytes")                                        \
    1.21    do_intrinsic(_reverseBytes_l,           java_lang_Long,         reverseBytes_name,        long_long_signature, F_S)   \
    1.22      /*  (symbol reverseBytes_name defined above) */                                                                     \
    1.23 +  do_intrinsic(_reverseBytes_c,           java_lang_Character,    reverseBytes_name,        char_char_signature, F_S)   \
    1.24 +    /*  (symbol reverseBytes_name defined above) */                                                                     \
    1.25 +  do_intrinsic(_reverseBytes_s,           java_lang_Short,        reverseBytes_name,        short_short_signature, F_S) \
    1.26 +    /*  (symbol reverseBytes_name defined above) */                                                                     \
    1.27                                                                                                                          \
    1.28    do_intrinsic(_identityHashCode,         java_lang_System,       identityHashCode_name, object_int_signature,   F_S)   \
    1.29     do_name(     identityHashCode_name,                           "identityHashCode")                                    \

mercurial