[Sablevm-developer] More on bootstrapping
Brought to you by:
egagnon
From: Ian R. <ir...@cs...> - 2001-09-20 17:52:29
|
Hi, I'm free to modify java/lang/Runtime all I want as it is a VM specific file :-) It seems badly written too as it half uses ':' as a path seperator and half uses File.pathSeperatorChar. The System.setProperty -> Hashtable.hash -> Math.<clinit> -> System.loadLibrary -> Runtime.loadLibrary -> ... bootstrapping problem seems to be resolved by modifying Runtime.Runtime too :-) Anyway my modifications are attached as a patch. I'll commit them if anyone wants. Ta, Ian |