On Sep 1, 2015, at 10:48 AM, Tim Buktu wrote:
> there is a variant of SSA described by Zimmermann and Brent
> (http://www.loria.fr/~zimmerma/mca)
Thanks for the pointer but the link above gives me:
"L'accès à cette page est interdit !"
A pre-release version of their book is however available
Hi,
there is a variant of SSA described by Zimmermann and Brent
(http://www.loria.fr/~zimmerma/mca) whose running time increases more smoothly
than this implementation, although time complexity is the same. It would
require rewriting major parts of the code, though.
Just an FYI for the record.
Hi Vyom,
Thanks for taking care of this issue.
This looks good to me as well.
I can sponsor this change for you.
best regards,
-- daniel
On 01/09/15 10:38, Vyom Tewari wrote:
Hi everyone,
Can you please review my changes for below bug.
Bug:
JDK-8064470 : JNI exception pending in
jdk/s
Hi Vyom,
On 1 Sep 2015, at 09:38, Vyom Tewari wrote:
> Hi everyone,
>
> Can you please review my changes for below bug.
>
> Bug:
>JDK-8064470 : JNI exception pending in
> jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
>
> Webrev:
> http://cr.openjdk.java.net/~dfuchs/vyom/80644
On 01/09/2015 09:38, Vyom Tewari wrote:
Hi everyone,
Can you please review my changes for below bug.
Bug:
JDK-8064470 : JNI exception pending in
jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
Webrev:
http://cr.openjdk.java.net/~dfuchs/vyom/8064470/webrev.01/
This change ensur
Hi everyone,
Can you please review my changes for below bug.
Bug:
JDK-8064470 : JNI exception pending in
jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
Webrev:
http://cr.openjdk.java.net/~dfuchs/vyom/8064470/webrev.01/
This change ensure that we immediately return if an except
I took a closer look at the
URLClassLoader/URLClassPath/JarFile/ZipFile code, and it doesn't seem
to handle the jars being modified from an external source; even though
URLClassPath iterates through all the jars in order each time
searching for a resource, the JarFile objects never get updated if t