Re: java.util and vm/ref patch

2002-03-25 Thread Mark Wielaard
Hi, --- java/util/jar/Manifest.java Mon Dec 3 14:53:26 2001 +++ ../classpath/java/util/jar/Manifest.javaWed Mar 20 18:09:04 2002 @@ -163,7 +163,8 @@ private static void read_main_section(Attributes attr, BufferedReader br) throws IOException { -

Re: java.util and vm/ref patch

2002-03-25 Thread Mark Wielaard
Hi, On Mon, 2002-03-25 at 14:44, Brian Jones wrote: If someone has the time, these patches need to be looked over to see if all or parts of them should be committed. It's part of the Intel batch we have paperwork in place for but were not broken out on Savannah previously. Everything else

Re: java.util and vm/ref patch

2002-03-25 Thread Mark Wielaard
Hi, Quickly going through the vm.diff. - I added some of the changes to java.lang.Class already. - java.lang.Runtime ShutdownHooks have already added by Eric. - Throwable changes are irrelevant with latest Throwable from CVS. - java.lang.Thread (contextClassLoader) changes have gone in. - The

Re: java.util and vm/ref patch

2002-03-25 Thread Brian Jones
Mark Wielaard [EMAIL PROTECTED] writes: Hi, Quickly going through the vm.diff. - I added some of the changes to java.lang.Class already. - java.lang.Runtime ShutdownHooks have already added by Eric. - Throwable changes are irrelevant with latest Throwable from CVS. - java.lang.Thread