Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2189332 | 7 | Christian Thalinger | P3 | Closed | Fixed | b85 |
JDK-2189814 | 6u21 | Christian Thalinger | P3 | Resolved | Fixed | b01 |
In the changes for 6921352 I forgot to increase the CodeBuffer size and thus we sometimes get an assert when generating code:
http://sqeweb.sfbay/nfs/tools/gtee/results/JDK7/NIGHTLY/VM/2010-02-14/Comp_Baseline/javase/linux-i586/server/comp/linux-i586_server_comp_UTIL_REGRESSION/analysis.html
# Internal Error (/tmp/jprt/P1/B/233753.kvn/source/src/share/vm/asm/codeBuffer.hpp:169), pid=26304, tid=3011459984
# Error: assert(allocates2(pc),"")
http://sqeweb.sfbay/nfs/tools/gtee/results/JDK7/NIGHTLY/VM/2010-02-14/Comp_Baseline/javase/linux-i586/server/comp/linux-i586_server_comp_UTIL_REGRESSION/analysis.html
# Internal Error (/tmp/jprt/P1/B/233753.kvn/source/src/share/vm/asm/codeBuffer.hpp:169), pid=26304, tid=3011459984
# Error: assert(allocates2(pc),"")
- backported by
-
JDK-2189814 CodeBuffer size too small after 6921352
- Resolved
-
JDK-2189332 CodeBuffer size too small after 6921352
- Closed
- relates to
-
JDK-6921352 JSR 292 needs its own deopt handler (new CR for 6917766)
- Resolved
-
JDK-6975855 don't emit deopt MH handler in C1 if not required
- Closed