-
Bug
-
Resolution: Fixed
-
P3
-
hs14, hs17
-
b02
-
generic, x86
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2191236 | 7 | John Cuthbertson | P3 | Resolved | Fixed | b88 |
JDK-2197948 | 6u23 | John Cuthbertson | P3 | Resolved | Fixed | b01 |
JDK-2199896 | 6u22m | John Cuthbertson | P3 | Resolved | Fixed | b01 |
JDK-2197940 | 6u21p | John Cuthbertson | P3 | Resolved | Fixed | b03 |
JDK-2191022 | 6u21 | John Cuthbertson | P3 | Resolved | Fixed | b02 |
JDK-2190161 | hs17 | John Cuthbertson | P3 | Closed | Fixed | b12 |
Two of these assertions in Sept:
/java/sqe/results/vm/gtee/JDK7/NIGHTLY/VM/2008-09-01/G1_GC_Baseline/vm/solaris-sparcv9/server/mixed/vm-solaris-sparcv9_server_mixed_nsk.stress.testlist2008-09-01-23-56-06/ResultDir/except007/except007.log:[2008-09-02T12:43:43.34] # Error: assert(new_obj != 0L || obj->mark() == markOopDesc::prototype() || (UseBiasedLocking && obj->mark()->has_bias_pattern()) || obj->is_shared(),"should be forwarded")
The above test is:
nsk/stress/except/except007
/java/sqe/results/vm/gtee/JDK7/NIGHTLY/VM/2008-09-18/G1_GC_Baseline/vm/windows-i586/client/mixed/vm-windows-i586_client_mixed_nsk.stress.testlist2008-09-19-00-04-54/ResultDir/except001/except001.log:[2008-09-19T08:47:43.72] # Error: assert(new_obj != 0 || obj->mark() == markOopDesc::prototype() || (UseBiasedLocking && obj->mark()->has_bias_pattern()) || obj->is_shared(),"should be forwarded")
The above test is:
nsk/stress/except/except001
Here is an entry from my nightly analysis report:
New JDI_REGRESSION failures (from 2008.10.02)
* com/sun/jdi/FinalizerTest.java
This test failed the following assert:
Internal Error (src/share/vm/gc_implementation/shared/
markSweep.inline.hpp:90)
Error: assert(new_obj != 0
|| obj->mark() == markOopDesc::prototype()
|| (UseBiasedLocking && obj->mark()->has_bias_pattern())
|| obj->is_shared(),"should be forwarded")
on Solaris X86 Server VM (machine vm-b1600x-8). This test is
covered by the following bug:
6609520 4/3 com/sun/jdk/FinalizerTest.java failed
However, 6609520 does not cover this failure mode.
Here is the URL:
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2008-10-02/Serv_Baseline/javase/solaris-i586/server/mixed/solaris-i586_server_mixed_JDI_REGRESSION/analysis.html
- backported by
-
JDK-2191022 G1: assert(new_obj != 0 || ... "should be forwarded")
- Resolved
-
JDK-2191236 G1: assert(new_obj != 0 || ... "should be forwarded")
- Resolved
-
JDK-2197940 G1: assert(new_obj != 0 || ... "should be forwarded")
- Resolved
-
JDK-2197948 G1: assert(new_obj != 0 || ... "should be forwarded")
- Resolved
-
JDK-2199896 G1: assert(new_obj != 0 || ... "should be forwarded")
- Resolved
-
JDK-2190161 G1: assert(new_obj != 0 || ... "should be forwarded")
- Closed
- duplicates
-
JDK-6922154 G1: SIGSEGV in HeapRegion::oops_on_card_seq_iterate_careful(MemRegion, FilterOutOfRegionClosure*)
- Closed
-
JDK-6922937 G1: VM crashes with SIGSEGV in the ContiguousSpace::oop_iterate(OopClosure*)+0x35
- Closed
-
JDK-6922992 G1: assert(Universe::heap()->is_in_or_null(*loc),"found non oop pointer")
- Closed
-
JDK-6923028 G1: assert((intptr_t)o % MinObjAlignmentInBytes == 0,"not oop aligned")
- Closed
- relates to
-
JDK-6940894 G1: assert(new_obj != 0 || ... "should be forwarded") for compaction tests
- Closed
-
JDK-6923717 G1: assert((s == klass->oop_size(this)) ... || UseG1GC)))),"wrong array object size")
- Closed