Re: Code Review 7103549: Remove dependencies on libjava and libjvm from security libraries

2011-10-21 Thread Vincent Ryan
Those changes look fine. On 10/21/11 04:43 PM, Chris Hegarty wrote: > All of the security native libraries have runtime dependencies on libjava and > libjvm, most of which are completely unnecessary. This CR proposes to remove > these dependencies and provide localized versions of the trivial uti

Re: Building OpenJDK8 using OpenJDK7

2011-10-21 Thread Tim Ellison
On 21 October 2011 17:12, Kelly O'Hair wrote: > I will fix this https issue. Thanks Kelly. > However, have you signed the OCA? See > http://openjdk.java.net/contribute/ > > Your other changes make sense, but I need to make sure the OCA issue is ok > first. I'm covered by the contribution agree

Re: Building OpenJDK8 using OpenJDK7

2011-10-21 Thread Kelly O'Hair
I will fix this https issue. However, have you signed the OCA? See http://openjdk.java.net/contribute/ Your other changes make sense, but I need to make sure the OCA issue is ok first. -kto On Oct 21, 2011, at 8:28 AM, Tim Ellison wrote: > I tried building OpenJDK8 using my build of OpenJDK7,

Code Review 7103549: Remove dependencies on libjava and libjvm from security libraries

2011-10-21 Thread Chris Hegarty
All of the security native libraries have runtime dependencies on libjava and libjvm, most of which are completely unnecessary. This CR proposes to remove these dependencies and provide localized versions of the trivial utility functions that are being used from libjava, i.e. the JNU_ThrowXXX f