comparison src/share/vm/prims/jni.h @ 8793:499ccc15bbc8

8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs Reviewed-by: dlong, alanb, mduigou
author bpittore
date Fri, 15 Mar 2013 15:20:40 -0400
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
8724:69ffa4ac9e53 8793:499ccc15bbc8
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