Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098644 | emb-9 | Vladimir Ivanov | P1 | Resolved | Fixed | team |
This TEST: compiler/jsr292/CallSiteDepContextTest.java,
from the c[1 2]-hotspot_compiler_3 set,
is failing after merging jdk9/dev with jdk9/hs (on all platforms).
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x402ba786, pid=31324, tid=0x53bb6b90
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20150501110205.amurillo.jdk9-hs-2015-04--b00)
# Java VM: Java HotSpot(TM) Client VM (1.9.0-internal-fastdebug-20150501110205.amurillo.jdk9-hs-2015-04--b00 mixed mode linux-x86 )
# Problematic frame:
# V [libjvm.so+0x28d786] ciCallSite::get_context()+0x2f6
#
this is happening after merging with jdk9/dev. It passed for the comp to hs pushing job,
so I suspect it's related to changes coming from jdk9/dev/hotspot.
Note that that specific test is excluded in jdk9/dev (not run on jkd9/dev jprt jobs with "-testset hotspot")
from the c[1 2]-hotspot_compiler_3 set,
is failing after merging jdk9/dev with jdk9/hs (on all platforms).
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x402ba786, pid=31324, tid=0x53bb6b90
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20150501110205.amurillo.jdk9-hs-2015-04--b00)
# Java VM: Java HotSpot(TM) Client VM (1.9.0-internal-fastdebug-20150501110205.amurillo.jdk9-hs-2015-04--b00 mixed mode linux-x86 )
# Problematic frame:
# V [libjvm.so+0x28d786] ciCallSite::get_context()+0x2f6
#
this is happening after merging with jdk9/dev. It passed for the comp to hs pushing job,
so I suspect it's related to changes coming from jdk9/dev/hotspot.
Note that that specific test is excluded in jdk9/dev (not run on jkd9/dev jprt jobs with "-testset hotspot")
- backported by
-
JDK-8098644 CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
-
- Resolved
-
- relates to
-
JDK-8079231 quarantine compiler/jsr292/CallSiteDepContextTest.java
-
- Resolved
-
-
JDK-8057967 CallSite dependency tracking scales devastatingly poorly
-
- Resolved
-
-
JDK-8145338 compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity
-
- Closed
-