JDK-8080699 : Assert failed: Not a Java pointer in JCK test
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-05-19
  • Updated: 2017-08-07
  • Resolved: 2015-05-26
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 b69Fixed
Related Reports
Relates :  
Description
Test crashes with the following assert:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/opt/jprt/T/P1/190907.amurillo/s/hotspot/src/share/vm/opto/type.hpp:1600), pid=17543, tid=0x00007f7039ede700
#  assert(_base >= OopPtr && _base <= AryPtr) failed: Not a Java pointer
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20150514190907.amurillo.jdk9-hs-2015-05--b00)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-internal-fastdebug-20150514190907.amurillo.jdk9-hs-2015-05--b00 compiled mode linux-amd64 compressed oops)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /tmp/reproduce/core.17543
)

Comments
ILW=Assert - probable crash, reproducable, none=HMH=P1
21-05-2015