hotspot/src/share/vm/prims/hpi_imported.h
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    34  * but in the future this should be a jboolean.
    34  * but in the future this should be a jboolean.
    35  *
    35  *
    36  * The files are included verbatim expect for local includes removed from hpi.h.
    36  * The files are included verbatim expect for local includes removed from hpi.h.
    37  */
    37  */
    38 
    38 
    39 #ifndef _JAVASOFT_HPI_H_
    39 #ifndef SHARE_VM_PRIMS_HPI_IMPORTED_H
    40 #define _JAVASOFT_HPI_H_
    40 #define SHARE_VM_PRIMS_HPI_IMPORTED_H
       
    41 
       
    42 #include "jni.h"
    41 
    43 
    42 #ifdef __cplusplus
    44 #ifdef __cplusplus
    43 extern "C" {
    45 extern "C" {
    44 #endif
    46 #endif
    45 
    47 
   312 
   314 
   313 #ifdef __cplusplus
   315 #ifdef __cplusplus
   314 }
   316 }
   315 #endif
   317 #endif
   316 
   318 
   317 #endif /* !_JAVASOFT_HPI_H_ */
   319 #endif // SHARE_VM_PRIMS_HPI_IMPORTED_H