JDK-8150518 : G1 GC crashes at G1CollectedHeap::do_collection_pause_at_safepoint(double)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u102
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-02-24
  • Updated: 2017-05-11
  • Resolved: 2016-04-01
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 8
8u102 b02Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8173678 :  
Description
Testsuite: Hotspot Regression
Test name: gc/8000311/Test8000311.java
JDK tested: JDK 8u82 nightly build
Platforms affected: ALL
Regression: YES
Regression introduced in 8u82 nightly build for 2016-02-18.

G1 GC specific only.

G1 GC crashes at G1CollectedHeap::do_collection_pause_at_safepoint(double)

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ff39ee0fe74, pid=2070, tid=0x00007ff37e0b7700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_82-b01) (build 1.8.0_82-ea-fastdebug-langtools-nightly-h7430-20160218-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.82-b01-fastdebug mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x82fe74]  G1CollectedHeap::do_collection_pause_at_safepoint(double)+0x3c4
Comments
Contributed-by: fairoz.matte@oracle.com .. a Contributed-by: line was missed from the pushes for this bug.
11-05-2017

For release notes With UseG1GC specifying -XX:ParallelGCThreads=0 is no longer allowed. Previously with -XX:ParallelGCThreads=0 G1 would execute some tasks using serial code executed by the VM thread. The closest approximation to this behavior is to specify -XX:ParallelGCThreads=1 which will cause parallel tasks to be executed by a single GC worker thread using parallel code.
16-03-2016

Cannot find regression test "gc/8000311/Test8000311.java" in JDK 9 WS.
24-02-2016

To reproduce run the JTREG regression test http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/file/6c57a16d0238/test/gc/8000311/Test8000311.java
24-02-2016

Most likely this regression is caused by JDK-8017462
24-02-2016