Re: minimal hack to classpath for ORP 1.0.9

2002-03-25 Thread Fred Gray
On Mon, Mar 25, 2002 at 12:51:22AM -0700, Eric Blake wrote: > > I did some shuffling and analysis, and I think the latest version in > Classpath has a safe bootstrap sequence. Can you please test it for > me? > Thanks for all of your quick work. It _almost_ solved the problem. I did a cvs up

Re: minimal hack to classpath for ORP 1.0.9

2002-03-25 Thread Eric Blake
Fred Gray wrote: > > I did a cvs update to get your changes, and I copied the native method > insertSystemProperties() from VMSystem to Runtime. ORP still crashed. > > >*Dictionary, Hashtable, and Properties have no dependencies > > This is the where the chain broke. Adding the proper

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

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 ja

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 el

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 { -rea

java.util and vm/ref patch

2002-03-25 Thread Brian Jones
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 has already been committed or looked over. Thanks, Brian