JDK-8211045 : [Testbug] Fix for 8144279 didn't define a test case!
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-09-23
  • Updated: 2023-11-09
  • Resolved: 2018-09-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12 JDK 8
11.0.22-oracleFixed 12 b13Fixed 8u401Fixed
Related Reports
Relates :  
Description
Severin Gehwolf reports:

Hi,

test/hotspot/jtreg/runtime/jsig seems to have come in with JDK-8017498. 
However, corresponding Test8017498.sh seems to have been removed since
and nothing exercises this code as far as I can see. I wonder what's
the point of it?

There are two options as I see it:

1) Remove dead code in test/hotspot/jtreg/runtime/jsig

2) Rework old Test8017498.sh[1] so that it actually uses classes/natives
in test/hotspot/jtreg/runtime/jsig.

Which one should it be?
Comments
Fix request [11u] Backporting this for parity with 11.0.22-oracle. Low risk as it only adds a test case. Relevant test passes. Tier 1 passed with GHA.
07-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2259 Date: 2023-11-06 18:07:33 +0000
06-11-2023

URL: http://hg.openjdk.java.net/jdk/jdk/rev/6c17cf410d7c User: dholmes Date: 2018-09-24 16:19:22 +0000
24-09-2018

Located: http://cr.openjdk.java.net/~gthornbr/8144279/webrev.00/raw_files/new/test/runtime/jsig/Testjsig.java
23-09-2018

This was done by: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a0cdf5e20489 "JDK-8144279: [TESTBUG] hotspot/runtime/jsig/Test8017498.sh should use native library build support" I would have to guess the main test file was not hg added for the commit. But I can't find the code review for it.
23-09-2018