JDK-8064669 : compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-11-12
  • Updated: 2017-07-26
  • Resolved: 2014-12-02
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 9
9 b43Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
On Solaris-Sparc:

#  Internal Error (/opt/jprt/T/P1/161306.iignatye/s/hotspot/src/share/vm/runtime/sweeper.cpp:485), pid=8900, tid=23
#  assert(current->is_Code_cache_sweeper_thread()) failed: Must be
#


On Linux, 64 and 32-bit:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fe451673cf7, pid=32160, tid=140617962202880
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-201411101613.iignatye.jdk9_hs-comp-b00)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-internal-fastdebug-201411101613.iignatye.jdk9_hs-comp-b00 compiled mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0xfa0cf7]  NMethodSweeper::sweep_code_cache()+0x1b7
#

Comments
verified by nightly testing
26-07-2017

ILW=Assert and crash, reproducible, none=HLH=P2 + nighlty = P1
14-11-2014

This is probably related to the sweeper changes introduced with JDK-8046809.
12-11-2014