mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs
Reviewed-by: dlong, alanb, mduigou
This commit is contained in:
parent
0f54c50638
commit
f5f5775dc3
3 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012 Red Hat, Inc.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
|
@ -92,7 +92,7 @@
|
|||
# include "os_bsd.inline.hpp"
|
||||
#endif
|
||||
|
||||
static jint CurrentVersion = JNI_VERSION_1_6;
|
||||
static jint CurrentVersion = JNI_VERSION_1_8;
|
||||
|
||||
|
||||
// The DT_RETURN_MARK macros create a scoped object to fire the dtrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue