JDK-8129592 : MarkResetTest.sh SEGV
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2015-06-23
  • Updated: 2015-07-31
  • Resolved: 2015-07-31
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
9Resolved
Related Reports
Duplicate :  
Description
crash on linux platform. Occured few times during jimage refresh testing.


STDOUT:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x4024a60f, pid=12155, tid=0x633d2b90
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-20150623131133.jdenise.jdk-pit-0623-subs-b00)
# Java VM: Java HotSpot(TM) Client VM (1.9.0-internal-20150623131133.jdenise.jdk-pit-0623-subs-b00 mixed mode, sharing linux-x86 )
# Problematic frame:
# V  [libjvm.so+0x21d60f]  DefNewGeneration::copy_to_survivor_space(oopDesc*)+0xf
#


V  [libjvm.so+0x21d60f]  DefNewGeneration::copy_to_survivor_space(oopDesc*)+0xf
V  [libjvm.so+0x2a70a4]  InstanceKlass::oop_oop_iterate_nv(oopDesc*, FastScanClosure*)+0xd4
V  [libjvm.so+0x510e3e]  ContiguousSpace::oop_since_save_marks_iterate_nv(FastScanClosure*)+0x3e
V  [libjvm.so+0x21b712]  DefNewGeneration::oop_since_save_marks_iterate_nv(FastScanClosure*)+0x42
V  [libjvm.so+0x2a327a]  GenCollectedHeap::oop_since_save_marks_iterate(GenCollectedHeap::GenerationType, FastScanClosure*, FastScanClosure*)+0x4a
V  [libjvm.so+0x21c80a]  DefNewGeneration::collect(bool, bool, unsigned int, bool)+0x4da
V  [libjvm.so+0x2a215e]  GenCollectedHeap::collect_generation(Generation*, bool, unsigned int, bool, bool, bool, bool)+0x1ce
V  [libjvm.so+0x2a2865]  GenCollectedHeap::do_collection(bool, bool, unsigned int, bool, GenCollectedHeap::GenerationType)+0x495
V  [libjvm.so+0x1c3d93]  GenCollectorPolicy::satisfy_failed_allocation(unsigned int, bool)+0xa3
V  [libjvm.so+0x5ae362]  VM_GenCollectForAllocation::doit()+0x82
V  [libjvm.so+0x5b3f98]  VM_Operation::evaluate()+0x48
V  [libjvm.so+0x5b2638]  VMThread::evaluate_operation(VM_Operation*)+0xc8
V  [libjvm.so+0x5b29e5]  VMThread::loop()+0x1e5
V  [libjvm.so+0x5b2e4b]  VMThread::run()+0x8b
V  [libjvm.so+0x481768]  java_start(Thread*)+0xd8

Comments
ILW = High (crash), Low (sometimes on linux), High (none) = P2
23-06-2015