[jdk11u-dev] Integrated: 8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location

Amos Shi ashi at openjdk.org
Thu Dec 14 09:46:49 UTC 2023


On Thu, 30 Nov 2023 09:26:16 GMT, Amos Shi <ashi at openjdk.org> wrote:

> Backport of [JDK-8211438](https://bugs.openjdk.org/browse/JDK-8211438)
> 
> Note. 
> - `test/hotspot/jtreg/ProblemList.txt` No need to change because the line has been removed already
> - `src/java.base/unix/native/libjsig/jsig.c` Add include section to fix compile error; the include was originally added by [JDK-8200609](https://bugs.openjdk.org/browse/JDK-8200609)
> 
> So this is `unclean` backport.

This pull request has now been integrated.

Changeset: aa03b6f5
Author:    Amos Shi <ashi at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/aa03b6f50c7113969ccf24b4d4daccfb989f820d
Stats:     26 lines in 2 files changed: 12 ins; 8 del; 6 mod

8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location

Remove the os_arch string and JRE path from the test.  Also add JNIEXPORT to libjsig symbols so dlsym can find them

Reviewed-by: mbaesken
Backport-of: d872314ef3f9a9c3fdea88d097867599c8e08494

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/2319


More information about the jdk-updates-dev mailing list