1-line review request: 7194607 VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge (original) (raw)
serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Tue Oct 30 10:30:41 PDT 2012
- Previous message: hg: jdk8/tl/langtools: 8001929: fix doclint errors in langtools doc comments
- Next message: 1-line review request: 7194607 VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
Please, review the fix for CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7194607
CR in JIRA: https://jbs.oracle.com/bugs/browse/JDK-7194607
Open webrev: http://cr.openjdk.java.net/~sspitsyn/webrevs/2012/7194607-JVMTI-max_size
Summary:
This issue is caused by the changes in the oops/method.hpp for invokedynamic (JSR 292). Now the max_stack() adds +2 to the original code attribute stack size if invokedynamic is enabled. The verifier_max_stack() must be used in the jvmtiClassFileReconstituter.cpp instead of the max_size() to get the code attribute stack size.
Thanks, Serguei
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20121030/4878983d/attachment.html
- Previous message: hg: jdk8/tl/langtools: 8001929: fix doclint errors in langtools doc comments
- Next message: 1-line review request: 7194607 VerifyLocalVariableTableOnRetransformTest.sh fails after JSR-292 merge
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]