Fix merge mistake.
--- a/src/java.base/share/native/libjimage/jimage.hpp Mon Jun 11 11:23:20 2018 +0200
+++ b/src/java.base/share/native/libjimage/jimage.hpp Mon Jun 11 11:25:51 2018 +0200
@@ -202,6 +202,8 @@
* char path[JIMAGE_MAX_PATH];
* (*JImageResourcePath)(image, location, path, JIMAGE_MAX_PATH);
*/
+extern "C" JNIEXPORT bool
+JIMAGE_ResourcePath(JImageFile* image, JImageLocationRef locationRef,
char* path, size_t max);
typedef bool (*JImage_ResourcePath_t)(JImageFile* jimage, JImageLocationRef location,