JDK-8267979 : C2: Fix verification code in SubTypeCheckNode::Ideal()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-31
  • Updated: 2021-07-06
  • Resolved: 2021-06-01
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 17
17 b25Fixed
Related Reports
Relates :  
Description
Make verification code in SubTypeCheckNode::Ideal() robust in presence of concurrent class loading.
Comments
Changeset: f5634fe3 Author: Vladimir Ivanov <vlivanov@openjdk.org> Date: 2021-06-01 09:15:46 +0000 URL: https://git.openjdk.java.net/jdk/commit/f5634fe39db44d5d504e1b2f8aba1bca3e479a89
01-06-2021