JDK-8226363 : assert(Universe::heap()->is_in_or_null(*loc)) failed: found non oop pointer
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2019-06-18
  • Updated: 2019-06-19
  • Resolved: 2019-06-19
Related Reports
Duplicate :  
Description
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/oopMap.cpp:392
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (open/src/hotspot/share/compiler/oopMap.cpp:392), pid=2938, tid=2943
#  assert(Universe::heap()->is_in_or_null(*loc)) failed: found non oop pointer
#
# JRE version: Java(TM) SE Runtime Environment (14.0+2) (fastdebug build 14-ea+2-13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 14-ea+2-13, compiled mode, tiered, z gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x13cd551]  OopMapSet::oops_do(frame const*, RegisterMap const*, OopClosure*)+0x641
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# testoutput/test-support/jtreg_open_test_hotspot_jtreg_hotspot_gc/scratch/3/hs_err_pid2938.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Comments
Same underlying C2 issue as in JDK-8225642.
19-06-2019