JDK-8223030 : assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 12,13
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: linux_ubuntu
  • CPU: x86_64
  • Submitted: 2019-04-26
  • Updated: 2020-05-11
  • Resolved: 2019-07-12
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 14
14Resolved
Related Reports
Cloners :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
oracle.micro.benchmarks.script.octane.EarleyBoyerBench.test

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/scratch/opt/mach5/mesos/work_dir/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S67207/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/5bade57f-643c-4bca-9c61-6cd1b7c482cd/runs/c040c2fe-d8b7-41a5-bab4-93ef44e6301a/workspace/open/src/hotspot/share/opto/node.cpp:82), pid=10120, tid=10134
#  assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-internal+0-jdk13-jdk.687)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-internal+0-jdk13-jdk.687, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x12e7094]  Node::verify_construction()+0x144
#
# Core dump will be written. Default location: /scratch/opt/mach5/mesos/work_dir/slaves/2dd962d0-8988-479b-a804-57ab764ada59-S1347/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/05573204-311d-43d9-871c-70e095144951/runs/ddf73948-7a00-45de-bad5-2360745ae01a/testOutput/test-support/jtreg_closed_test_hotspot_jtreg_applications_microbenchmarks_other/scratch/0/core.10120
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

---------------  S U M M A R Y ------------

Command Line: -XX:MaxRAMPercentage=6 -XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -XX:+TieredCompilation -XX:+IgnoreUnrecognizedVMOptions -XX:+DeoptimizeALot --add-opens=java.base/java.io=ALL-UNNAMED -Djmh.ignoreLock=true -XX:CompileCommandFile=/tmp/jmh18269949749290507355compilecommand org.openjdk.jmh.runner.ForkedMain 127.0.0.1 52462

Host: sca00lzt.us.oracle.com, Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz, 8 cores, 59G, Oracle Linux Server release 7.1
Time: Sun Mar 31 20:32:52 2019 PDT elapsed time: 230 seconds (0d 0h 3m 50s)

---------------  T H R E A D  ---------------

Current thread (0x00007fad14619800):  JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=10134, stack(0x00007facf5394000,0x00007facf5495000)]


Current CompileTask:
C2: 230862 6382   !   4       jdk.nashorn.internal.scripts.Script$Recompilation$338$135131A$\^eval\_::rewrite_nboyer (317 bytes)

Stack: [0x00007facf5394000,0x00007facf5495000],  sp=0x00007facf54900f0,  free space=1008k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x12e7094]  Node::verify_construction()+0x144
V  [libjvm.so+0x12e7e26]  Node::Node(unsigned int)+0x56
V  [libjvm.so+0x674d18]  PhaseCFG::build_cfg()+0x1218
V  [libjvm.so+0x6759e8]  PhaseCFG::PhaseCFG(Arena*, RootNode*, Matcher&)+0x8d8
V  [libjvm.so+0x995bb0]  Compile::Code_Gen()+0x270
V  [libjvm.so+0x99a055]  Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool, DirectiveSet*)+0x1125
V  [libjvm.so+0x7d4f8d]  C2Compiler::compile_method(ciEnv*, ciMethod*, int, DirectiveSet*)+0x10d
V  [libjvm.so+0x9a68be]  CompileBroker::invoke_compiler_on_method(CompileTask*)+0x43e
V  [libjvm.so+0x9a77b8]  CompileBroker::compiler_thread_loop()+0x378
V  [libjvm.so+0x1630cca]  JavaThread::thread_main_inner()+0x26a
V  [libjvm.so+0x1639b58]  JavaThread::run()+0x218
V  [libjvm.so+0x1636d96]  Thread::call_run()+0xf6
V  [libjvm.so+0x13579dd]  thread_native_entry(Thread*)+0x10d
Comments
Have not been able to reproduce the issue, running: oracle.micro.benchmarks.script.octane.EarleyBoyerBench.test non-stop for 24h (~500 rounds). Consider closing as "cannot reproduce" and pick it up if encountered anew.
12-07-2019