Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2189322 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b85 |
JDK-2189833 | 6u21 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2188140 | 6u19-rev | Chris Phillips | P3 | Closed | Won't Fix |
When I run tests with HS17 builds and -XX:+OptimizeStringConcat, the JVM will eventually core dump:
Error: guarantee(cont_offset != 0,"unhandled implicit exception in compiled code")
This happens only when -XX:+OptimizeStringConcat is enabled, so it seems different than 6914436, though of course they may have the same root cause. I have been using OptimizeStringConcat on HS17 in the latest JDK7 build but also in JDK6 builds my moving the libjvm.so
I have attached the fastdebug output and hs_err file; core file is at ftp://javaperf.sfbay/pub/cores/core.stringconcat.gz. And yes, it's one of those bugs I can only reproduce on our big spec tests, though it reproduces quite easily so I can get more info quickly.
Error: guarantee(cont_offset != 0,"unhandled implicit exception in compiled code")
This happens only when -XX:+OptimizeStringConcat is enabled, so it seems different than 6914436, though of course they may have the same root cause. I have been using OptimizeStringConcat on HS17 in the latest JDK7 build but also in JDK6 builds my moving the libjvm.so
I have attached the fastdebug output and hs_err file; core file is at ftp://javaperf.sfbay/pub/cores/core.stringconcat.gz. And yes, it's one of those bugs I can only reproduce on our big spec tests, though it reproduces quite easily so I can get more info quickly.
- backported by
-
JDK-2189833 OptimizeStringConcat causing core dumps
- Resolved
-
JDK-2188140 OptimizeStringConcat causing core dumps
- Closed
-
JDK-2189322 OptimizeStringConcat causing core dumps
- Closed
- duplicates
-
JDK-6923675 JVM dumps core in C2 compiled code when -XX:+OptimizeStringConcat is used
- Closed
- relates to
-
JDK-6914436 6.0_18-b04 server compiler issue
- Closed