[jdk17] RFR: 8269037: jsig/Testjsig.java doesn't have to be restricted to linux only
Igor Ignatyev
iignatyev at openjdk.java.net
Sun Jun 20 12:57:56 UTC 2021
Hi all,
could you please review this small patch that enables `runtime/jsig/Testjsig.java` test and compilation of its native library on all platforms but windows?
from JBS:
> `runtime/jsig/Testjsig.java` test currently `@requires (os.family == "linux")` and `test/hotspot/jtreg/runtime/jsig/libTestJNI.c` compilation is resticted to linux only, howere there seems to be nothing in the test code that prevents it from execution on a system that supports POSIX.
testing: `runtime/jsig/Testjsig.java` on `{linux,windows,macosx}-x64`
Thanks,
-- Igor
-------------
Commit messages:
- 8269037
Changes: https://git.openjdk.java.net/jdk17/pull/105/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=105&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8269037
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk17/pull/105.diff
Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/105/head:pull/105
PR: https://git.openjdk.java.net/jdk17/pull/105
More information about the build-dev
mailing list