8244853: The static build of libextnet is missing the JNI_OnLoad_extnet function
Reviewed-by: alanb
This commit is contained in:
parent
658fb7ac3e
commit
3d50f242c2
@ -33,6 +33,11 @@
|
||||
#include "jni_util.h"
|
||||
#include "jdk_net_LinuxSocketOptions.h"
|
||||
|
||||
/*
|
||||
* Declare library specific JNI_Onload entry if static build
|
||||
*/
|
||||
DEF_STATIC_JNI_OnLoad
|
||||
|
||||
/*
|
||||
* Class: jdk_net_LinuxSocketOptions
|
||||
* Method: setQuickAck
|
||||
|
@ -32,6 +32,11 @@
|
||||
#include <netinet/in.h>
|
||||
#include "jni_util.h"
|
||||
|
||||
/*
|
||||
* Declare library specific JNI_Onload entry if static build
|
||||
*/
|
||||
DEF_STATIC_JNI_OnLoad
|
||||
|
||||
static jint socketOptionSupported(jint sockopt) {
|
||||
jint one = 1;
|
||||
jint rv, s;
|
||||
|
@ -31,6 +31,11 @@ static jfieldID sf_bandwidth;
|
||||
|
||||
static int initialized = 0;
|
||||
|
||||
/*
|
||||
* Declare library specific JNI_Onload entry if static build
|
||||
*/
|
||||
DEF_STATIC_JNI_OnLoad
|
||||
|
||||
/*
|
||||
* Class: jdk_net_SolarisSocketOptions
|
||||
* Method: init
|
||||
|
Loading…
x
Reference in New Issue
Block a user