8150179: Static build of libzip is missing JNI_OnLoad_zip entry point
authornaoto
Mon, 23 May 2016 14:05:57 -0700
changeset 38469 0e4ababda6a9
parent 38468 d459a0f8fe72
child 38470 6dd62dab450d
8150179: Static build of libzip is missing JNI_OnLoad_zip entry point Reviewed-by: sherman
jdk/src/java.base/share/native/libzip/zip_util.c
--- a/jdk/src/java.base/share/native/libzip/zip_util.c	Mon May 23 21:28:39 2016 +0100
+++ b/jdk/src/java.base/share/native/libzip/zip_util.c	Mon May 23 14:05:57 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -77,6 +77,11 @@
 static jint INITIAL_META_COUNT = 2;   /* initial number of entries in meta name array */
 
 /*
+ * Declare library specific JNI_Onload entry if static build
+ */
+DEF_STATIC_JNI_OnLoad
+
+/*
  * The ZFILE_* functions exist to provide some platform-independence with
  * respect to file access needs.
  */