Re: RFR: 8042418: Remove JVM_FindClassFromClassLoader

2014-12-14 Thread Coleen Phillimore
Thanks, David. Coleen On 12/13/14, 5:47 PM, David Holmes wrote: Looks okay to me Coleen. Thanks, David On 13/12/2014 6:59 AM, Coleen Phillimore wrote: Summary: The function has been replaced so is no longer used. This function was replaced with a better FindClassFromCaller function. The

Copy a ZipEntry into another zip file

2014-12-14 Thread Wang Weijun
Hi Sherman The jarsigner tool contains these 2 methods to copy a ZipEntry into the signer jar: private void writeEntry(ZipFile zf, ZipOutputStream os, ZipEntry ze) throws IOException { ZipEntry ze2 = new ZipEntry(ze.getName()); ze2.setMethod(ze.getMethod());

RE: [PATCH] JDK-8054565: FilterOutputStream.close may throw IOException if called twice and underlying flush or close fails

2014-12-14 Thread Nathan Clement
Hi, What's the process for finalizing a decision and getting this bug fixed? Apologies if I'm violating a social norm by asking this - I'm new to this process and I'm not sure exactly how decisions are made. Thanks, Nathan From: nathan.a.clem...@hotmail.com To: chris.hega...@oracle.com;