Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8217175 | 13 | Patric Hedlin | P3 | Resolved | Fixed | b04 |
JDK-8217540 | 12.0.1 | Patric Hedlin | P3 | Resolved | Fixed | b04 |
The attached test crashes.
To reproduce run:
java -Xmx1G Test
Test passes if -Xcomp is enabled as well for -XX:-TieredCompilation
To reproduce run:
java -Xmx1G Test
Test passes if -Xcomp is enabled as well for -XX:-TieredCompilation
- backported by
-
JDK-8217175 assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
-
- Resolved
-
-
JDK-8217540 assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
-
- Resolved
-
- relates to
-
JDK-8201447 C1 does backedge profiling incorrectly
-
- Resolved
-
-
JDK-8216137 assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
-
- Resolved
-