hotspot/src/share/vm/prims/jni.h
changeset 36396 26a241a959de
parent 16394 b5940f63d436
child 36508 5f9eee6b383b
equal deleted inserted replaced
36393:45a4bd3cfc82 36396:26a241a959de
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, 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
  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 #define JNI_VERSION_1_8 0x00010008
       
  1955 #define JNI_VERSION_9   0x00090000
  1955 
  1956 
  1956 #ifdef __cplusplus
  1957 #ifdef __cplusplus
  1957 } /* extern "C" */
  1958 } /* extern "C" */
  1958 #endif /* __cplusplus */
  1959 #endif /* __cplusplus */
  1959 
  1960