src/share/vm/classfile/vmSymbols.hpp

changeset 7089
6e0cb14ce59b
parent 7027
b20a35eae442
child 7129
47e3110c47e8
     1.1 --- a/src/share/vm/classfile/vmSymbols.hpp	Fri Aug 22 12:03:49 2014 -0700
     1.2 +++ b/src/share/vm/classfile/vmSymbols.hpp	Thu Aug 21 13:57:51 2014 -0700
     1.3 @@ -91,11 +91,17 @@
     1.4    template(java_lang_CharSequence,                    "java/lang/CharSequence")                   \
     1.5    template(java_lang_SecurityManager,                 "java/lang/SecurityManager")                \
     1.6    template(java_security_AccessControlContext,        "java/security/AccessControlContext")       \
     1.7 +  template(java_security_CodeSource,                  "java/security/CodeSource")                 \
     1.8    template(java_security_ProtectionDomain,            "java/security/ProtectionDomain")           \
     1.9 +  template(java_security_SecureClassLoader,           "java/security/SecureClassLoader")          \
    1.10 +  template(java_net_URLClassLoader,                   "java/net/URLClassLoader")                  \
    1.11 +  template(java_net_URL,                              "java/net/URL")                             \
    1.12 +  template(java_util_jar_Manifest,                    "java/util/jar/Manifest")                   \
    1.13    template(impliesCreateAccessControlContext_name,    "impliesCreateAccessControlContext")        \
    1.14    template(java_io_OutputStream,                      "java/io/OutputStream")                     \
    1.15    template(java_io_Reader,                            "java/io/Reader")                           \
    1.16    template(java_io_BufferedReader,                    "java/io/BufferedReader")                   \
    1.17 +  template(java_io_File,                              "java/io/File")                             \
    1.18    template(java_io_FileInputStream,                   "java/io/FileInputStream")                  \
    1.19    template(java_io_ByteArrayInputStream,              "java/io/ByteArrayInputStream")             \
    1.20    template(java_io_Serializable,                      "java/io/Serializable")                     \
    1.21 @@ -106,6 +112,7 @@
    1.22    template(java_util_Hashtable,                       "java/util/Hashtable")                      \
    1.23    template(java_lang_Compiler,                        "java/lang/Compiler")                       \
    1.24    template(sun_misc_Signal,                           "sun/misc/Signal")                          \
    1.25 +  template(sun_misc_Launcher,                         "sun/misc/Launcher")                        \
    1.26    template(java_lang_AssertionStatusDirectives,       "java/lang/AssertionStatusDirectives")      \
    1.27    template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
    1.28    template(sun_misc_PostVMInitHook,                   "sun/misc/PostVMInitHook")                  \
    1.29 @@ -397,6 +404,14 @@
    1.30    template(signers_name,                              "signers_name")                             \
    1.31    template(loader_data_name,                          "loader_data")                              \
    1.32    template(dependencies_name,                         "dependencies")                             \
    1.33 +  template(input_stream_void_signature,               "(Ljava/io/InputStream;)V")                 \
    1.34 +  template(getFileURL_name,                           "getFileURL")                               \
    1.35 +  template(getFileURL_signature,                      "(Ljava/io/File;)Ljava/net/URL;")           \
    1.36 +  template(definePackageInternal_name,                "definePackageInternal")                    \
    1.37 +  template(definePackageInternal_signature,           "(Ljava/lang/String;Ljava/util/jar/Manifest;Ljava/net/URL;)V") \
    1.38 +  template(getProtectionDomain_name,                  "getProtectionDomain")                      \
    1.39 +  template(getProtectionDomain_signature,             "(Ljava/security/CodeSource;)Ljava/security/ProtectionDomain;") \
    1.40 +  template(url_code_signer_array_void_signature,      "(Ljava/net/URL;[Ljava/security/CodeSigner;)V") \
    1.41                                                                                                    \
    1.42    /* non-intrinsic name/signature pairs: */                                                       \
    1.43    template(register_method_name,                      "register")                                 \

mercurial