< prev index next >

src/jdk.crypto.pkcs11/share/native/libj2pkcs11/p11_general.c

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 2002 Graz University of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without --- 1,7 ---- /* ! * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 2002 Graz University of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without
*** 71,81 **** jclass jByteArrayClass; jclass jLongClass; JavaVM* jvm = NULL; ! JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) { jvm = vm; return JNI_VERSION_1_4; } /* ************************************************************************** */ --- 71,81 ---- jclass jByteArrayClass; jclass jLongClass; JavaVM* jvm = NULL; ! JNIEXPORT jint JNICALL DEF_JNI_OnLoad(JavaVM *vm, void *reserved) { jvm = vm; return JNI_VERSION_1_4; } /* ************************************************************************** */
< prev index next >