hotspot/src/share/vm/prims/jni.h
changeset 16394 b5940f63d436
parent 7397 5b173b4ca846
child 36396 26a241a959de
equal deleted inserted replaced
15940:601d4955fa75 16394:b5940f63d436
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
  1949 
  1949 
  1950 #define JNI_VERSION_1_1 0x00010001
  1950 #define JNI_VERSION_1_1 0x00010001
  1951 #define JNI_VERSION_1_2 0x00010002
  1951 #define JNI_VERSION_1_2 0x00010002
  1952 #define JNI_VERSION_1_4 0x00010004
  1952 #define JNI_VERSION_1_4 0x00010004
  1953 #define JNI_VERSION_1_6 0x00010006
  1953 #define JNI_VERSION_1_6 0x00010006
       
  1954 #define JNI_VERSION_1_8 0x00010008
  1954 
  1955 
  1955 #ifdef __cplusplus
  1956 #ifdef __cplusplus
  1956 } /* extern "C" */
  1957 } /* extern "C" */
  1957 #endif /* __cplusplus */
  1958 #endif /* __cplusplus */
  1958 
  1959