Changeset: 99d23c0ef8ee
Author:jjg
Date: 2012-09-25 13:11 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/99d23c0ef8ee
7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face
of error and no error
Reviewed-by: mcimadamore
! src/share/classes/com/s
Changeset: 0e5899f09dab
Author:jjg
Date: 2012-09-25 13:06 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0e5899f09dab
7193657: provide internal ArrayUtils class to simplify common usage of arrays
in javac
Reviewed-by: mcimadamore, jjg
Contributed-by: vicent...@yahoo.es
Changeset: f0aa997ad78b
Author:valeriep
Date: 2012-09-25 11:27 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f0aa997ad78b
7199941: test about AES/ECB mode fails
Summary: Fixed the problem of field "blockMode" not having correct value for
AES algorithms.
Reviewed-by: vinnie
Changeset: 99983a4a593b
Author:mcimadamore
Date: 2012-09-25 11:52 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/99983a4a593b
7193913: Cleanup Resolve.findMethod
Summary: Refactor method lookup logic in Resolve.findMethod
Reviewed-by: jjg
! src/share/classes/com/sun/to
Hi Rob,
Since you have limited the scope of the available() call to just
requests that cannot be automatically retried (streaming POSTs), then I
think this change is fine, and a useful addition.
The source changes are mainly fine, just a few minor comments...
- HttpClient.available()
may