[7u6] Request for approval for CR 7161105 : unused classes in jdk7u repository

2012-04-13 Thread Joe Wang
Bug: http://bugs.sun.com/view_bug.do?bug_id=7161105 Webrev: http://cr.openjdk.java.net/~joehw/7u6/7161105/webrev/ Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2012-April/009862.html Reviewer: Lance Andersen Thanks

Re: [7u6] Request for approval for CR 7157903: JSSE client sockets are very slow

2012-04-13 Thread Brad Wetmore
Hi Ismael, I assume you mean 7u4? ;) I preferred it, but that build is in showstopper mode only at this point. We missed the final code freeze by a few days. This issue only affects block-oriented ciphersuites (e.g. AES/DES). Stream-oriented ciphers (e.g. RC4) do not have this problem.

[7u6] Request for approval for CR 7131021: [macosx] Consider using system properties to pass arguments from the launcher to AWT/SplashScreen

2012-04-13 Thread Anthony Petrov
Bug: http://bugs.sun.com/view_bug.do?bug_id=7131021 Webrev: http://cr.openjdk.java.net/~anthony/7u6-2-keepEnvVars-7131021.1/ Review thread: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-April/003862.html Reviewer: Kumar Srinivasan, Mike Swingler, Artem Ananiev -- best regards, Ant

Re: com/sun/tools/attach/VirtualMachine in OpenJDK 7 & 8

2012-04-13 Thread Henri Gomez
Quick and great feedback :) Thanks guys. 2012/4/13 Alan Bateman : > On 13/04/2012 15:05, Henri Gomez wrote: >> >> It works ! >> >> Is it an expected behaviour for OpenJDK 7/8 or only OSX version ? >> > Here's another thread on the same issue: > > http://mail.openjdk.java.net/pipermail/macosx-port

Re: com/sun/tools/attach/VirtualMachine in OpenJDK 7 & 8

2012-04-13 Thread Alan Bateman
On 13/04/2012 15:05, Henri Gomez wrote: It works ! Is it an expected behaviour for OpenJDK 7/8 or only OSX version ? Here's another thread on the same issue: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-January/002021.html I think it's just that folks on the Mac aren't used to

Re: com/sun/tools/attach/VirtualMachine in OpenJDK 7 & 8

2012-04-13 Thread Daniel D. Daugherty
In OpenJDK, Oracle JDK, and Sun JDK, com.sun.tools stuff lives in tools.jar. The Java versions from Apple put that stuff in rt.jar if I remember correctly. Dan On 4/13/12 8:05 AM, Henri Gomez wrote: It works ! Is it an expected behaviour for OpenJDK 7/8 or only OSX version ? 2012/4/13 Dani

Re: com/sun/tools/attach/VirtualMachine in OpenJDK 7 & 8

2012-04-13 Thread Henri Gomez
It works ! Is it an expected behaviour for OpenJDK 7/8 or only OSX version ? 2012/4/13 Daniel D. Daugherty : > Henri, > > Try adding $JAVA_HOME/lib/tools.jar to your classpath... > > Dan > > > > On 4/13/12 7:34 AM, Henri Gomez wrote: >> >> I tried to use CRASH (http://vietj.github.com/crash/), a

Re: com/sun/tools/attach/VirtualMachine in OpenJDK 7 & 8

2012-04-13 Thread Daniel D. Daugherty
Henri, Try adding $JAVA_HOME/lib/tools.jar to your classpath... Dan On 4/13/12 7:34 AM, Henri Gomez wrote: I tried to use CRASH (http://vietj.github.com/crash/), a nice JVM console, with OpenJDK 7 (and 8) on OSX using community build (http://code.google.com/p/openjdk-osx-build/)/ Exception i

com/sun/tools/attach/VirtualMachine in OpenJDK 7 & 8

2012-04-13 Thread Henri Gomez
I tried to use CRASH (http://vietj.github.com/crash/), a nice JVM console, with OpenJDK 7 (and 8) on OSX using community build (http://code.google.com/p/openjdk-osx-build/)/ Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/attach/VirtualMachine at org.crsh.standalon

Re: Using non system shared libs

2012-04-13 Thread Henri Gomez
> Hi Henri, > > Is this for build or runtime purposes? shared lib so runtime purposes.

Re: Using non system shared libs

2012-04-13 Thread Martijn Verburg
Hi Henri, Is this for build or runtime purposes? Cheers, Martijn On 13 April 2012 10:00, Henri Gomez wrote: > Hi to all, > > I'm wondering if there is a way to define preferred library path for > shared libs. > > On OSX, there is a dependency on FreeType and this libs is not at the > same leve

Using non system shared libs

2012-04-13 Thread Henri Gomez
Hi to all, I'm wondering if there is a way to define preferred library path for shared libs. On OSX, there is a dependency on FreeType and this libs is not at the same level in Snow and Lion, so I was thinking building and including a custom freetype 2.4.x lib in OpenJDK 7 (and 8) packages for OS

Re: [7u6] Request for approval for CR 7157903: JSSE client sockets are very slow

2012-04-13 Thread Ismael Juma
On Wed, Apr 11, 2012 at 9:54 PM, Edvard Wendelin wrote: > > Bug: > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7157903 > This looks pretty bad from the bug description. No chance it can make it to Java 6 Update 4, I guess? Best, Ismael