Re: Note on #8014320

2015-09-01 Thread Brian Burkhalter
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

Note on #8014320

2015-09-01 Thread Tim Buktu
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.

Re: RFR <8064470 > JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c

2015-09-01 Thread Daniel Fuchs
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

Re: RFR <8064470 > JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c

2015-09-01 Thread Chris Hegarty
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

Re: RFR <8064470 > JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c

2015-09-01 Thread Alan Bateman
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

RFR <8064470 > JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c

2015-09-01 Thread Vyom Tewari
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

Re: Cache which java classes are in a jar when opening jar the first time during classloading

2015-09-01 Thread Adrian
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