# HG changeset patch # User naoto # Date 1464297669 25200 # Node ID 003898efad7e8e8569dee7b9df12cd9a8e991ca8 # Parent ccaac80108c59e4b2844f2b4dbb7870edf9791c9 8157997: Reverting a push with wrong id Reviewed-by: sherman diff -r ccaac80108c5 -r 003898efad7e jdk/src/java.base/share/native/libzip/zip_util.c --- a/jdk/src/java.base/share/native/libzip/zip_util.c Thu May 26 13:33:27 2016 -0700 +++ b/jdk/src/java.base/share/native/libzip/zip_util.c Thu May 26 14:21:09 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,13 +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 - */ -#ifdef STATIC_BUILD -DEF_STATIC_JNI_OnLoad -#endif - -/* * The ZFILE_* functions exist to provide some platform-independence with * respect to file access needs. */