JDK-8282380 : compiler/intrinsics/unsafe/AllocateUninitializedArray.java crashes intermittently in AllocateUninitializedArray::testIAE
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11-pool
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • Submitted: 2022-02-25
  • Updated: 2022-05-17
  • Resolved: 2022-05-17
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
11-poolResolved
Related Reports
Duplicate :  
Description
Test cases : compiler/intrinsics/unsafe/AllocateUninitializedArray.java 
OS: Windows x64 debug
Where: 11u-cpu
Is it a regression: NO (intermittent failure, no history of past failure in Mach5)


Failure Log :
----------System.out:(21/1245)*----------
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=t:/workspace/open/src/hotspot/share/opto/ifg.cpp:874
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (t:/workspace/open/src/hotspot/share/opto/ifg.cpp:874), pid=14084, tid=3048
#  assert(lrg._area >= 0.0) failed: negative spill area
#
# JRE version: Java(TM) SE Runtime Environment 18.9 (11.0.16+1) (fastdebug build 11.0.16-ea+1-LTS-61)
# Java VM: Java HotSpot(TM) 64-Bit Server VM 18.9 (fastdebug 11.0.16-ea+1-LTS-61, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)


Comments
Yes, good point. I think we should close this as duplicate of JDK-8268184 and backport JDK-8282467 to JDK 11u and 17u (I'll take care of that).
17-05-2022

We might want to backport JDK-8282467 to jdk11.
16-05-2022

ILW = same as JDK-8268184 = P4
25-02-2022