Bugfix in native: #_sun_reflect_NativeConstructorAccessorImpl_newInstance0:_:_: ... development
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 17 Aug 2013 17:55:54 +0100
branchdevelopment
changeset 2659 d64692c5d7e8
parent 2658 dd506d4837a4
child 2660 ac97f7e37c7a
Bugfix in native: #_sun_reflect_NativeConstructorAccessorImpl_newInstance0:_:_: ... ...send #basicNew instead of #new because #new calls the default constructor itself
JavaNativeMethodImpl_OpenJDK6.st
--- a/JavaNativeMethodImpl_OpenJDK6.st	Sat Aug 17 09:57:56 2013 +0100
+++ b/JavaNativeMethodImpl_OpenJDK6.st	Sat Aug 17 17:55:54 2013 +0100
@@ -20458,13 +20458,13 @@
     class := Reflection classForJavaConstructorObject: ctor.
     method := Reflection methodForJavaConstructorObject: ctor.
 
-    instance := class new.
+    instance := class basicNew.
     self invoke: ctor receiver: instance arguments: args context: self nativeContext constructor: true.
     ^instance
 
     "Created: / 26-11-2010 / 11:41:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 09-02-2011 / 01:12:10 / Marcel Hlopko <hlopik@gmail.com>"
-    "Modified: / 30-01-2013 / 14:16:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 17-08-2013 / 17:52:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 _sun_reflect_NativeMethodAccessorImpl_invoke0: this _:a1 _: a2 _: a3
@@ -20778,6 +20778,458 @@
     ^ JavaVM unimplementedNativeMethodSignal raise
 ! !
 
+!JavaNativeMethodImpl_OpenJDK6 class methodsFor:'native - sun.security.pkcs11'!
+
+_sun_security_pkcs11_Secmod_nssGetLibraryHandle: this _: a1 
+
+    <javanative: 'sun/security/pkcs11/Secmod' name: 'nssGetLibraryHandle(Ljava/lang/String;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_Secmod_nssGetModuleList: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/Secmod' name: 'nssGetModuleList(J)Ljava/lang/Object;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_Secmod_nssInit: this _: a1 _: a2 _: a3 _: a4 
+
+    <javanative: 'sun/security/pkcs11/Secmod' name: 'nssInit(Ljava/lang/String;JLjava/lang/String;)Z'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_Secmod_nssLoadLibrary: this _: a1 
+
+    <javanative: 'sun/security/pkcs11/Secmod' name: 'nssLoadLibrary(Ljava/lang/String;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_Secmod_nssVersionCheck: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/Secmod' name: 'nssVersionCheck(JLjava/lang/String;)Z'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+! !
+
+!JavaNativeMethodImpl_OpenJDK6 class methodsFor:'native - sun.security.pkcs11.wrapper'!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_CloseSession: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_CloseSession(J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_CopyObject: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_CopyObject(JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_CreateObject: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_CreateObject(J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Decrypt: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 _: a8 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Decrypt(J[BII[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DecryptFinal: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DecryptFinal(JJ[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DecryptInit: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DecryptInit(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DecryptUpdate: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 _: a8 _: a9 _: a10 _: a11 _: a12 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DecryptUpdate(JJ[BIIJ[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DeriveKey: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DeriveKey(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DestroyObject: this _: a1 _: a2 _: a3 _: a4 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DestroyObject(JJ)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DigestFinal: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DigestFinal(J[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DigestInit: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DigestInit(JLsun/security/pkcs11/wrapper/CK_MECHANISM;)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DigestKey: this _: a1 _: a2 _: a3 _: a4 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DigestKey(JJ)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DigestSingle: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 _: a8 _: a9 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DigestSingle(JLsun/security/pkcs11/wrapper/CK_MECHANISM;[BII[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_DigestUpdate: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_DigestUpdate(JJ[BII)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Encrypt: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 _: a8 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Encrypt(J[BII[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_EncryptFinal: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_EncryptFinal(JJ[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_EncryptInit: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_EncryptInit(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_EncryptUpdate: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 _: a8 _: a9 _: a10 _: a11 _: a12 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_EncryptUpdate(JJ[BIIJ[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Finalize: this _: a1 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Finalize(Ljava/lang/Object;)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_FindObjects: this _: a1 _: a2 _: a3 _: a4 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_FindObjects(JJ)[J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_FindObjectsFinal: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_FindObjectsFinal(J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_FindObjectsInit: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_FindObjectsInit(J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GenerateKey: this _: a1 _: a2 _: a3 _: a4 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GenerateKey(JLsun/security/pkcs11/wrapper/CK_MECHANISM;[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GenerateKeyPair: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GenerateKeyPair(JLsun/security/pkcs11/wrapper/CK_MECHANISM;[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)[J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GenerateRandom: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GenerateRandom(J[B)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetAttributeValue: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetAttributeValue(JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetInfo: this 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetInfo()Lsun/security/pkcs11/wrapper/CK_INFO;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetMechanismInfo: this _: a1 _: a2 _: a3 _: a4 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetMechanismInfo(JJ)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetMechanismList: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetMechanismList(J)[J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetOperationState: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetOperationState(J)[B'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetSessionInfo: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetSessionInfo(J)Lsun/security/pkcs11/wrapper/CK_SESSION_INFO;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetSlotInfo: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetSlotInfo(J)Lsun/security/pkcs11/wrapper/CK_SLOT_INFO;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetSlotList: this _: a1 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetSlotList(Z)[J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_GetTokenInfo: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_GetTokenInfo(J)Lsun/security/pkcs11/wrapper/CK_TOKEN_INFO;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Initialize: this _: a1 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Initialize(Ljava/lang/Object;)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Login: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Login(JJ[C)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Logout: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Logout(J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_OpenSession: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_OpenSession(JJLjava/lang/Object;Lsun/security/pkcs11/wrapper/CK_NOTIFY;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SeedRandom: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SeedRandom(J[B)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SetAttributeValue: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SetAttributeValue(JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SetOperationState: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SetOperationState(J[BJJ)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Sign: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Sign(J[B)[B'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SignFinal: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SignFinal(JI)[B'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SignInit: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SignInit(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SignRecover: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 _: a8 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SignRecover(J[BII[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SignRecoverInit: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SignRecoverInit(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_SignUpdate: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_SignUpdate(JJ[BII)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_UnwrapKey: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_UnwrapKey(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J[B[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_Verify: this _: a1 _: a2 _: a3 _: a4 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_Verify(J[B[B)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_VerifyFinal: this _: a1 _: a2 _: a3 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_VerifyFinal(J[B)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_VerifyInit: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_VerifyInit(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_VerifyRecover: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 _: a8 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_VerifyRecover(J[BII[BII)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_VerifyRecoverInit: this _: a1 _: a2 _: a3 _: a4 _: a5 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_VerifyRecoverInit(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_VerifyUpdate: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_VerifyUpdate(JJ[BII)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_C_WrapKey: this _: a1 _: a2 _: a3 _: a4 _: a5 _: a6 _: a7 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'C_WrapKey(JLsun/security/pkcs11/wrapper/CK_MECHANISM;JJ)[B'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_connect: this _: a1 _: a2 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'connect(Ljava/lang/String;Ljava/lang/String;)V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_disconnect: this 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'disconnect()V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_finalizeLibrary: this 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'finalizeLibrary()V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_sun_security_pkcs11_wrapper_PKCS11_initializeLibrary: this 
+
+    <javanative: 'sun/security/pkcs11/wrapper/PKCS11' name: 'initializeLibrary()V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+! !
+
 !JavaNativeMethodImpl_OpenJDK6 class methodsFor:'native - sun.security.provider'!
 
 _sun_security_provider_NativeSeedGenerator_nativeGenerateSeed: this _:a1