8157632: 9-dev windows builds fail on zip_util.c
authornaoto
Tue, 24 May 2016 09:18:45 -0700
changeset 38478 c4c94ae846e7
parent 38477 f462865d453d
child 38479 bde38c14865c
8157632: 9-dev windows builds fail on zip_util.c Reviewed-by: sherman, lana
jdk/src/java.base/share/native/libzip/zip_util.c
--- a/jdk/src/java.base/share/native/libzip/zip_util.c	Tue May 24 12:31:30 2016 +0100
+++ b/jdk/src/java.base/share/native/libzip/zip_util.c	Tue May 24 09:18:45 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2014, 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,11 +77,6 @@
 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.
  */