[7u10] Request for approval for CR 7178324 (original) (raw)
[7u10] Request for approval for CR 7178324 - Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
Joe Darcy joe.darcy at oracle.com
Tue Sep 4 09:42:15 PDT 2012
- Previous message: hg: jdk7u/jdk7u-dev/jdk: 7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
- Next message: [7u10] Request for approval for CR 7178324 - Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
Please consider for 7u10 a backport of the fix for
7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {} http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7178324
from JDK 8:
http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f071cd32d297
With the fix, inside the compiler the end position of a try-with-resources statement is properly recorded even when it has no catch blocks and does not appear in an enclosing block itself.
Thanks,
-Joe
- Previous message: hg: jdk7u/jdk7u-dev/jdk: 7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
- Next message: [7u10] Request for approval for CR 7178324 - Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]