JDK-8283422 : Create a new test for JDK-8254790
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-03-20
  • Updated: 2022-10-11
  • Resolved: 2022-03-31
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 17 JDK 18 JDK 19
11.0.17-oracleFixed 17.0.4Fixed 18.0.2Fixed 19 b17Fixed
Related Reports
Relates :  
Description
The initial bug reported by https://bugs.openjdk.java.net/browse/JDK-8254790 was reported on macOS. It was found by the "javax/xml/crypto/dsig/GenerationTests.java" test which for some reason worked fine on Linux/Windows most? of the time.

I tried to run that test on Linux/Windows on a few systems and it always pass. Also, I got the same result for the tier1...tier4 tests.

This is a proposal to create a test specifically for this issue, which will trigger the crash on all platforms.

Comments
Fix request [11u] I backport this for parity with 11.0.17-oracle. No risk, only a test change. Resolved Copyright and adapted test description to work in 11. Tests pass. SAP nighlty testing passed.
11-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1421 Date: 2022-10-09 18:31:52 +0000
09-10-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/346 Date: 2022-04-12 06:01:01 +0000
25-04-2022

Fix request (17u) This is the new test for a P1 issue (https://bugs.openjdk.java.net/browse/JDK-8254790). Tested using jdk17, test failed w/o the fix for JDK-8254790, and passed after that fix. Review https://github.com/openjdk/jdk17u-dev/pull/346
25-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk18u/pull/98 Date: 2022-04-12 04:27:35 +0000
24-04-2022

Fix request (18u) This is the new test for a P1 issue (https://bugs.openjdk.java.net/browse/JDK-8254790). Tested using jdk18, test failed w/o the fix for JDK-8254790, and passed after that fix. Review https://github.com/openjdk/jdk18u/pull/98
24-04-2022

Changeset: ad83ec7e Author: Sergey Bylokhov <serb@openjdk.org> Date: 2022-03-31 18:17:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/ad83ec7e281cb3ab7c42e71fab47ea21b93079ea
31-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7883 Date: 2022-03-21 03:34:30 +0000
21-03-2022

I convert this to an RFE as this task only intends to add a test for an already fixed bug.
21-03-2022