Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2183194 | 7 | John Coomes | P3 | Closed | Fixed | b72 |
JDK-2189980 | 6u21 | John Coomes | P3 | Resolved | Fixed | b01 |
JDK-2182814 | 6u18 | John Coomes | P3 | Resolved | Fixed | b02 |
JDK-2182697 | hs16 | John Coomes | P3 | Closed | Fixed | b09 |
Below are the results reported by one of our licensees.
- The problem occurs against jdk 7(b59) on Linux/x86(64bit).
- The problem occurs against jdk 6u13 on Linux/x86(32bit).
- The problem does Not occurs against jdk 6u11, 6u14 on Windows/x86(32bit).
- The problem will disappear if the number of fields in class TestObject100K_021B is decreased(remove all private long fields).
- When -XX:+UseSerialGC is specified, there are some references pointing Eden region that should point Survivor or Tenured space. We suspect wrong operation exists in pointer update when copying objects.
To reproduce:
(1)unzip the attached.
(2)javac *.java
(3)java MainTest_021_02
Test results:
On jdk 6u3:
[pattern 1]: no flags specified
> java MainTest_021_02
TestObject100K@55f33675
Test Passed
[pattern 2]: specifying -XX:+UseSerialGC
> java -XX:+UseSerialGC MainTest_021_02
TestObject100K@26ee7a14
Test Passed
On jdk 6u13: proglem occurred
> java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)
[pattern 1]: no flags specified
> java MainTest_021_02
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000002a95c14587, pid=18243, tid=1076017504
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode linux-amd64)
# Problematic frame:
# V [libjvm.so+0x589587]
#
# An error report file with more information is saved as:
# /home/okada/for_sun/hs_err_pid18243.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
abort
[pattern 2]: specifying -XX:+UseSerialGC
> java -XX:+UseSerialGC MainTest_021_02
java.lang.NullPointerException
at MainTest_021_02.main(MainTest_021_02.java:49)
The name of failed tests for tracking purposes:
gc/gctests/LargeObjects/large003
gc/gctests/LargeObjects/large004
gc/gctests/LargeObjects/large005
- backported by
-
JDK-2182814 large objects cause a crash or unexpected exception
-
- Resolved
-
-
JDK-2189980 large objects cause a crash or unexpected exception
-
- Resolved
-
-
JDK-2182697 large objects cause a crash or unexpected exception
-
- Closed
-
-
JDK-2183194 large objects cause a crash or unexpected exception
-
- Closed
-
- duplicates
-
JDK-6863165 Crash within JRE for large class file
-
- Closed
-
-
JDK-6911528 Test gc/gctests/LargeObjects/large004 fails with -Xcomp on sparc
-
- Closed
-
- relates to
-
JDK-6887948 test/gc/6845368/bigobj.java fails due to timeout
-
- Resolved
-
-
JDK-6861660 OopMapBlock count/size confusion
-
- Closed
-
-
JDK-7112432 large objects cause jdk crashes
-
- Closed
-
-
JDK-6866585 debug code in ciObjectFactory too slow for large objects
-
- Closed
-
-
JDK-6887978 compilation very slow for classes with many fields
-
- Closed
-