mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8215123: Crash in runtime image built with jlink --compress=2
Reviewed-by: ihse, alanb
This commit is contained in:
parent
74ffdff736
commit
7fc544f6c3
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef jboolean (JNICALL *ZipInflateFully_t)(void *inBuf, jlong inLen,
|
typedef jboolean (*ZipInflateFully_t)(void *inBuf, jlong inLen,
|
||||||
void *outBuf, jlong outLen, char **pmsg);
|
void *outBuf, jlong outLen, char **pmsg);
|
||||||
static ZipInflateFully_t ZipInflateFully = NULL;
|
static ZipInflateFully_t ZipInflateFully = NULL;
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue