< prev index next >

src/java.base/share/native/libjava/jni_util.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 393,404 **** void* getProcessHandle(); void buildJniFunctionName(const char *sym, const char *cname, char *jniEntryName); ! extern size_t getLastErrorString(char *buf, size_t len); ! extern int getErrorString(int err, char *buf, size_t len); #ifdef STATIC_BUILD /* Macros for handling declaration of static/dynamic * JNI library Load/Unload functions * --- 393,407 ---- void* getProcessHandle(); void buildJniFunctionName(const char *sym, const char *cname, char *jniEntryName); ! JNIEXPORT size_t JNICALL ! getLastErrorString(char *buf, size_t len); ! ! JNIEXPORT int JNICALL ! getErrorString(int err, char *buf, size_t len); #ifdef STATIC_BUILD /* Macros for handling declaration of static/dynamic * JNI library Load/Unload functions *
< prev index next >