hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 44326 6c59cca7ff07
parent 43684 771c619e190d
child 44520 0553e129e0ec
equal deleted inserted replaced
44204:8490172c1777 44326:6c59cca7ff07
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   559   template(char_StringBuilder_signature,              "(C)Ljava/lang/StringBuilder;")                             \
   559   template(char_StringBuilder_signature,              "(C)Ljava/lang/StringBuilder;")                             \
   560   template(String_StringBuffer_signature,             "(Ljava/lang/String;)Ljava/lang/StringBuffer;")             \
   560   template(String_StringBuffer_signature,             "(Ljava/lang/String;)Ljava/lang/StringBuffer;")             \
   561   template(int_StringBuffer_signature,                "(I)Ljava/lang/StringBuffer;")                              \
   561   template(int_StringBuffer_signature,                "(I)Ljava/lang/StringBuffer;")                              \
   562   template(char_StringBuffer_signature,               "(C)Ljava/lang/StringBuffer;")                              \
   562   template(char_StringBuffer_signature,               "(C)Ljava/lang/StringBuffer;")                              \
   563   template(int_String_signature,                      "(I)Ljava/lang/String;")                                    \
   563   template(int_String_signature,                      "(I)Ljava/lang/String;")                                    \
       
   564   template(boolean_boolean_int_signature,             "(ZZ)I")                                                    \
   564   template(codesource_permissioncollection_signature, "(Ljava/security/CodeSource;Ljava/security/PermissionCollection;)V") \
   565   template(codesource_permissioncollection_signature, "(Ljava/security/CodeSource;Ljava/security/PermissionCollection;)V") \
   565   /* signature symbols needed by intrinsics */                                                                    \
   566   /* signature symbols needed by intrinsics */                                                                    \
   566   VM_INTRINSICS_DO(VM_INTRINSIC_IGNORE, VM_SYMBOL_IGNORE, VM_SYMBOL_IGNORE, template, VM_ALIAS_IGNORE)            \
   567   VM_INTRINSICS_DO(VM_INTRINSIC_IGNORE, VM_SYMBOL_IGNORE, VM_SYMBOL_IGNORE, template, VM_ALIAS_IGNORE)            \
   567                                                                                                                   \
   568                                                                                                                   \
   568   /* symbol aliases needed by intrinsics */                                                                       \
   569   /* symbol aliases needed by intrinsics */                                                                       \