JDK-8224686 : Crash in NMethodSweeper with ZGC
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 13
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-05-23
  • Updated: 2019-05-24
  • Resolved: 2019-05-24
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 13
13Resolved
Related Reports
Duplicate :  
Description
While running RunThese30M.java in mach5

#  SIGSEGV (0xb) at pc=0x00007febb0decba4, pid=12554, tid=12577
#
# JRE version: Java(TM) SE Runtime Environment (13.0) (fastdebug build 13-ea+0-1113)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 13-ea+0-1113, mixed mode, tiered, z gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0x9e0ba4]  CompiledMethod::cleanup_inline_caches_impl(bool, bool)+0x254

Current thread (0x00007febac1dc6c0):  JavaThread "Sweeper thread" daemon [_thread_in_vm, id=12577, stack(0x00007feb90157000,0x00007feb90258000)]

Stack: [0x00007feb90157000,0x00007feb90258000],  sp=0x00007feb90256890,  free space=1022k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x9e0ba4]  CompiledMethod::cleanup_inline_caches_impl(bool, bool)+0x254
V  [libjvm.so+0x9e16b2]  CompiledMethod::cleanup_inline_caches(bool)+0x52
V  [libjvm.so+0x16354bb]  NMethodSweeper::process_compiled_method(CompiledMethod*)+0x29b
V  [libjvm.so+0x16369d8]  NMethodSweeper::sweep_code_cache()+0x418
V  [libjvm.so+0x163753d]  NMethodSweeper::possibly_sweep()+0x10d
V  [libjvm.so+0x1637aa2]  NMethodSweeper::sweeper_loop()+0x1f2
V  [libjvm.so+0x16c1f0a]  JavaThread::thread_main_inner()+0x26a
V  [libjvm.so+0x16ca567]  JavaThread::run()+0x227
V  [libjvm.so+0x16c7696]  Thread::call_run()+0xf6
V  [libjvm.so+0x13e2ace]  thread_native_entry(Thread*)+0x10e

Comments
[~stefank]: okay, thanks, I will close this one then. The other also mentions that this causes a crash, so they seem equivalent.
24-05-2019

[~tschatzl] I wanted to notify you about the duplication, but didn't want to take the decision about which of the bug reports to close. Erik is working on JDK-8224674, while this talks about the crash. Therefore I left it up to triage and/or Erik to decide how to proceed.
24-05-2019

[~stefank]: can you close this as Duplicate, not only link it as duplicate if it is a duplicate?
24-05-2019