src/share/vm/prims/hpi_imported.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2005, 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. --- 1,7 ---- /* ! * Copyright (c) 1998, 2010, 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.
*** 34,45 **** * but in the future this should be a jboolean. * * The files are included verbatim expect for local includes removed from hpi.h. */ ! #ifndef _JAVASOFT_HPI_H_ ! #define _JAVASOFT_HPI_H_ #ifdef __cplusplus extern "C" { #endif --- 34,47 ---- * but in the future this should be a jboolean. * * The files are included verbatim expect for local includes removed from hpi.h. */ ! #ifndef SHARE_VM_PRIMS_HPI_IMPORTED_H ! #define SHARE_VM_PRIMS_HPI_IMPORTED_H ! ! #include "jni.h" #ifdef __cplusplus extern "C" { #endif
*** 312,317 **** #ifdef __cplusplus } #endif ! #endif /* !_JAVASOFT_HPI_H_ */ --- 314,319 ---- #ifdef __cplusplus } #endif ! #endif // SHARE_VM_PRIMS_HPI_IMPORTED_H