Re: [Sablevm-developer] New classpath
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2001-09-18 19:36:37
|
On Tue, Sep 18, 2001 at 07:49:09PM +0000, Ian Rogers wrote: > I'm finding that now I'm using the newer classpath files I have a > dependency problem with Hashtable.hash using Math.abs and the > Math.<clinit> eventually calling back to Hashtable.hash. How can I run > the class initialisers to avoid this, or is it a genuine bug? The initializer circular dependency sequence is described in details in the JVM spec. So, you should simply implement the spec, and check that you are getting the expected result. If not, then there's a bug;-) Are you subscribed to https://lists.sourceforge.net/lists/listinfo/sablevm-commits ? If not, you should, so that you get notice of my changes to the CVS repository (as I get notice of your changes). I have updated the configure stuff, and merged with recent classpath changes. Etienne -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |