Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2213992 | 8 | Vladimir Kozlov | P3 | Resolved | Fixed | b03 |
JDK-2213983 | 7u2 | Vladimir Kozlov | P3 | Closed | Fixed | b06 |
JDK-2217526 | 6u32 | Kevin Walls | P4 | Closed | Fixed | b01 |
Regression after my fix for 7079329: Adjust allocation prefetching for T4. The failure happened when VM runs on old Pentium III which does not have SSE2:
CPU:total 2 (1 cores per cpu, 1 threads per core) family 6 model 11 stepping 1, cmov, cx8, fxsr, mmx, sse
V [libjvm.so+0xb1528e] void report_vm_error(const char*,int,const char*,const char*)+0x53a;; void report_vm_error(const char*,int,const char*,const char*)+0x53a
V [libjvm.so+0x4bc98d] void Assembler::prefetchnta(Address)+0x179;; void Assembler::prefetchnta(Address)+0x179
V [libjvm.so+0x27ca91] void prefetchAllocNTANode::emit(CodeBuffer&,PhaseRegAlloc*)const+0x159;; void prefetchAllocNTANode::emit(CodeBuffer&,PhaseRegAlloc*)const+0x159
V [libjvm.so+0x9cb287] unsigned Compile::scratch_emit_size(const Node*)+0x42b;; unsigned Compile::scratch_emit_size(const Node*)+0x42b
V [libjvm.so+0x164a58a] unsigned MachNode::size(PhaseRegAlloc*)const+0x2e;; unsigned MachNode::size(PhaseRegAlloc*)const+0x2e
V [libjvm.so+0x18ff7b9] void Compile::shorten_branches(unsigned*,int&,int&,int&)+0x491;; void Compile::shorten_branches(unsigned*,int&,int&,int&)+0x491
V [libjvm.so+0x1903673] CodeBuffer*Compile::init_buffer(unsigned*)+0x333;; CodeBuffer*Compile::init_buffer(unsigned*)+0x333
V [libjvm.so+0x18fe509] void Compile::Output()+0x925;; void Compile::Output()+0x925
V [libjvm.so+0x9d6753] void Compile::Code_Gen()+0x753;; void Compile::Code_Gen()+0x753
CPU:total 2 (1 cores per cpu, 1 threads per core) family 6 model 11 stepping 1, cmov, cx8, fxsr, mmx, sse
V [libjvm.so+0xb1528e] void report_vm_error(const char*,int,const char*,const char*)+0x53a;; void report_vm_error(const char*,int,const char*,const char*)+0x53a
V [libjvm.so+0x4bc98d] void Assembler::prefetchnta(Address)+0x179;; void Assembler::prefetchnta(Address)+0x179
V [libjvm.so+0x27ca91] void prefetchAllocNTANode::emit(CodeBuffer&,PhaseRegAlloc*)const+0x159;; void prefetchAllocNTANode::emit(CodeBuffer&,PhaseRegAlloc*)const+0x159
V [libjvm.so+0x9cb287] unsigned Compile::scratch_emit_size(const Node*)+0x42b;; unsigned Compile::scratch_emit_size(const Node*)+0x42b
V [libjvm.so+0x164a58a] unsigned MachNode::size(PhaseRegAlloc*)const+0x2e;; unsigned MachNode::size(PhaseRegAlloc*)const+0x2e
V [libjvm.so+0x18ff7b9] void Compile::shorten_branches(unsigned*,int&,int&,int&)+0x491;; void Compile::shorten_branches(unsigned*,int&,int&,int&)+0x491
V [libjvm.so+0x1903673] CodeBuffer*Compile::init_buffer(unsigned*)+0x333;; CodeBuffer*Compile::init_buffer(unsigned*)+0x333
V [libjvm.so+0x18fe509] void Compile::Output()+0x925;; void Compile::Output()+0x925
V [libjvm.so+0x9d6753] void Compile::Code_Gen()+0x753;; void Compile::Code_Gen()+0x753
- backported by
-
JDK-2213992 assert(VM_Version::supports_sse2()) failed: must support
- Resolved
-
JDK-2213983 assert(VM_Version::supports_sse2()) failed: must support
- Closed
-
JDK-2217526 assert(VM_Version::supports_sse2()) failed: must support
- Closed
- relates to
-
JDK-7079329 Adjust allocation prefetching for T4
- Closed