Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2210019 | 7 | Christian Thalinger | P3 | Closed | Fixed | b143 |
http://mail.openjdk.java.net/pipermail/mlvm-dev/2010-November/002091.html
A testcase (attached) sent to mlvm-dev by Remi Forax hits the following assert:
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/methodHandleWalk.cpp:262
==============================================================================
Unexpected Error
------------------------------------------------------------------------------
Internal Error at methodHandleWalk.cpp:262, pid=19574, tid=6
assert(false) failed: IMPLEMENT ME
Do you want to debug the problem?
To debug, run 'dbx - 19574'; then switch to thread 6
Enter 'yes' to launch dbx automatically (PATH must include dbx)
Otherwise, press RETURN to abort...
==============================================================================
A testcase (attached) sent to mlvm-dev by Remi Forax hits the following assert:
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/methodHandleWalk.cpp:262
==============================================================================
Unexpected Error
------------------------------------------------------------------------------
Internal Error at methodHandleWalk.cpp:262, pid=19574, tid=6
assert(false) failed: IMPLEMENT ME
Do you want to debug the problem?
To debug, run 'dbx - 19574'; then switch to thread 6
Enter 'yes' to launch dbx automatically (PATH must include dbx)
Otherwise, press RETURN to abort...
==============================================================================
- backported by
-
JDK-2210019 JSR 292 implement missing return-type conversion for OP_RETYPE_RAW
- Closed
- relates to
-
JDK-7016250 JSR 292 Raw retypes and return type conversions are needed
- Closed
-
JDK-7045513 JSR 292 inlining causes crashes in methodHandleWalk.cpp
- Closed